Home
last modified time | relevance | path

Searched refs:rid_end (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c740 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
767 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
778 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
782 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
809 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
835 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
840 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
864 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()