Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dio.h755 #ifndef insl_p
756 #define insl_p insl_p macro
757 static inline void insl_p(unsigned long addr, void *buffer, unsigned int count) in insl_p() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h112 #define insl_p(port, to, len) insl(port, to, len) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h335 #define insl_p(port, to, len) insl(port, to, len) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h349 #define insl_p(port, to, len) insl(port, to, len) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h269 #define insl_p(port,to,len) insl(port,to,len) macro