Home
last modified time | relevance | path

Searched refs:insb_p (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dio.h739 #ifndef insb_p
740 #define insb_p insb_p macro
741 static inline void insb_p(unsigned long addr, void *buffer, unsigned int count) in insb_p() function
/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