/Linux-v4.19/sound/pci/asihpi/ |
D | hpidspcd.c | 93 dsp_code->word_count = sizeof(header) / sizeof(u32); in hpi_dsp_code_open() 115 dsp_code->word_count = sizeof(struct code_header) / sizeof(u32); in hpi_dsp_code_rewind() 121 if (dsp_code->word_count + 1 > dsp_code->block_length) in hpi_dsp_code_read_word() 125 word_count]; in hpi_dsp_code_read_word() 126 dsp_code->word_count++; in hpi_dsp_code_read_word() 134 if (dsp_code->word_count + words_requested > dsp_code->block_length) in hpi_dsp_code_read_block() 139 dsp_code->word_count; in hpi_dsp_code_read_block() 140 dsp_code->word_count += words_requested; in hpi_dsp_code_read_block()
|
D | hpidspcd.h | 62 u32 word_count; member
|
/Linux-v4.19/drivers/ide/ |
D | pdc202xx_old.c | 155 u32 word_count = 0; in pdc202xx_dma_start() local 159 word_count = (blk_rq_sectors(rq) << 8); in pdc202xx_dma_start() 160 word_count = (rq_data_dir(rq) == READ) ? in pdc202xx_dma_start() 161 word_count | 0x05000000 : in pdc202xx_dma_start() 162 word_count | 0x06000000; in pdc202xx_dma_start() 163 outl(word_count, atapi_reg); in pdc202xx_dma_start()
|
/Linux-v4.19/drivers/tty/ |
D | isicom.c | 398 short txcount, wrd, residue, word_count, cnt; in isicom_tx() local 471 word_count = cnt >> 1; in isicom_tx() 472 outsw(base, port->port.xmit_buf+port->xmit_tail, word_count); in isicom_tx() 474 + (word_count << 1)) & (SERIAL_XMIT_SIZE - 1); in isicom_tx() 475 txcount -= (word_count << 1); in isicom_tx() 476 port->xmit_cnt -= (word_count << 1); in isicom_tx() 513 u16 header, word_count, count, channel; in isicom_interrupt() local 556 word_count = byte_count >> 1; in isicom_interrupt() 649 word_count = count >> 1; in isicom_interrupt() 650 insw(base, rp, word_count); in isicom_interrupt() [all …]
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00debug.h | 50 unsigned int word_count; \
|
D | rt2x00debug.c | 454 if (index >= debug->__name.word_count) \ 490 if (index >= debug->__name.word_count) \ 638 debug->__name.word_count, \ in rt2x00debug_create_file_chipset()
|
D | rt2500usb.c | 241 .word_count = CSR_REG_SIZE / sizeof(u16), 248 .word_count = EEPROM_SIZE / sizeof(u16), 255 .word_count = BBP_SIZE / sizeof(u8), 262 .word_count = RF_SIZE / sizeof(u32),
|
D | rt2400pci.c | 178 .word_count = CSR_REG_SIZE / sizeof(u32), 185 .word_count = EEPROM_SIZE / sizeof(u16), 192 .word_count = BBP_SIZE / sizeof(u8), 199 .word_count = RF_SIZE / sizeof(u32),
|
D | rt2500pci.c | 178 .word_count = CSR_REG_SIZE / sizeof(u32), 185 .word_count = EEPROM_SIZE / sizeof(u16), 192 .word_count = BBP_SIZE / sizeof(u8), 199 .word_count = RF_SIZE / sizeof(u32),
|
D | rt73usb.c | 161 .word_count = CSR_REG_SIZE / sizeof(u32), 168 .word_count = EEPROM_SIZE / sizeof(u16), 175 .word_count = BBP_SIZE / sizeof(u8), 182 .word_count = RF_SIZE / sizeof(u32),
|
D | rt61pci.c | 216 .word_count = CSR_REG_SIZE / sizeof(u32), 223 .word_count = EEPROM_SIZE / sizeof(u16), 230 .word_count = BBP_SIZE / sizeof(u8), 237 .word_count = RF_SIZE / sizeof(u32),
|
D | rt2800lib.c | 1240 .word_count = CSR_REG_SIZE / sizeof(u32), 1250 .word_count = EEPROM_SIZE / sizeof(u16), 1257 .word_count = BBP_SIZE / sizeof(u8), 1264 .word_count = RF_SIZE / sizeof(u32), 1271 .word_count = RFCSR_SIZE / sizeof(u8),
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_mpi.c | 785 u32 ram_addr, int word_count) in ql_dump_risc_ram_area() argument 791 my_buf = pci_alloc_consistent(qdev->pdev, word_count * sizeof(u32), in ql_dump_risc_ram_area() 796 status = ql_mb_dump_ram(qdev, buf_dma, ram_addr, word_count); in ql_dump_risc_ram_area() 798 memcpy(buf, my_buf, word_count * sizeof(u32)); in ql_dump_risc_ram_area() 800 pci_free_consistent(qdev->pdev, word_count * sizeof(u32), my_buf, in ql_dump_risc_ram_area()
|
D | qlge.h | 2253 int word_count);
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 378 u8 length_field = 0, word_count = 0, count = 0; in asn_1_decode() local 387 word_count = length_field & 0x7f; in asn_1_decode() 388 for (count = 0; count < word_count; count++) { in asn_1_decode()
|
/Linux-v4.19/fs/cifs/ |
D | misc.c | 233 const struct cifs_tcon *treeCon, int word_count in header_assemble() argument 241 (2 * word_count) + sizeof(struct smb_hdr) - in header_assemble() 276 buffer->WordCount = (char) word_count; in header_assemble()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3837 u16 word_count; in dsi_enable_video_output() local 3874 word_count = DIV_ROUND_UP(dsi->vm.hactive * bpp, 8); in dsi_enable_video_output() 3877 word_count, 0); in dsi_enable_video_output()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3823 u16 word_count; in dsi_enable_video_output() local 3860 word_count = DIV_ROUND_UP(dsi->timings.x_res * bpp, 8); in dsi_enable_video_output() 3863 word_count, 0); in dsi_enable_video_output()
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd.c | 607 int word_count = (bytes + 3) / 4; in dwc2_read_packet() local 618 for (i = 0; i < word_count; i++, data_buf++) in dwc2_read_packet()
|