Searched defs:wordlen (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/spi/ |
H A D | spi.c | 11 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen()
|
H A D | pic32_spi.c | 159 unsigned int wordlen) in pic32_spi_set_word_size() 337 static int pic32_spi_set_wordlen(struct udevice *slave, unsigned int wordlen) in pic32_spi_set_wordlen()
|
H A D | omap3_spi.c | 118 unsigned int wordlen; member 603 static int omap3_spi_set_wordlen(struct udevice *dev, unsigned int wordlen) in omap3_spi_set_wordlen()
|
/openbmc/linux/drivers/gpio/ |
D | gpio-max3191x.c |
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | io.h | 126 static inline int __raw_readsw(unsigned int addr, void *data, int wordlen) in __raw_readsw() 162 static inline int __raw_writesw(unsigned int addr, void *data, int wordlen) in __raw_writesw()
|
/openbmc/u-boot/include/ |
H A D | spi.h | 107 unsigned int wordlen; member
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H 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()
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H 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()
|
/openbmc/u-boot/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()
|