Searched refs:writesl (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 34 static inline void writesl(const void __iomem *addr, const void *buf, int len) in writesl() function
|
| H A D | musb_core.c | 233 writesl(fifo, src + index, len >> 2); in musb_write_fifo()
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 253 #define outsl(p, d, l) writesl(__io(p), d, l) 311 static inline void writesl(unsigned int *addr, const void * data, int longlen) in writesl() function
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | io.h | 240 #define outsl(p, d, l) writesl(__io(p), d, l) 321 static inline void writesl(unsigned int *addr, const void *data, int longlen) in writesl() function
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | cadence_qspi_apb.c | 749 writesl(plat->ahbbase, bb_txbuf, write_bytes >> 2); in cadence_qspi_apb_indirect_write_execute()
|
| H A D | aspeed_spi.c | 759 writesl(ahb_base, buf, len >> 2); in aspeed_spi_write_to_ahb()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 271 #define writesl(a, d, s) __raw_writesl((unsigned long)a, d, s) macro
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 629 writesl(info->mmio_base + NDDB, in handle_data_pio() 634 writesl(info->mmio_base + NDDB, in handle_data_pio()
|