Searched refs:fcomp (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 648 uint8_t bcomp, dcomp, fcomp; in pnv_ioda_deconfigure_pe() local 657 fcomp = OPAL_IGNORE_RID_FUNCTION_NUMBER; in pnv_ioda_deconfigure_pe() 685 fcomp = OPAL_COMPARE_RID_FUNCTION_NUMBER; in pnv_ioda_deconfigure_pe() 713 bcomp, dcomp, fcomp, OPAL_UNMAP_PE); in pnv_ioda_deconfigure_pe() 728 uint8_t bcomp, dcomp, fcomp; in pnv_ioda_configure_pe() local 736 fcomp = OPAL_IGNORE_RID_FUNCTION_NUMBER; in pnv_ioda_configure_pe() 766 fcomp = OPAL_COMPARE_RID_FUNCTION_NUMBER; in pnv_ioda_configure_pe() 777 bcomp, dcomp, fcomp, OPAL_MAP_PE); in pnv_ioda_configure_pe()
|