Searched refs:txfifo (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/spi/ |
D | spi-fsl-qspi.c | 202 unsigned int txfifo; member 211 .txfifo = SZ_64, 220 .txfifo = SZ_512, 229 .txfifo = SZ_512, 239 .txfifo = SZ_512, 249 .txfifo = SZ_64, 258 .txfifo = SZ_64, 410 op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_supports_op() 709 if (op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_adjust_op_size() 710 op->data.nbytes = q->devtype_data->txfifo; in fsl_qspi_adjust_op_size()
|
D | spi-imx.c | 114 unsigned int txfifo; /* number of words pushed in tx FIFO */ member 1136 while (spi_imx->txfifo < spi_imx->devtype_data->fifo_size) { in spi_imx_push() 1140 spi_imx->txfifo >= DIV_ROUND_UP(spi_imx->remainder, 4)) in spi_imx_push() 1143 spi_imx->txfifo++; in spi_imx_push() 1154 while (spi_imx->txfifo && in spi_imx_isr() 1157 spi_imx->txfifo--; in spi_imx_isr() 1165 if (spi_imx->txfifo) { in spi_imx_isr() 1479 spi_imx->txfifo = 0; in spi_imx_pio_transfer() 1510 spi_imx->txfifo = 0; in spi_imx_poll_transfer() 1520 while (spi_imx->txfifo) { in spi_imx_poll_transfer() [all …]
|
D | spi-nxp-fspi.c | 326 unsigned int txfifo; member 334 .txfifo = SZ_1K, /* (128 * 64 bits) */ 342 .txfifo = SZ_1K, /* (128 * 64 bits) */ 350 .txfifo = SZ_1K, /* (128 * 64 bits) */ 358 .txfifo = SZ_1K, /* (128 * 64 bits) */ 483 op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_supports_op() 907 if (op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_adjust_op_size() 908 op->data.nbytes = f->devtype_data->txfifo; in nxp_fspi_adjust_op_size()
|
/linux-5.19.10/Documentation/devicetree/bindings/sound/ |
D | fsl,xcvr.yaml | 37 - const: txfifo 94 reg-names = "ram", "regs", "rxfifo", "txfifo";
|
/linux-5.19.10/drivers/usb/serial/ |
D | io_edgeport.c | 165 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */ member 910 edge_port->txfifo.head = 0; in edge_open() 911 edge_port->txfifo.tail = 0; in edge_open() 912 edge_port->txfifo.count = 0; in edge_open() 913 edge_port->txfifo.size = edge_port->maxTxCredits; in edge_open() 914 edge_port->txfifo.fifo = kmalloc(edge_port->maxTxCredits, GFP_KERNEL); in edge_open() 916 if (!edge_port->txfifo.fifo) { in edge_open() 1008 struct TxFifo *fifo = &edge_port->txfifo; in block_until_tx_empty() 1101 kfree(edge_port->txfifo.fifo); in edge_close() 1102 edge_port->txfifo.fifo = NULL; in edge_close() [all …]
|
/linux-5.19.10/drivers/usb/gadget/udc/ |
D | amd5536udc.h | 500 u32 __iomem *txfifo; member 552 u32 __iomem *txfifo; member
|
D | amd5536udc_pci.c | 140 dev->txfifo = (u32 __iomem *)(dev->virt_addr + UDC_TXFIFO_ADDR); in udc_pci_probe()
|
D | snps_udc_plat.c | 131 udc->txfifo = (u32 __iomem *)(udc->virt_addr + UDC_TXFIFO_ADDR); in udc_plat_probe()
|
D | snps_udc_core.c | 289 ep->txfifo = dev->txfifo; in udc_set_txfifo_addr() 297 ep->txfifo += tmp; in udc_set_txfifo_addr() 667 writel(*(buf + i), ep->txfifo); in udc_txfifo_write() 672 ep->txfifo); in udc_txfifo_write() 1545 ep->txfifo = dev->txfifo; in udc_setup_endpoints()
|
/linux-5.19.10/arch/mips/include/asm/octeon/ |
D | cvmx-pcsx-defs.h | 516 uint64_t txfifo:1; member 526 uint64_t txfifo:1; 548 uint64_t txfifo:1; member 558 uint64_t txfifo:1;
|
/linux-5.19.10/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 319 description: Specifies the max number of packets the txfifo resizing logic 321 higher the number, the more fifo space the txfifo resizing logic will
|
/linux-5.19.10/arch/microblaze/boot/dts/ |
D | system.dts | 222 xlnx,txfifo = <0x1000>;
|