Searched refs:outsl (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 36 { outsl((unsigned long)addr, buf, len); } in writesl()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 94 #define outsl(p, d, l) __raw_writesl(p, d, l) macro 109 #define outsl_p(port, from, len) outsl(port, from, len)
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | io.h | 79 void outsl(unsigned long port, const void *src, unsigned long count);
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 117 #define outsl(a,b,l) io_outsl(a,b,l) macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 262 #define outsl(p, d, l) writesl(__io(p), d, l) macro 341 #define outsl_p(port, from, len) outsl(port, from, len)
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 109 static inline void outsl (unsigned long port, const void *src, unsigned long count) in outsl() function
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 237 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) macro 253 #define outsl_p(port,from,len) outsl(port,from,len)
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | io.h | 52 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | io.h | 48 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) macro
|