/linux-6.12.1/drivers/memory/tegra/ |
D | tegra30.c | 48 .fifo_size = 16 * 2, 65 .fifo_size = 16 * 128, 82 .fifo_size = 16 * 128, 99 .fifo_size = 16 * 64, 116 .fifo_size = 16 * 64, 133 .fifo_size = 16 * 128, 150 .fifo_size = 16 * 128, 167 .fifo_size = 16 * 64, 184 .fifo_size = 16 * 64, 201 .fifo_size = 16 * 8, [all …]
|
/linux-6.12.1/drivers/media/rc/ |
D | sunxi-cir.c | 63 #define REG_RXSTA_GET_AC(val) (((val) >> 8) & (ir->fifo_size * 2 - 1)) 87 int fifo_size; member 94 int fifo_size; member 118 rc = rc > ir->fifo_size ? ir->fifo_size : rc; in sunxi_ir_irq() 213 REG_RXINT_RAI_EN | REG_RXINT_RAL(ir->fifo_size / 2 - 1), in sunxi_ir_hw_init() 273 ir->fifo_size = quirks->fifo_size; in sunxi_ir_probe() 384 .fifo_size = 16, 389 .fifo_size = 64, 394 .fifo_size = 64,
|
/linux-6.12.1/drivers/gpu/drm/mediatek/ |
D | mtk_disp_rdma.c | 52 #define RDMA_FIFO_SIZE(rdma) ((rdma)->data->fifo_size) 72 unsigned int fifo_size; member 88 u32 fifo_size; member 198 if (rdma->fifo_size) in mtk_rdma_config() 199 rdma_fifo_size = rdma->fifo_size; in mtk_rdma_config() 346 &priv->fifo_size); in mtk_disp_rdma_probe() 382 .fifo_size = SZ_4K, 388 .fifo_size = SZ_8K, 394 .fifo_size = 5 * SZ_1K, 400 .fifo_size = 1920,
|
/linux-6.12.1/drivers/tty/serial/ |
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-6.12.1/drivers/usb/gadget/udc/ |
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 …]
|
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-6.12.1/drivers/tty/serial/8250/ |
D | 8250_port.c | 56 .fifo_size = 1, 61 .fifo_size = 1, 66 .fifo_size = 1, 71 .fifo_size = 1, 76 .fifo_size = 16, 84 .fifo_size = 1, 89 .fifo_size = 1, 95 .fifo_size = 32, 104 .fifo_size = 64, 113 .fifo_size = 1, [all …]
|
/linux-6.12.1/drivers/rpmsg/ |
D | qcom_smd.c | 218 int fifo_size; member 435 return (head - tail) & (channel->fifo_size - 1); in qcom_smd_channel_get_rx_avail() 507 len = min_t(size_t, count, channel->fifo_size - tail); in qcom_smd_channel_peek() 535 tail &= (channel->fifo_size - 1); in qcom_smd_channel_advance() 553 if (tail + channel->pkt_size >= channel->fifo_size) { in qcom_smd_channel_recv_single() 687 unsigned mask = channel->fifo_size - 1; in qcom_smd_get_tx_avail() 709 len = min_t(size_t, count, channel->fifo_size - head); in qcom_smd_write_fifo() 725 head &= (channel->fifo_size - 1); in qcom_smd_write_fifo() 756 if (tlen >= channel->fifo_size) in __qcom_smd_send() 825 bb_size = min(channel->fifo_size, SZ_4K); in qcom_smd_channel_open() [all …]
|
/linux-6.12.1/drivers/spi/ |
D | spi-fsl-dspi.c | 123 int fifo_size; member 143 .fifo_size = 4, 149 .fifo_size = 4, 155 .fifo_size = 16, 160 .fifo_size = 4, 166 .fifo_size = 16, 172 .fifo_size = 16, 177 .fifo_size = 4, 182 .fifo_size = 4, 187 .fifo_size = 4, [all …]
|
D | spi-bcm63xx.c | 142 unsigned int fifo_size; member 346 total_len > (bs->fifo_size + BCM63XX_SPI_MAX_PREPEND)) || in bcm63xx_spi_transfer_one() 347 (!can_use_prepend && total_len > bs->fifo_size)) { in bcm63xx_spi_transfer_one() 349 total_len, bs->fifo_size); in bcm63xx_spi_transfer_one() 418 return bs->fifo_size; in bcm63xx_spi_max_length() 551 bs->fifo_size = bs->reg_offsets[SPI_MSG_DATA_SIZE]; in bcm63xx_spi_probe() 599 r, irq, bs->fifo_size); in bcm63xx_spi_probe()
|
D | spi-imx.c | 82 unsigned int fifo_size; member 247 if (transfer->len < spi_imx->devtype_data->fifo_size) in spi_imx_can_dma() 994 .fifo_size = 8, 1008 .fifo_size = 8, 1023 .fifo_size = 8, 1037 .fifo_size = 8, 1052 .fifo_size = 8, 1067 .fifo_size = 64, 1082 .fifo_size = 64, 1097 .fifo_size = 64, [all …]
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-npcm7xx.c | 267 u8 fifo_size; member 275 .fifo_size = 16, 283 .fifo_size = 32, 774 size_free_fifo = bus->data->fifo_size - npcm_i2c_fifo_usage(bus); in npcm_i2c_write_to_fifo_master() 780 size_free_fifo = bus->data->fifo_size - npcm_i2c_fifo_usage(bus); in npcm_i2c_write_to_fifo_master() 801 rxf_ctl = min_t(int, nread, bus->data->fifo_size); in npcm_i2c_set_fifo() 804 if (nread <= bus->data->fifo_size) in npcm_i2c_set_fifo() 823 if (nwrite > bus->data->fifo_size) in npcm_i2c_set_fifo() 825 iowrite8(bus->data->fifo_size, bus->reg + NPCM_I2CTXF_CTL); in npcm_i2c_set_fifo() 892 while (max_bytes-- && bus->data->fifo_size != npcm_i2c_fifo_usage(bus)) { in npcm_i2c_write_fifo_slave() [all …]
|
D | i2c-at91-master.c | 38 if (dev->fifo_size) in at91_init_twi_bus_master() 216 if (dev->fifo_size) { in at91_twi_write_data_dma() 353 if (dev->fifo_size && IS_ALIGNED(buf_len, 4)) { in at91_twi_read_data_dma() 534 if (dev->fifo_size) { in at91_do_twi_transfer() 613 if ((has_alt_cmd || dev->fifo_size) && in at91_do_twi_transfer() 633 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()
|
D | i2c-omap.c | 197 u8 fifo_size; /* use as flag and value member 465 OMAP_I2C_IE_AL) | ((omap->fifo_size) ? in omap_i2c_init() 619 omap->threshold = clamp(size, (u8) 1, omap->fifo_size); in omap_i2c_resize_fifo() 1127 if (omap->fifo_size) in omap_i2c_xfer_data() 1156 if (omap->fifo_size) in omap_i2c_xfer_data() 1448 omap->fifo_size = 0x8 << s; in omap_i2c_probe() 1456 omap->fifo_size = (omap->fifo_size / 2); in omap_i2c_probe() 1463 omap->latency = (1000000 * omap->fifo_size) / in omap_i2c_probe()
|
/linux-6.12.1/drivers/media/pci/cx25821/ |
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-6.12.1/drivers/media/pci/cx88/ |
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-6.12.1/drivers/gpu/drm/i915/display/ |
D | i9xx_wm.c | 351 .fifo_size = PINEVIEW_DISPLAY_FIFO, 359 .fifo_size = PINEVIEW_DISPLAY_FIFO, 367 .fifo_size = PINEVIEW_CURSOR_FIFO, 375 .fifo_size = PINEVIEW_CURSOR_FIFO, 383 .fifo_size = I965_CURSOR_FIFO, 391 .fifo_size = I945_FIFO_SIZE, 399 .fifo_size = I915_FIFO_SIZE, 407 .fifo_size = I855GM_FIFO_SIZE, 415 .fifo_size = I855GM_FIFO_SIZE, 423 .fifo_size = I830_FIFO_SIZE, [all …]
|
/linux-6.12.1/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 92 .fifo_size = 0x2800, 104 .fifo_size = 0x0, 116 .fifo_size = 0x1000, 128 .fifo_size = 0x0, 140 .fifo_size = 0x0, 152 .fifo_size = 0x1000, 164 .fifo_size = 0x1000, 176 .fifo_size = 0x0, 188 .fifo_size = 0x0, 203 .fifo_size = 0x2800, [all …]
|
/linux-6.12.1/drivers/iio/imu/inv_mpu6050/ |
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-6.12.1/drivers/gpu/drm/nouveau/dispnv04/ |
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-6.12.1/drivers/comedi/drivers/ |
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-6.12.1/sound/soc/stm/ |
D | stm32_sai.c | 24 .fifo_size = 8, 35 .fifo_size = 8, 217 sai->conf.fifo_size = FIELD_GET(SAI_HWCFGR_FIFO_SIZE, val); in stm32_sai_probe()
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
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()
|
D | vmwgfx_ldu.c | 599 size_t fifo_size; in vmw_kms_ldu_do_bo_dirty() local 607 fifo_size = sizeof(*cmd) * num_clips; in vmw_kms_ldu_do_bo_dirty() 608 cmd = VMW_CMD_RESERVE(dev_priv, fifo_size); in vmw_kms_ldu_do_bo_dirty() 612 memset(cmd, 0, fifo_size); in vmw_kms_ldu_do_bo_dirty() 621 vmw_cmd_commit(dev_priv, fifo_size); in vmw_kms_ldu_do_bo_dirty()
|
/linux-6.12.1/drivers/video/fbdev/aty/ |
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()
|