Searched refs:insb (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 33 { insb((unsigned long)addr, buf, len); } in readsb()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 96 #define insb(p, d, l) __raw_readsb(p, d, l) macro 110 #define insb_p(port, to, len) insb(port, to, len)
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | io.h | 74 void insb(unsigned long port, void *dst, unsigned long count);
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 119 #define insb(a,b,l) io_insb(a,b,l) macro
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdevice.h | 82 #ifndef insb 83 #define insb(p,to,len) mmio_insb(p,to,len) macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 264 #define insb(p, d, l) readsb(__io(p), d, l) macro 342 #define insb_p(port, to, len) insb(port, to, len)
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 82 static inline void insb (unsigned long port, void *dst, unsigned long count) in insb() function
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 239 #define insb(p,d,l) __raw_readsb(__io(p),d,l) macro 254 #define insb_p(port,to,len) insb(port,to,len)
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 47 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 43 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro
|