Home
last modified time | relevance | path

Searched refs:word_count (Results 1 – 12 of 12) sorted by relevance

/linux/sound/pci/asihpi/
H A Dhpidspcd.c82 dsp_code->word_count = sizeof(header) / sizeof(u32); in hpi_dsp_code_open()
102 dsp_code->word_count = sizeof(struct code_header) / sizeof(u32); in hpi_dsp_code_rewind()
108 if (dsp_code->word_count + 1 > dsp_code->block_length) in hpi_dsp_code_read_word()
112 word_count]; in hpi_dsp_code_read_word()
113 dsp_code->word_count++; in hpi_dsp_code_read_word()
121 if (dsp_code->word_count + words_requested > dsp_code->block_length) in hpi_dsp_code_read_block()
126 dsp_code->word_count; in hpi_dsp_code_read_block()
127 dsp_code->word_count += words_requested; in hpi_dsp_code_read_block()
H A Dhpidspcd.h51 u32 word_count; member
/linux/drivers/iio/chemical/
H A Dsgp30.c206 union sgp_reading *buf, size_t word_count) in sgp_verify_buffer() argument
208 size_t size = word_count * (SGP_WORD_LEN + SGP_CRC8_LEN); in sgp_verify_buffer()
237 union sgp_reading *buf, size_t word_count, in sgp_read_cmd() argument
242 size_t size = word_count * (SGP_WORD_LEN + SGP_CRC8_LEN); in sgp_read_cmd()
250 if (word_count == 0) in sgp_read_cmd()
260 return sgp_verify_buffer(data, buf, word_count); in sgp_read_cmd()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.h39 unsigned int word_count; \
H A Drt2x00debug.c425 if (index >= debug->__name.word_count) \
457 if (index >= debug->__name.word_count) \
620 debug->__name.word_count, \ in rt2x00debug_create_file_chipset()
H A Drt2500usb.c230 .word_count = CSR_REG_SIZE / sizeof(u16),
237 .word_count = EEPROM_SIZE / sizeof(u16),
244 .word_count = BBP_SIZE / sizeof(u8),
251 .word_count = RF_SIZE / sizeof(u32),
H A Drt2400pci.c167 .word_count = CSR_REG_SIZE / sizeof(u32),
174 .word_count = EEPROM_SIZE / sizeof(u16),
181 .word_count = BBP_SIZE / sizeof(u8),
188 .word_count = RF_SIZE / sizeof(u32),
H A Drt2500pci.c167 .word_count = CSR_REG_SIZE / sizeof(u32),
174 .word_count = EEPROM_SIZE / sizeof(u16),
181 .word_count = BBP_SIZE / sizeof(u8),
188 .word_count = RF_SIZE / sizeof(u32),
H A Drt73usb.c150 .word_count = CSR_REG_SIZE / sizeof(u32),
157 .word_count = EEPROM_SIZE / sizeof(u16),
164 .word_count = BBP_SIZE / sizeof(u8),
171 .word_count = RF_SIZE / sizeof(u32),
H A Drt61pci.c205 .word_count = CSR_REG_SIZE / sizeof(u32),
212 .word_count = EEPROM_SIZE / sizeof(u16),
219 .word_count = BBP_SIZE / sizeof(u8),
226 .word_count = RF_SIZE / sizeof(u32),
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c366 u8 length_field = 0, word_count = 0, count = 0; in asn_1_decode() local
375 word_count = length_field & 0x7f; in asn_1_decode()
376 for (count = 0; count < word_count; count++) { in asn_1_decode()
/linux/drivers/usb/dwc2/
H A Dhcd.c376 int word_count = (bytes + 3) / 4; in dwc2_read_packet() local
387 for (i = 0; i < word_count; i++, data_buf++) in dwc2_read_packet()