Home
last modified time | relevance | path

Searched defs:wordlen (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi.c12 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen) in spi_set_wordlen()
H A Dpic32_spi.c160 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 Domap3_spi.c119 unsigned int wordlen; member
610 static int omap3_spi_set_wordlen(struct udevice *dev, unsigned int wordlen) in omap3_spi_set_wordlen()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-max3191x.c210 int ret, chipnum, wordlen = max3191x_wordlen(max3191x); in max3191x_get() local
236 const unsigned int wordlen = max3191x_wordlen(max3191x); in max3191x_get_multiple() local
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Dio.h151 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()
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h118 unsigned int wordlen; member
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Des8316.c466 u8 wordlen = 0; in es8316_pcm_hw_params() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmspibrcm.h121 uint32 wordlen; /* host processor 16/32bits */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmspibrcm.h126 uint32 wordlen; /* host processor 16/32bits */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmspibrcm.h126 uint32 wordlen; /* host processor 16/32bits */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmspibrcm.h120 uint32 wordlen; /* host processor 16/32bits */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmspibrcm.h120 uint32 wordlen; /* host processor 16/32bits */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmspibrcm.h126 uint32 wordlen; /* host processor 16/32bits */ member
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dio.h279 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dio.h61 int wordlen) in __raw_writesw()
83 static inline void __raw_readsw(unsigned long addr, void *data, int wordlen) in __raw_readsw()