Home
last modified time | relevance | path

Searched refs:isa_memcpy_fromio (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h412 #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 Dio.h417 #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 Dio.h370 #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