Searched refs:__raw_writesb (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 41 extern void __raw_writesb(unsigned int addr, const void *data, int bytelen); 92 #define outsb(p, d, l) __raw_writesb(p, d, l)
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 52 static inline void __raw_writesb(unsigned long addr, const void *data, in __raw_writesb() function 248 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) 275 #define writesb(a, d, s) __raw_writesb((unsigned long)a, d, s)
|
| /openbmc/u-boot/arch/arc/include/asm/ |
| H A D | io.h | 150 static inline int __raw_writesb(unsigned int addr, void *data, int bytelen) in __raw_writesb() function
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 74 extern void __raw_writesb(unsigned int addr, const void *data, int bytelen);
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | at91_udc.c | 251 __raw_writesb((unsigned long)dreg, buf, count); in write_fifo()
|