| /linux/drivers/tty/serial/ |
| H A D | pch_uart.c | 212 int fifo_size; member 491 unsigned int fifo_size, unsigned int trigger) in pch_uart_hal_set_fifo() argument 501 if (fifo_size & ~(PCH_UART_FCR_FIFOE | PCH_UART_FCR_FIFO256)) { in pch_uart_hal_set_fifo() 503 __func__, fifo_size); in pch_uart_hal_set_fifo() 513 switch (priv->fifo_size) { in pch_uart_hal_set_fifo() 532 dmamode | fifo_size | trigger | PCH_UART_FCR_RFR | PCH_UART_FCR_TFR; in pch_uart_hal_set_fifo() 812 int fifo_size; in handle_tx() local 823 fifo_size = max(priv->fifo_size, 1); in handle_tx() 830 fifo_size--; in handle_tx() 833 while (!uart_tx_stopped(port) && fifo_size && in handle_tx() [all …]
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | atmel_usba_udc.c | 280 { .hw_ep_num = 0, .fifo_size = 64, .nr_banks = 1, }, 281 { .hw_ep_num = 1, .fifo_size = 1024, .nr_banks = 2, }, 282 { .hw_ep_num = 2, .fifo_size = 1024, .nr_banks = 1, }, 283 { .hw_ep_num = 3, .fifo_size = 1024, .nr_banks = 1, }, 284 { .hw_ep_num = 4, .fifo_size = 1024, .nr_banks = 1, }, 285 { .hw_ep_num = 5, .fifo_size = 1024, .nr_banks = 1, }, 286 { .hw_ep_num = 6, .fifo_size = 1024, .nr_banks = 1, }, 291 { .hw_ep_num = 0, .fifo_size = 64, .nr_banks = 1, }, 292 { .hw_ep_num = 1, .fifo_size = 1024, .nr_banks = 3, }, 293 { .hw_ep_num = 2, .fifo_size = 1024, .nr_banks = 2, }, [all …]
|
| H A D | pxa25x_udc.c | 428 || ep->fifo_size < usb_endpoint_maxp (desc)) { in pxa25x_ep_enable() 613 is_short = unlikely (max < ep->fifo_size); in write_fifo() 2017 .fifo_size = BULK_FIFO_SIZE, 2032 .fifo_size = BULK_FIFO_SIZE, 2049 .fifo_size = ISO_FIFO_SIZE, 2064 .fifo_size = ISO_FIFO_SIZE, 2079 .fifo_size = INT_FIFO_SIZE, 2096 .fifo_size = BULK_FIFO_SIZE, 2111 .fifo_size = BULK_FIFO_SIZE, 2127 .fifo_size = ISO_FIFO_SIZE, [all …]
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 48 .fifo_size = 1, 53 .fifo_size = 1, 58 .fifo_size = 1, 63 .fifo_size = 1, 68 .fifo_size = 16, 76 .fifo_size = 1, 81 .fifo_size = 1, 87 .fifo_size = 32, 96 .fifo_size = 64, 105 .fifo_size = 1, [all …]
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-core.c | 38 .fifo_size = (VID_CLUSTER_SIZE << 2), 60 .fifo_size = (VID_CLUSTER_SIZE << 2), 82 .fifo_size = (VID_CLUSTER_SIZE << 2), 104 .fifo_size = (VID_CLUSTER_SIZE << 2), 126 .fifo_size = (VID_CLUSTER_SIZE << 2), 148 .fifo_size = (VID_CLUSTER_SIZE << 2), 170 .fifo_size = (VID_CLUSTER_SIZE << 2), 192 .fifo_size = (VID_CLUSTER_SIZE << 2), 213 .fifo_size = AUDIO_CLUSTER_SIZE * 3, 227 .fifo_size = (VID_CLUSTER_SIZE << 2), [all …]
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-core.c | 249 .fifo_size = 0x002800, 261 .fifo_size = 0x000800, 273 .fifo_size = 0x000800, 285 .fifo_size = 0x001000, 297 .fifo_size = 0x001000, 309 .fifo_size = 0x001000, /* same as audio IN */ 321 .fifo_size = 0x001000, 333 .fifo_size = 0x000C00, 351 lines = ch->fifo_size / bpl; in cx88_sram_channel_setup() 464 ch->fifo_start, ch->fifo_start + ch->fifo_size); in cx88_sram_channel_dump() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-at91-master.c | 39 if (dev->fifo_size) in at91_init_twi_bus_master() 217 if (dev->fifo_size) { in at91_twi_write_data_dma() 354 if (dev->fifo_size && IS_ALIGNED(buf_len, 4)) { in at91_twi_read_data_dma() 535 if (dev->fifo_size) { in at91_do_twi_transfer() 614 if ((has_alt_cmd || dev->fifo_size) && in at91_do_twi_transfer() 634 if ((has_alt_cmd || dev->fifo_size) && in at91_do_twi_transfer() 767 if (dev->fifo_size) in at91_twi_configure_dma() 902 &dev->fifo_size)) { in at91_twi_probe_master() 903 dev_info(dev->dev, "Using FIFO (%u data)\n", dev->fifo_size); in at91_twi_probe_master()
|
| /linux/drivers/spi/ |
| H A D | spi-fsl-dspi.c | 130 int fifo_size; member 247 .fifo_size = 4, 254 .fifo_size = 4, 261 .fifo_size = 16, 267 .fifo_size = 4, 274 .fifo_size = 16, 281 .fifo_size = 16, 287 .fifo_size = 4, 293 .fifo_size = 4, 299 .fifo_size = 4, [all …]
|
| H A D | spi-rzv2h-rspi.c | 96 unsigned int fifo_size; member 239 return xfer->len > rspi->info->fifo_size; in rzv2h_rspi_can_dma() 808 .fifo_size = 16, 815 .fifo_size = 16, 823 .fifo_size = 4,
|
| H A D | spi-meson-spicc.c | 172 unsigned int fifo_size; member 275 if (len <= spicc->data->fifo_size) { in meson_spicc_calc_dma_len() 333 txfifo_thres = spicc->data->fifo_size - dma_burst_len; in meson_spicc_setup_dma() 444 spicc->data->fifo_size); in meson_spicc_setup_burst() 1115 .fifo_size = 16, 1121 .fifo_size = 16, 1129 .fifo_size = 15,
|
| H A D | spi-imx.c | 89 unsigned int fifo_size; member 276 if (transfer->len < spi_imx->devtype_data->fifo_size) in spi_imx_can_dma() 1111 .fifo_size = 8, 1125 .fifo_size = 8, 1140 .fifo_size = 8, 1154 .fifo_size = 8, 1169 .fifo_size = 8, 1184 .fifo_size = 64, 1199 .fifo_size = 64, 1214 .fifo_size = 64, [all …]
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| H A D | inv_mpu_core.c | 150 .fifo_size = 1024, 159 .fifo_size = 512, 168 .fifo_size = 512, 177 .fifo_size = 4096, 186 .fifo_size = 1024, 195 .fifo_size = 1024, 204 .fifo_size = 512, 213 .fifo_size = 512, 222 .fifo_size = 512, 231 .fifo_size = 512, [all …]
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | arb.c | 241 unsigned int fifo_size, burst_size, graphics_lwm; in nv20_update_arb() local 243 fifo_size = 2048; in nv20_update_arb() 245 graphics_lwm = fifo_size - burst_size; in nv20_update_arb()
|
| /linux/drivers/comedi/drivers/ |
| H A D | cb_pcidas.c | 220 int fifo_size; /* number of samples fifo can hold */ member 235 .fifo_size = 512, 246 .fifo_size = 1024, 253 .fifo_size = 1024, 261 .fifo_size = 1024, 266 .fifo_size = 512, 275 .fifo_size = 1024, 280 .fifo_size = 1024, 287 .fifo_size = 1024, 1008 cb_pcidas_ao_load_fifo(dev, s, board->fifo_size); in cb_pcidas_ao_inttrig() [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_scrn.c | 124 size_t fifo_size; in vmw_sou_fifo_create() local 135 fifo_size = sizeof(*cmd); in vmw_sou_fifo_create() 136 cmd = VMW_CMD_RESERVE(dev_priv, fifo_size); in vmw_sou_fifo_create() 140 memset(cmd, 0, fifo_size); in vmw_sou_fifo_create() 157 vmw_cmd_commit(dev_priv, fifo_size); in vmw_sou_fifo_create() 170 size_t fifo_size; in vmw_sou_fifo_destroy() local 184 fifo_size = sizeof(*cmd); in vmw_sou_fifo_destroy() 185 cmd = VMW_CMD_RESERVE(dev_priv, fifo_size); in vmw_sou_fifo_destroy() 189 memset(cmd, 0, fifo_size); in vmw_sou_fifo_destroy() 193 vmw_cmd_commit(dev_priv, fifo_size); in vmw_sou_fifo_destroy()
|
| H A D | vmwgfx_ldu.c | 598 size_t fifo_size; in vmw_kms_ldu_do_bo_dirty() local 606 fifo_size = sizeof(*cmd) * num_clips; in vmw_kms_ldu_do_bo_dirty() 607 cmd = VMW_CMD_RESERVE(dev_priv, fifo_size); in vmw_kms_ldu_do_bo_dirty() 611 memset(cmd, 0, fifo_size); in vmw_kms_ldu_do_bo_dirty() 620 vmw_cmd_commit(dev_priv, fifo_size); in vmw_kms_ldu_do_bo_dirty()
|
| H A D | vmwgfx_overlay.c | 94 size_t fifo_size; in vmw_overlay_send_put() local 117 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put() 119 cmds = VMW_CMD_RESERVE(dev_priv, fifo_size); in vmw_overlay_send_put() 166 vmw_cmd_commit(dev_priv, fifo_size); in vmw_overlay_send_put()
|
| /linux/sound/soc/stm/ |
| H A D | stm32_sai.c | 26 .fifo_size = 8, 40 .fifo_size = 8, 242 sai->conf.fifo_size = FIELD_GET(SAI_HWCFGR_FIFO_SIZE, val); in stm32_sai_probe()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_ct.c | 158 tmp = ((multiplier * pll->fifo_size) << vshift) / divider; in aty_dsp_gt() 171 dsp_off = ((multiplier * (pll->fifo_size - 1)) << vshift) / divider - in aty_dsp_gt() 444 pll->ct.fifo_size = 32; in aty_init_pll_ct() 446 pll->ct.fifo_size = 24; in aty_init_pll_ct() 506 pll->ct.fifo_size = 32; in aty_init_pll_ct() 508 pll->ct.fifo_size = 24; in aty_init_pll_ct()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dsi.h | 264 enum fifo_size { enum 373 enum fifo_size tx_fifo_size; 374 enum fifo_size rx_fifo_size;
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 42 .fifo_size = 0, 64 .fifo_size = 0, 90 .fifo_size = 0,
|
| /linux/sound/soc/cirrus/ |
| H A D | ep93xx-pcm.c | 33 .fifo_size = 32,
|
| /linux/sound/soc/mxs/ |
| H A D | mxs-pcm.c | 31 .fifo_size = 32,
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_core.c | 42 mep->fifo_size = num_bits * MTU3_EP_FIFO_UNIT; in ep_fifo_alloc() 46 __func__, mep->fifo_seg_size, mep->fifo_size, start_bit); in ep_fifo_alloc() 55 u32 bits = mep->fifo_size / MTU3_EP_FIFO_UNIT; in ep_fifo_free() 63 mep->fifo_size = 0; in ep_fifo_free() 67 __func__, mep->fifo_seg_size, mep->fifo_size, start_bit); in ep_fifo_free() 421 mep->fifo_seg_size, mep->fifo_size); in mtu3_config_ep() 499 __func__, mep->name, mep->fifo_addr, mep->fifo_size, in mtu3_config_ep()
|
| /linux/sound/soc/spear/ |
| H A D | spear_pcm.c | 29 .fifo_size = 0, /* fifo size in bytes */
|