Home
last modified time | relevance | path

Searched defs:words (Results 1 – 25 of 119) sorted by relevance

12345

/linux/drivers/spi/
H A Dspi-sh-msiof.c298 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_8()
309 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_16()
320 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_16u()
331 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_32()
342 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_32u()
353 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_s32()
365 unsigned int words, unsigned int fs) in sh_msiof_spi_write_fifo_s32u()
375 void *rx_buf, unsigned int words, in sh_msiof_spi_read_fifo_8()
386 void *rx_buf, unsigned int words, in sh_msiof_spi_read_fifo_16()
397 void *rx_buf, unsigned int words, in sh_msiof_spi_read_fifo_16u()
[all …]
H A Dspi-apple.c270 u32 inuse, words, wrote; in apple_spi_tx() local
315 u32 words, read; in apple_spi_rx() local
365 u32 words, remaining_tx, remaining_rx; in apple_spi_transfer_one() local
/linux/include/linux/
H A Dswab.h24 static inline void swab16_array(u16 *buf, unsigned int words) in swab16_array()
32 static inline void swab32_array(u32 *buf, unsigned int words) in swab32_array()
40 static inline void swab64_array(u64 *buf, unsigned int words) in swab64_array()
/linux/drivers/bcma/
H A Dsprom.c76 size_t words) in bcma_sprom_read()
127 static u8 bcma_sprom_crc(const u16 *sprom, size_t words) in bcma_sprom_crc()
142 static int bcma_sprom_check_crc(const u16 *sprom, size_t words) in bcma_sprom_check_crc()
158 size_t words) in bcma_sprom_valid()
621 size_t words = sprom_sizes[i]; in bcma_sprom_get() local
/linux/drivers/net/ethernet/sfc/
H A Defx_devlink.c243 const __le16 *words; in efx_devlink_info_running_v2() member
360 const __le16 *words; in efx_devlink_info_running_v3() member
398 const __le16 *words; in efx_devlink_info_running_v4() member
481 const __le16 *words; in efx_devlink_info_running_v5() member
522 const __le16 *words; in efx_devlink_info_running_versions() member
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c222 u16 words, void *data, in i40e_read_nvm_aq()
411 u16 *words, u16 *data) in i40e_read_nvm_buffer_srctl()
442 u16 *words, u16 *data) in i40e_read_nvm_buffer_aq()
498 u16 offset, u16 *words, in __i40e_read_nvm_buffer()
519 u16 *words, u16 *data) in i40e_read_nvm_buffer()
549 u32 offset, u16 words, void *data, in i40e_write_nvm_aq()
636 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; in i40e_calc_nvm_checksum() local
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_dsa.c38 u32 words[4]; in prestera_dsa_parse() local
87 u32 words[4] = { 0 }; in prestera_dsa_build() local
/linux/drivers/net/ethernet/intel/igb/
H A De1000_i210.c187 static s32 igb_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, in igb_read_nvm_srrd_i210()
227 static s32 igb_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, in igb_write_nvm_srwr()
287 static s32 igb_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words, in igb_write_nvm_srwr_i210()
367 u16 __always_unused words, u16 *data) in igb_read_invm_i210()
H A De1000_nvm.c305 s32 igb_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_read_nvm_spi()
365 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_read_nvm_eerd()
410 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_write_nvm_spi()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_i225.c187 static s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_read_nvm_srrd_i225()
226 static s32 igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr()
285 static s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr_i225()
/linux/net/ethtool/
H A Dfeatures.c138 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_features_to_bitmap() local
148 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_bitmap_to_features() local
/linux/include/linux/byteorder/
H A Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array()
168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnvm.c291 s32 e1000e_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000e_read_nvm_eerd()
335 s32 e1000e_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000e_write_nvm_spi()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dutils.c8 size_t words = buflen / sizeof(int); in randomize_buffer() local
/linux/drivers/nvmem/
H A Dqfprom.c261 int words = bytes / 4; in qfprom_reg_write() local
326 int words = DIV_ROUND_UP(bytes, sizeof(u32)); in qfprom_reg_read() local
H A Dnintendo-otp.c53 int words = bytes / WORD_SIZE; in nintendo_otp_reg_read() local
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3845 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_eeprom()
3855 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_read_eeprom()
4018 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_eeprom()
4028 static s32 e1000_do_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_write_eeprom()
4074 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_eeprom_spi()
4142 u16 words, u16 *data) in e1000_write_eeprom_microwire()
/linux/fs/xfs/scrub/
H A Drtsummary.h25 union xfs_suminfo_raw words[]; member
H A Drtbitmap.h50 union xfs_rtword_raw words[]; member
/linux/sound/core/
H A Dump.c49 const u32 *src, int words) in process_legacy_input()
313 int words; in snd_ump_receive_ump_val() local
343 int n, words = count >> 2; in snd_ump_receive() local
1268 int words) in process_legacy_input()
/linux/scripts/mod/
H A Dsumversion.c74 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array() argument
82 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() argument
/linux/drivers/gpu/host1x/
H A Djob.h14 unsigned int words; member
/linux/drivers/video/fbdev/
H A Dc2p_iplan2.c90 u32 words[4]; in c2p_iplan2() member
H A Dc2p_planar.c92 u32 words[8]; in c2p_planar() member
/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.c230 int index, words, i; in install_resident_loader() local
338 int index, words, i; in load_dsp() local

12345