Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dpci-ioda.c785 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
812 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
823 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
827 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
867 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
894 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
905 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
929 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()