/Linux-v5.4/drivers/spi/ |
D | spi-sh-msiof.c | 391 u32 bits, u32 words) in sh_msiof_spi_set_mode_regs() 411 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8() 421 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16() 431 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() 441 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32() 451 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u() 461 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32() 471 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u() 481 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8() 491 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16() [all …]
|
/Linux-v5.4/drivers/bcma/ |
D | sprom.c | 76 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-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_nvm.c | 51 ice_check_sr_access_params(struct ice_hw *hw, u32 offset, u16 words) in ice_check_sr_access_params() 89 ice_read_sr_aq(struct ice_hw *hw, u32 offset, u16 words, u16 *data, in ice_read_sr_aq() 139 ice_read_sr_buf_aq(struct ice_hw *hw, u16 offset, u16 *words, u16 *data) in ice_read_sr_buf_aq() 307 ice_read_sr_buf(struct ice_hw *hw, u16 offset, u16 *words, u16 *data) in ice_read_sr_buf()
|
/Linux-v5.4/drivers/nvmem/ |
D | qfprom.c | 22 int i = 0, words = bytes; in qfprom_reg_read() local 35 int i = 0, words = bytes; in qfprom_reg_write() local
|
D | mtk-efuse.c | 23 int i = 0, words = bytes / 4; in mtk_reg_read() local 36 int i = 0, words = bytes / 4; in mtk_reg_write() local
|
/Linux-v5.4/drivers/net/ethernet/intel/igc/ |
D | igc_i225.c | 179 static s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_read_nvm_srrd_i225() 218 static s32 igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr() 278 static s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr_i225()
|
D | igc_nvm.c | 97 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data) in igc_read_nvm_eerd()
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_nvm.c | 221 u16 words, void *data, in i40e_read_nvm_aq() 407 u16 *words, u16 *data) in i40e_read_nvm_buffer_srctl() 438 u16 *words, u16 *data) in i40e_read_nvm_buffer_aq() 494 u16 offset, u16 *words, in __i40e_read_nvm_buffer() 515 u16 *words, u16 *data) in i40e_read_nvm_buffer() 545 u32 offset, u16 words, void *data, in i40e_write_nvm_aq() 632 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; in i40e_calc_nvm_checksum() local
|
/Linux-v5.4/drivers/net/ethernet/intel/igb/ |
D | e1000_nvm.c | 305 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()
|
D | e1000_i210.c | 187 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()
|
/Linux-v5.4/drivers/ide/ |
D | ide-io-std.c | 171 unsigned int words = (len + 1) >> 1; in ide_input_data() local 215 unsigned int words = (len + 1) >> 1; in ide_output_data() local
|
/Linux-v5.4/include/linux/byteorder/ |
D | generic.h | 160 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-v5.4/drivers/gpu/host1x/ |
D | job.h | 12 unsigned int words; member
|
D | job.c | 88 unsigned int words, unsigned int offset) in host1x_job_add_gather() 263 u32 words; member
|
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
D | nvm.c | 291 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-v5.4/drivers/ata/ |
D | pata_falcon.c | 50 unsigned int words = buflen >> 1; in pata_falcon_data_xfer() local
|
D | pata_gayle.c | 50 unsigned int words = buflen >> 1; in pata_gayle_data_xfer() local
|
D | pata_ixp4xx_cf.c | 43 unsigned int words = buflen >> 1; in ixp4xx_mmio_data_xfer() local
|
/Linux-v5.4/drivers/video/fbdev/ |
D | c2p_iplan2.c | 90 u32 words[4]; in c2p_iplan2() member
|
D | c2p_planar.c | 92 u32 words[8]; in c2p_planar() member
|
/Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 3857 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_eeprom() 3867 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_read_eeprom() 4030 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_eeprom() 4040 static s32 e1000_do_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_write_eeprom() 4086 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_eeprom_spi() 4154 u16 words, u16 *data) in e1000_write_eeprom_microwire()
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 241 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-v5.4/sound/pci/echoaudio/ |
D | echoaudio_dsp.c | 230 int index, words, i; in install_resident_loader() local 338 int index, words, i; in load_dsp() local
|
/Linux-v5.4/scripts/mod/ |
D | sumversion.c | 72 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-v5.4/lib/ |
D | dynamic_debug.c | 222 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() 320 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() 452 char *words[MAXWORDS]; in ddebug_exec_query() local
|