Searched refs:__kernel_stb (Results 1 – 8 of 8) sorted by relevance
/linux/arch/alpha/include/asm/ |
H A D | io_trivial.h | 24 __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 D | core_polaris.c | 121 __kernel_stb(value, *(vucp)addr); in polaris_write_config()
|
H A D | core_irongate.c | 139 __kernel_stb(value, *(vucp)addr); in irongate_write_config()
|
H A D | core_marvel.c | 577 __kernel_stb(value, *(vucp)addr); in marvel_write_config() 839 __kernel_stb(b, *(vucp)addr);
|
H A D | core_tsunami.c | 152 __kernel_stb(value, *(vucp)addr); in tsunami_write_config()
|
H A D | core_wildfire.c | 418 __kernel_stb(value, *(vucp)addr); in wildfire_write_config()
|
H A D | core_titan.c | 177 __kernel_stb(value, *(vucp)addr); in titan_write_config()
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | compiler.h | 96 #define __kernel_stb(val,mem) ((mem) = (val)) macro
|