Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c742 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
769 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
780 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
784 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
811 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
837 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
842 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
866 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()