Searched refs:outsb_p (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 763 #ifndef outsb_p 764 #define outsb_p outsb_p macro 765 static inline void outsb_p(unsigned long addr, const void *buffer, in outsb_p() function
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 107 #define outsb_p(port, from, len) outsb(port, from, len) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 330 #define outsb_p(port, from, len) outsb(port, from, len) macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 344 #define outsb_p(port, from, len) outsb(port, from, len) macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 264 #define outsb_p(port,from,len) outsb(port,from,len) macro
|