Searched defs:wordlen (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/spi/ |
A D | spi.c | 11 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen()
|
A D | omap3_spi.c | 39 unsigned int wordlen; member 411 static int omap3_spi_set_wordlen(struct udevice *dev, unsigned int wordlen) in omap3_spi_set_wordlen()
|
A D | pic32_spi.c | 162 unsigned int wordlen) in pic32_spi_set_word_size() 340 static int pic32_spi_set_wordlen(struct udevice *slave, unsigned int wordlen) in pic32_spi_set_wordlen()
|
/u-boot/arch/arc/include/asm/ |
A D | io.h | 109 int wordlen) in __raw_writesw() 140 static inline void __raw_readsw(unsigned long addr, void *data, int wordlen) in __raw_readsw()
|
/u-boot/include/ |
A D | spi.h | 150 unsigned int wordlen; member
|
/u-boot/arch/nds32/include/asm/ |
A D | io.h | 270 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() 301 static inline void writesw(unsigned int *addr, const void * data, int wordlen) in writesw()
|
/u-boot/arch/riscv/include/asm/ |
A D | io.h | 261 static inline void readsw(unsigned int *addr, void *data, int wordlen) in readsw() 306 static inline void writesw(unsigned int *addr, const void *data, int wordlen) in writesw()
|
/u-boot/arch/arm/include/asm/ |
A D | io.h | 62 int wordlen) in __raw_writesw() 84 static inline void __raw_readsw(unsigned long addr, void *data, int wordlen) in __raw_readsw()
|
Completed in 13 milliseconds