Searched refs:__raw_readsb (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 45 extern void __raw_readsb(unsigned int addr, void *data, int bytelen); 96 #define insb(p, d, l) __raw_readsb(p, d, l)
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 76 static inline void __raw_readsb(unsigned long addr, void *data, int bytelen) in __raw_readsb() function 239 #define insb(p,d,l) __raw_readsb(__io(p),d,l) 263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s)
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | io.h | 139 static inline int __raw_readsb(unsigned int addr, void *data, int bytelen) in __raw_readsb() function
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 87 extern void __raw_readsb(unsigned int addr, void *data, int bytelen);
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | at91_udc.c | 150 __raw_readsb((unsigned long)dreg, buf, count); in read_fifo()
|