Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c829 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
856 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
867 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
871 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
898 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
924 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
929 rid_end = pe->rid + 1; in pnv_ioda_configure_pe()
953 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_configure_pe()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds