Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dio.h747 #ifndef insw_p
748 #define insw_p insw_p macro
749 static inline void insw_p(unsigned long addr, void *buffer, unsigned int count) in insw_p() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h111 #define insw_p(port, to, len) insw(port, to, len) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h334 #define insw_p(port, to, len) insw(port, to, len) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h348 #define insw_p(port, to, len) insw(port, to, len) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h268 #define insw_p(port,to,len) insw(port,to,len) macro