Searched refs:fcomp (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 827 uint8_t bcomp, dcomp, fcomp; in pnv_ioda_deconfigure_pe() local 836 fcomp = OPAL_IGNORE_RID_FUNCTION_NUMBER; in pnv_ioda_deconfigure_pe() 866 fcomp = OPAL_COMPARE_RID_FUNCTION_NUMBER; in pnv_ioda_deconfigure_pe() 882 bcomp, dcomp, fcomp, OPAL_UNMAP_PE); in pnv_ioda_deconfigure_pe() 897 uint8_t bcomp, dcomp, fcomp; in pnv_ioda_configure_pe() local 905 fcomp = OPAL_IGNORE_RID_FUNCTION_NUMBER; in pnv_ioda_configure_pe() 928 fcomp = OPAL_COMPARE_RID_FUNCTION_NUMBER; in pnv_ioda_configure_pe() 939 bcomp, dcomp, fcomp, OPAL_MAP_PE); in pnv_ioda_configure_pe()
|