Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/pasemi/
Dpci.c26 #define PA_PXP_CFA(bus, devfn, off) (((bus) << 20) | ((devfn) << 12) | (off)) macro
43 return hose->cfg_data + PA_PXP_CFA(bus, devfn, offset); in pa_pxp_cfg_addr()