Searched defs:wordlen (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/drivers/spi/ |
D | spi.c | 11 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen()
|
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()
|
D | omap3_spi.c | 118 unsigned int wordlen; member 608 static int omap3_spi_set_wordlen(struct udevice *dev, unsigned int wordlen) in omap3_spi_set_wordlen()
|
/external/u-boot/arch/arc/include/asm/ |
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()
|
/external/curl/lib/ |
D | curl_sasl.h | 113 #define sasl_mech_equal(line, wordlen, mech) \ argument
|
D | pop3.c | 699 size_t wordlen; in pop3_state_capa_resp() local
|
D | smtp.c | 745 size_t wordlen; in smtp_state_ehlo_resp() local
|
D | imap.c | 879 size_t wordlen; in imap_state_capability_resp() local
|
/external/u-boot/include/ |
D | spi.h | 105 unsigned int wordlen; member
|
/external/u-boot/arch/nds32/include/asm/ |
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()
|
/external/u-boot/arch/riscv/include/asm/ |
D | io.h | 292 static inline void readsw(unsigned int *addr, void *data, int wordlen) in readsw() 337 static inline void writesw(unsigned int *addr, const void *data, int wordlen) in writesw()
|
/external/u-boot/arch/arm/include/asm/ |
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()
|
/external/tcpdump/ |
D | print-ospf6.c | 413 u_int wordlen; in ospf6_print_lsaprefix() local
|