Searched defs:isa_memcpy_toio (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 413 #define isa_memcpy_toio(a, b, c) _memcpy_toio(__mem_isa((a)), (b), (c)) macro 445 #define isa_memcpy_toio(a, b, c) __readwrite_bug("isa_memcpy_toio") macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 418 #define isa_memcpy_toio(a, b, c) _memcpy_toio(__mem_isa((a)), (b), (c)) macro 450 #define isa_memcpy_toio(a, b, c) __readwrite_bug("isa_memcpy_toio") macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 371 #define isa_memcpy_toio(a,b,c) _memcpy_toio(__mem_isa((a)),(b),(c)) macro 403 #define isa_memcpy_toio(a,b,c) __readwrite_bug("isa_memcpy_toio") macro
|