Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/netlogic/xlp-hal/
Dsys.h196 #define nlm_get_sys_pcibase(node) nlm_pcicfg_base(cpu_is_xlp9xx() ? \ macro
198 #define nlm_get_sys_regbase(node) (nlm_get_sys_pcibase(node) + XLP_IO_PCI_HDRSZ)
/Linux-v5.10/arch/mips/netlogic/xlp/
Dwakeup.c125 syspcibase = nlm_get_sys_pcibase(n); in xlp_enable_secondary_cores()