Searched refs:isa_memset_io (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 411 #define isa_memset_io(a, b, c) _memset_io(__mem_isa(a), (b), (c)) macro 443 #define isa_memset_io(a, b, c) __readwrite_bug("isa_memset_io") macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 416 #define isa_memset_io(a, b, c) _memset_io(__mem_isa(a), (b), (c)) macro 448 #define isa_memset_io(a, b, c) __readwrite_bug("isa_memset_io") macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 369 #define isa_memset_io(a,b,c) _memset_io(__mem_isa(a),(b),(c)) macro 401 #define isa_memset_io(a,b,c) __readwrite_bug("isa_memset_io") macro
|