Searched defs:wordlen (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | spi.c | 12 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen()
|
| H A D | pic32_spi.c | 160 unsigned int wordlen) in pic32_spi_set_word_size() 338 static int pic32_spi_set_wordlen(struct udevice *slave, unsigned int wordlen) in pic32_spi_set_wordlen()
|
| H A D | omap3_spi.c | 119 unsigned int wordlen; member 610 static int omap3_spi_set_wordlen(struct udevice *dev, unsigned int wordlen) in omap3_spi_set_wordlen()
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | io.h | 151 static inline int __raw_readsw(unsigned int addr, void *data, int wordlen) in __raw_readsw() 187 static inline int __raw_writesw(unsigned int addr, void *data, int wordlen) in __raw_writesw()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | spi.h | 121 unsigned int wordlen; member
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 279 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() 310 static inline void writesw(unsigned int *addr, const void * data, int wordlen) in writesw()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 61 int wordlen) in __raw_writesw() 83 static inline void __raw_readsw(unsigned long addr, void *data, int wordlen) in __raw_readsw()
|