Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dcore_polaris.c98 *value = __kernel_ldwu(*(vusp)addr); in polaris_read_config()
128 __kernel_ldwu(*(vusp)addr); in polaris_write_config()
H A Dcore_irongate.c117 *value = __kernel_ldwu(*(vusp)addr); in irongate_read_config()
146 __kernel_ldwu(*(vusp)addr); in irongate_write_config()
H A Dcore_tsunami.c130 *value = __kernel_ldwu(*(vusp)addr); in tsunami_read_config()
159 __kernel_ldwu(*(vusp)addr); in tsunami_write_config()
H A Dcore_wildfire.c396 *value = __kernel_ldwu(*(vusp)addr); in wildfire_read_config()
425 __kernel_ldwu(*(vusp)addr); in wildfire_write_config()
H A Dcore_titan.c153 *value = __kernel_ldwu(*(vusp)addr); in titan_read_config()
182 __kernel_ldwu(*(vusp)addr); in titan_write_config()
H A Dcore_marvel.c552 *value = __kernel_ldwu(*(vusp)addr); in marvel_read_config()
582 __kernel_ldwu(*(vusp)addr); in marvel_write_config()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dcompiler.h95 #define __kernel_ldwu(mem) (mem) macro
104 #define __kernel_ldwu(mem) \ macro
/openbmc/linux/arch/alpha/include/asm/
H A Dio_trivial.h18 return __kernel_ldwu(*(const volatile u16 __force *)a); in IO_CONCAT()
70 return __kernel_ldwu(*(const volatile u16 __force *)a); in IO_CONCAT()
H A Dcore_marvel.h340 return __kernel_ldwu(*(vusp)addr); in marvel_ioread16()