Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dio.h18 #define xlate_dev_mem_ptr xlate_dev_mem_ptr macro
19 #define kc_xlate_dev_mem_ptr xlate_dev_mem_ptr
20 void *xlate_dev_mem_ptr(phys_addr_t phys);
/linux/include/asm-generic/
H A Dio.h1198 #ifndef xlate_dev_mem_ptr
1199 #define xlate_dev_mem_ptr xlate_dev_mem_ptr macro
1200 static inline void *xlate_dev_mem_ptr(phys_addr_t addr) in xlate_dev_mem_ptr() function
/linux/arch/x86/platform/uv/
H A Duv_nmi.c1090 pch_base = xlate_dev_mem_ptr(PCH_PCR_GPIO_1_BASE); in uv_nmi_setup_hubless()