Searched refs:isa_memcpy_fromio (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 412 #define isa_memcpy_fromio(a, b, c) _memcpy_fromio((a), __mem_isa(b), (c)) macro 444 #define isa_memcpy_fromio(a, b, c) __readwrite_bug("isa_memcpy_fromio") macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 417 #define isa_memcpy_fromio(a, b, c) _memcpy_fromio((a), __mem_isa(b), (c)) macro 449 #define isa_memcpy_fromio(a, b, c) __readwrite_bug("isa_memcpy_fromio") macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 370 #define isa_memcpy_fromio(a,b,c) _memcpy_fromio((a),__mem_isa(b),(c)) macro 402 #define isa_memcpy_fromio(a,b,c) __readwrite_bug("isa_memcpy_fromio") macro
|