/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-fsl-qspi.c | 179 * TKT253890, the controller needs the driver to fill the txfifo with 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() [all...] |
H A D | spi-nxp-fspi.c | 316 unsigned int txfifo; member 324 .txfifo = SZ_1K, /* (128 * 64 bits) */ 332 .txfifo = SZ_1K, /* (128 * 64 bits) */ 340 .txfifo = SZ_1K, /* (128 * 64 bits) */ 460 op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_supports_op() 882 if (op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_adjust_op_size() 883 op->data.nbytes = f->devtype_data->txfifo; in nxp_fspi_adjust_op_size()
|
H A D | spi-imx.c | 104 unsigned int txfifo; /* number of words pushed in tx FIFO */ member 1121 while (spi_imx->txfifo < spi_imx->devtype_data->fifo_size) { in spi_imx_push() 1125 spi_imx->txfifo >= DIV_ROUND_UP(spi_imx->remainder, in spi_imx_push() 1129 spi_imx->txfifo++; in spi_imx_push() 1140 while (spi_imx->txfifo && in spi_imx_isr() 1143 spi_imx->txfifo--; in spi_imx_isr() 1151 if (spi_imx->txfifo) { in spi_imx_isr() 1465 spi_imx->txfifo = 0; in spi_imx_pio_transfer() 1503 spi_imx->txfifo = 0; in spi_imx_pio_transfer_slave()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-fsl-qspi.c | 178 * TKT253890, the controller needs the driver to fill the txfifo with 201 unsigned int txfifo; member 210 .txfifo = SZ_64, 219 .txfifo = SZ_512, 228 .txfifo = SZ_512, 238 .txfifo = SZ_512, 248 .txfifo = SZ_64, 257 .txfifo = SZ_64, 409 op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_supports_op() 708 if (op->data.nbytes > q->devtype_data->txfifo) in fsl_qspi_adjust_op_size() [all...] |
H A D | spi-imx.c | 113 unsigned int txfifo; /* number of words pushed in tx FIFO */ member 1165 while (spi_imx->txfifo < spi_imx->devtype_data->fifo_size) { in spi_imx_push() 1169 spi_imx->txfifo >= DIV_ROUND_UP(spi_imx->remainder, 4)) in spi_imx_push() 1172 spi_imx->txfifo++; in spi_imx_push() 1183 while (spi_imx->txfifo && in spi_imx_isr() 1186 spi_imx->txfifo--; in spi_imx_isr() 1194 if (spi_imx->txfifo) { in spi_imx_isr() 1509 spi_imx->txfifo = 0; in spi_imx_pio_transfer() 1540 spi_imx->txfifo = 0; in spi_imx_poll_transfer() 1550 while (spi_imx->txfifo) { in spi_imx_poll_transfer() [all...] |
H A D | spi-nxp-fspi.c | 341 unsigned int txfifo; member 349 .txfifo = SZ_1K, /* (128 * 64 bits) */ 357 .txfifo = SZ_1K, /* (128 * 64 bits) */ 365 .txfifo = SZ_1K, /* (128 * 64 bits) */ 373 .txfifo = SZ_1K, /* (128 * 64 bits) */ 498 op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_supports_op() 958 if (op->data.nbytes > f->devtype_data->txfifo) in nxp_fspi_adjust_op_size() 959 op->data.nbytes = f->devtype_data->txfifo; in nxp_fspi_adjust_op_size()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_edgeport.c | 165 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */ member 985 /* create the txfifo */ in edge_open() 986 edge_port->txfifo.head = 0; in edge_open() 987 edge_port->txfifo.tail = 0; in edge_open() 988 edge_port->txfifo.count = 0; in edge_open() 989 edge_port->txfifo.size = edge_port->maxTxCredits; in edge_open() 990 edge_port->txfifo.fifo = kmalloc(edge_port->maxTxCredits, GFP_KERNEL); in edge_open() 992 if (!edge_port->txfifo.fifo) { in edge_open() 1084 struct TxFifo *fifo = &edge_port->txfifo; in block_until_tx_empty() 1177 kfree(edge_port->txfifo in edge_close() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_edgeport.c | 165 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */ member 909 /* create the txfifo */ in edge_open() 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 in edge_close() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | amd5536udc.h | 256 /* EP0in txfifo = 128 bytes*/ 258 /* EP0in fullspeed txfifo = 128 bytes*/ 500 u32 __iomem *txfifo; member 552 u32 __iomem *txfifo; member
|
H A D | amd5536udc_pci.c | 140 dev->txfifo = (u32 __iomem *)(dev->virt_addr + UDC_TXFIFO_ADDR); in udc_pci_probe()
|
H A D | snps_udc_plat.c | 131 udc->txfifo = (u32 __iomem *)(udc->virt_addr + UDC_TXFIFO_ADDR); in udc_plat_probe()
|
H A D | snps_udc_core.c | 293 ep->txfifo = dev->txfifo; in udc_set_txfifo_addr() 301 ep->txfifo += tmp; in udc_set_txfifo_addr() 671 writel(*(buf + i), ep->txfifo); in udc_txfifo_write() 676 ep->txfifo); in udc_txfifo_write() 1548 /* txfifo size is calculated at enable time */ in udc_setup_endpoints() 1549 ep->txfifo = dev->txfifo; in udc_setup_endpoints()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | amd5536udc.h | 256 /* EP0in txfifo = 128 bytes*/ 258 /* EP0in fullspeed txfifo = 128 bytes*/ 500 u32 __iomem *txfifo; member 552 u32 __iomem *txfifo; member
|
H A D | amd5536udc_pci.c | 140 dev->txfifo = (u32 __iomem *)(dev->virt_addr + UDC_TXFIFO_ADDR); in udc_pci_probe()
|
H A D | snps_udc_plat.c | 130 udc->txfifo = (u32 __iomem *)(udc->virt_addr + UDC_TXFIFO_ADDR); in udc_plat_probe()
|
H A 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() 1544 /* txfifo size is calculated at enable time */ in udc_setup_endpoints() 1545 ep->txfifo = dev->txfifo; in udc_setup_endpoints()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A 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;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A 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;
|