Searched refs:dma_count (Results 1 – 9 of 9) sorted by relevance
/drivers/crypto/ |
D | bfin_crc.c | 190 unsigned int dma_count; in bfin_crypto_crc_config_dma() local 202 dma_count = sg_dma_len(sg) - ctx->bufnext_len; in bfin_crypto_crc_config_dma() 204 dma_count = sg_dma_len(sg); in bfin_crypto_crc_config_dma() 215 dma_count -= CHKSUM_DIGEST_SIZE - mid_dma_count; in bfin_crypto_crc_config_dma() 218 mid_dma_count = dma_count % 4; in bfin_crypto_crc_config_dma() 219 dma_count &= ~0x3; in bfin_crypto_crc_config_dma() 223 dma_count >>= 2; in bfin_crypto_crc_config_dma() 227 dma_count >>= 1; in bfin_crypto_crc_config_dma() 236 crc->sg_cpu[i].x_count = dma_count; in bfin_crypto_crc_config_dma() 250 (void *)(dma_addr + (dma_count << 2)), in bfin_crypto_crc_config_dma()
|
/drivers/scsi/ |
D | jazz_esp.c | 88 u32 dma_count, int write, u8 cmd) in jazz_esp_send_dma_cmd() argument 101 vdma_set_count ((int)esp->dma_regs, dma_count); in jazz_esp_send_dma_cmd()
|
D | sun_esp.c | 420 u32 dma_count, int write, u8 cmd) in sbus_esp_send_dma_cmd() argument 442 dma_write32(dma_count, DMA_COUNT); in sbus_esp_send_dma_cmd() 454 u32 end = PAGE_ALIGN(addr + dma_count + 16U); in sbus_esp_send_dma_cmd()
|
D | mac_esp.c | 231 u32 dma_count, int write, u8 cmd) in mac_esp_send_pdma_cmd() argument 347 u32 dma_count, int write, u8 cmd) in mac_esp_send_pio_cmd() argument
|
D | mesh.c | 158 int dma_count; member 324 ms->dma_started, ms->dma_count, ms->n_msgout); in mesh_dump_regs() 790 nb = ms->dma_count; in start_phase() 793 ms->dma_count -= nb; in start_phase() 1315 ms->dma_count = dtot; in set_dma_cmds() 1578 if (ms->dma_count != 0) { in cmd_complete()
|
D | sun3x_esp.c | 152 u32 dma_count, int write, u8 cmd) in sun3x_esp_send_dma_cmd() argument
|
D | esp_scsi.h | 402 u32 dma_count, int write, u8 cmd);
|
/drivers/tty/serial/ |
D | amba-pl011.c | 761 int dma_count = 0; in pl011_dma_rx_chars() local 783 dma_count = tty_insert_flip_string(port, sgbuf->buf + dmataken, in pl011_dma_rx_chars() 786 uap->port.icount.rx += dma_count; in pl011_dma_rx_chars() 787 if (dma_count < pending) in pl011_dma_rx_chars() 800 if (dma_count == pending && readfifo) { in pl011_dma_rx_chars() 822 dma_count, fifotaken); in pl011_dma_rx_chars() 950 int dma_count; in pl011_dma_rx_poll() local 958 dma_count = tty_insert_flip_string(port, sgbuf->buf + dmataken, in pl011_dma_rx_poll() 960 if (dma_count == size) in pl011_dma_rx_poll()
|
/drivers/gpu/drm/nouveau/core/engine/crypt/fuc/ |
D | nv98.fuc | 26 .equ #dma_count 3 183 mov $r6 #dma_count - 1 238 cmpu b32 $r4 0x60+#dma_count
|