Searched refs:writesl (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 35 static inline void writesl(const void __iomem *addr, const void *buf, int len) in writesl() function
|
| H A D | musb_core.c | 234 writesl(fifo, src + index, len >> 2); in musb_write_fifo()
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 262 #define outsl(p, d, l) writesl(__io(p), d, l) 320 static inline void writesl(unsigned int *addr, const void * data, int longlen) in writesl() function
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | cadence_qspi_apb.c | 738 writesl(plat->ahbbase, txbuf, write_bytes >> 2); in cadence_qspi_apb_indirect_write_execute()
|
| H A D | rockchip_sfc.c | 557 writesl(sfc->regbase + SFC_DATA, buf, write_words); in rockchip_sfc_write_fifo()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 258 #define writesl(a, d, s) __raw_writesl((unsigned long)a, d, s) macro
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 630 writesl(info->mmio_base + NDDB, in handle_data_pio() 635 writesl(info->mmio_base + NDDB, in handle_data_pio()
|