Searched refs:readsl (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 27 static inline void readsl(const void __iomem *addr, void *buf, int len) in readsl() function
|
| H A D | pic32.c | 164 readsl(fifo, dst, len / 4); in musb_read_fifo()
|
| H A D | am35x.c | 460 readsl(fifo, dst, len >> 2); in musb_read_fifo()
|
| H A D | musb_core.c | 273 readsl(fifo, dst, len >> 2); in musb_read_fifo()
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 257 #define insl(p, d, l) readsl(__io(p), d, l) 281 static inline void readsl(unsigned int *addr, void * data, int longlen) in readsl() function
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | io.h | 244 #define insl(p, d, l) readsl(__io(p), d, l) 276 static inline void readsl(unsigned int *addr, void *data, int longlen) in readsl() function
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | cadence_qspi_apb.c | 658 readsl(plat->ahbbase, rxbuf, in cadence_qspi_apb_indirect_read_execute()
|
| H A D | aspeed_spi.c | 744 readsl(ahb_base, buf, len >> 2); in aspeed_spi_read_from_ahb()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 272 #define readsl(a, d, s) __raw_readsl((unsigned long)a, d, s) macro
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 595 readsl(info->mmio_base + NDDB, data, 8); in drain_fifo() 611 readsl(info->mmio_base + NDDB, data, len); in drain_fifo()
|