Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Dio_trivial.h24 __kernel_stb(b, *(volatile u8 __force *)a); in IO_CONCAT()
76 __kernel_stb(b, *(volatile u8 __force *)a); in IO_CONCAT()
/linux/arch/alpha/kernel/
H A Dcore_polaris.c121 __kernel_stb(value, *(vucp)addr); in polaris_write_config()
H A Dcore_irongate.c139 __kernel_stb(value, *(vucp)addr); in irongate_write_config()
H A Dcore_marvel.c577 __kernel_stb(value, *(vucp)addr); in marvel_write_config()
839 __kernel_stb(b, *(vucp)addr);
H A Dcore_tsunami.c152 __kernel_stb(value, *(vucp)addr); in tsunami_write_config()
H A Dcore_wildfire.c418 __kernel_stb(value, *(vucp)addr); in wildfire_write_config()
H A Dcore_titan.c177 __kernel_stb(value, *(vucp)addr); in titan_write_config()
/linux/arch/alpha/include/uapi/asm/
H A Dcompiler.h96 #define __kernel_stb(val,mem) ((mem) = (val)) macro