Searched refs:rxfifo (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-fsl-qspi.c | 201 unsigned int rxfifo; member 210 .rxfifo = SZ_128, 219 .rxfifo = SZ_128, 228 .rxfifo = SZ_128, 238 .rxfifo = SZ_128, 248 .rxfifo = SZ_128, 257 .rxfifo = SZ_128, 405 (op->data.nbytes > q->devtype_data->rxfifo - 4 && in fsl_qspi_supports_op() 683 if (op->data.nbytes > (q->devtype_data->rxfifo - 4) && in fsl_qspi_exec_op() 714 else if (op->data.nbytes > (q->devtype_data->rxfifo in fsl_qspi_adjust_op_size() [all...] |
H A D | spi-nxp-fspi.c | 315 unsigned int rxfifo; member 323 .rxfifo = SZ_512, /* (64 * 64 bits) */ 331 .rxfifo = SZ_512, /* (64 * 64 bits) */ 339 .rxfifo = SZ_512, /* (64 * 64 bits) */ 455 (op->data.nbytes > f->devtype_data->rxfifo - 4 && in nxp_fspi_supports_op() 859 if (op->data.nbytes > (f->devtype_data->rxfifo - 4) && in nxp_fspi_exec_op() 887 else if (op->data.nbytes > (f->devtype_data->rxfifo - 4)) in nxp_fspi_adjust_op_size()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-fsl-qspi.c | 200 unsigned int rxfifo; member 209 .rxfifo = SZ_128, 218 .rxfifo = SZ_128, 227 .rxfifo = SZ_128, 237 .rxfifo = SZ_128, 247 .rxfifo = SZ_128, 256 .rxfifo = SZ_128, 404 (op->data.nbytes > q->devtype_data->rxfifo - 4 && in fsl_qspi_supports_op() 682 if (op->data.nbytes > (q->devtype_data->rxfifo - 4) && in fsl_qspi_exec_op() 713 else if (op->data.nbytes > (q->devtype_data->rxfifo in fsl_qspi_adjust_op_size() [all...] |
H A D | spi-nxp-fspi.c | 340 unsigned int rxfifo; member 348 .rxfifo = SZ_512, /* (64 * 64 bits) */ 356 .rxfifo = SZ_512, /* (64 * 64 bits) */ 364 .rxfifo = SZ_512, /* (64 * 64 bits) */ 372 .rxfifo = SZ_512, /* (64 * 64 bits) */ 493 (op->data.nbytes > f->devtype_data->rxfifo - 4 && in nxp_fspi_supports_op() 934 if (op->data.nbytes > (f->devtype_data->rxfifo - 4) && in nxp_fspi_exec_op() 963 else if (op->data.nbytes > (f->devtype_data->rxfifo - 4)) in nxp_fspi_adjust_op_size() 970 op->data.nbytes > f->devtype_data->rxfifo) in nxp_fspi_adjust_op_size() 971 op->data.nbytes = f->devtype_data->rxfifo; in nxp_fspi_adjust_op_size() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | amd5536udc_pci.c | 139 dev->rxfifo = (u32 __iomem *)(dev->virt_addr + UDC_RXFIFO_ADDR); in udc_pci_probe()
|
H A D | snps_udc_plat.c | 130 udc->rxfifo = (u32 __iomem *)(udc->virt_addr + UDC_RXFIFO_ADDR); in udc_plat_probe()
|
H A D | amd5536udc.h | 551 u32 __iomem *rxfifo; member
|
H A D | snps_udc_core.c | 691 *(buf + i) = readl(dev->rxfifo); in udc_rxfifo_read_dwords() 705 *((u32 *)(buf + (i<<2))) = readl(dev->rxfifo); in udc_rxfifo_read_bytes() 709 tmp = readl(dev->rxfifo); in udc_rxfifo_read_bytes() 751 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes); in udc_rxfifo_read() 1206 /* open rxfifo if out data queued */ in udc_queue() 1218 "rxfifo after nyet\n"); in udc_queue() 1335 * rxfifo empty not taken into acount in udc_set_halt() 2283 /* CNAk processing when rxfifo empty only */ in udc_data_out_isr() 2654 /* CNAk processing when rxfifo empty only */ 2911 /* soft reset when rxfifo no [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | amd5536udc_pci.c | 139 dev->rxfifo = (u32 __iomem *)(dev->virt_addr + UDC_RXFIFO_ADDR); in udc_pci_probe()
|
H A D | snps_udc_plat.c | 129 udc->rxfifo = (u32 __iomem *)(udc->virt_addr + UDC_RXFIFO_ADDR); in udc_plat_probe()
|
H A D | amd5536udc.h | 551 u32 __iomem *rxfifo; member
|
H A D | snps_udc_core.c | 687 *(buf + i) = readl(dev->rxfifo); in udc_rxfifo_read_dwords() 701 *((u32 *)(buf + (i<<2))) = readl(dev->rxfifo); in udc_rxfifo_read_bytes() 705 tmp = readl(dev->rxfifo); in udc_rxfifo_read_bytes() 747 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes); in udc_rxfifo_read() 1202 /* open rxfifo if out data queued */ in udc_queue() 1214 "rxfifo after nyet\n"); in udc_queue() 1331 * rxfifo empty not taken into acount in udc_set_halt() 2258 /* CNAk processing when rxfifo empty only */ in udc_data_out_isr() 2629 /* CNAk processing when rxfifo empty only */ 2886 /* soft reset when rxfifo no [all...] |
Completed in 17 milliseconds