Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci-ioda.c828 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
855 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
866 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
870 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
897 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
923 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
928 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
952 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()