Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c672 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
699 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
708 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
712 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
751 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
778 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
789 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
809 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()