Home
last modified time | relevance | path

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

123456

/linux-6.6.21/drivers/spi/
Dspi-sh-msiof.c394 u32 bits, u32 words) in sh_msiof_spi_set_mode_regs()
414 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8()
424 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16()
434 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
444 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32()
454 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
464 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
474 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
484 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
494 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
[all …]
Dspi-hisi-sfc-v3xx.c207 int words = len / 4; in hisi_sfc_v3xx_read_databuf() local
244 int words = len / 4; in hisi_sfc_v3xx_write_databuf() local
/linux-6.6.21/include/linux/
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-6.6.21/drivers/bcma/
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-6.6.21/drivers/net/ethernet/sfc/
Defx_devlink.c242 const __le16 *words; in efx_devlink_info_running_v2() member
359 const __le16 *words; in efx_devlink_info_running_v3() member
397 const __le16 *words; in efx_devlink_info_running_v4() member
480 const __le16 *words; in efx_devlink_info_running_v5() member
521 const __le16 *words; in efx_devlink_info_running_versions() member
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_nvm.c221 u16 words, void *data, in i40e_read_nvm_aq()
410 u16 *words, u16 *data) in i40e_read_nvm_buffer_srctl()
441 u16 *words, u16 *data) in i40e_read_nvm_buffer_aq()
497 u16 offset, u16 *words, in __i40e_read_nvm_buffer()
518 u16 *words, u16 *data) in i40e_read_nvm_buffer()
548 u32 offset, u16 words, void *data, in i40e_write_nvm_aq()
635 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; in i40e_calc_nvm_checksum() local
/linux-6.6.21/drivers/net/ethernet/marvell/prestera/
Dprestera_dsa.c38 u32 words[4]; in prestera_dsa_parse() local
87 u32 words[4] = { 0 }; in prestera_dsa_build() local
/linux-6.6.21/drivers/net/ethernet/intel/igb/
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()
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-6.6.21/drivers/net/ethernet/intel/igc/
Digc_i225.c186 static s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_read_nvm_srrd_i225()
225 static s32 igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr()
284 static s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr_i225()
Digc_nvm.c97 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data) in igc_read_nvm_eerd()
/linux-6.6.21/net/ethtool/
Dfeatures.c136 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_features_to_bitmap() local
146 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_bitmap_to_features() local
/linux-6.6.21/include/linux/byteorder/
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-6.6.21/drivers/net/ethernet/intel/e1000e/
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-6.6.21/drivers/nvmem/
Dqfprom.c261 int words = bytes / 4; in qfprom_reg_write() local
325 int i = 0, words = bytes; in qfprom_reg_read() local
Dnintendo-otp.c53 int words = bytes / WORD_SIZE; in nintendo_otp_reg_read() local
/linux-6.6.21/sound/core/
Dump.c47 const u32 *src, int words) in process_legacy_input()
277 int words; in snd_ump_receive_ump_val() local
307 int n, words = count >> 2; in snd_ump_receive() local
1107 int words) in process_legacy_input()
/linux-6.6.21/drivers/net/ethernet/intel/e1000/
De1000_hw.c3849 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_eeprom()
3859 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_read_eeprom()
4022 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_eeprom()
4032 static s32 e1000_do_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_write_eeprom()
4078 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_eeprom_spi()
4146 u16 words, u16 *data) in e1000_write_eeprom_microwire()
/linux-6.6.21/scripts/mod/
Dsumversion.c72 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array()
80 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array()
/linux-6.6.21/drivers/gpu/host1x/
Djob.h14 unsigned int words; member
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c241 u16 offset, u16 words, u16 *data) in ixgbe_read_eerd_buffer_X540()
285 u16 offset, u16 words, u16 *data) in ixgbe_write_eewr_buffer_X540()
/linux-6.6.21/drivers/video/fbdev/
Dc2p_iplan2.c90 u32 words[4]; in c2p_iplan2() member
Dc2p_planar.c92 u32 words[8]; in c2p_planar() member
/linux-6.6.21/tools/lib/
Dstring.c196 unsigned int words, prefix; in memchr_inv() local
/linux-6.6.21/drivers/ata/
Dpata_gayle.c49 unsigned int words = buflen >> 1; in pata_gayle_data_xfer() local

123456