Home
last modified time | relevance | path

Searched defs:insb_p (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h110 #define insb_p(port, to, len) insb(port, to, len) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h333 #define insb_p(port, to, len) insb(port, to, len) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h347 #define insb_p(port, to, len) insb(port, to, len) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h267 #define insb_p(port,to,len) insb(port,to,len) macro