/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000.h | 278 * 0,00 - Full minus 1KB (only valid when rxfifo >= 4KB and EFC enabled) 279 * 0,01 - Full minus 2KB (only valid when rxfifo >= 4KB and EFC enabled) 280 * 0,10 - Full minus 3KB (only valid when rxfifo >= 4KB and EFC enabled) 281 * 0,11 - Full minus 4KB (only valid when rxfifo > 4KB and EFC enabled) 282 * 1,00 - Full minus 5KB (only valid when rxfifo > 8KB and EFC enabled) 283 * 1,01 - Full minus 6KB (only valid when rxfifo > 8KB and EFC enabled) 284 * 1,10 - Full minus 7KB (only valid when rxfifo > 8KB and EFC enabled)
|
D | dwmac1000_dma.c | 144 pr_debug("GMAC: disabling flow control, rxfifo too small(%d)\n", in dwmac1000_configure_fc()
|
/linux-6.12.1/drivers/spi/ |
D | spi-nxp-fspi.c | 330 unsigned int rxfifo; member 339 .rxfifo = SZ_512, /* (64 * 64 bits) */ 348 .rxfifo = SZ_512, /* (64 * 64 bits) */ 357 .rxfifo = SZ_512, /* (64 * 64 bits) */ 366 .rxfifo = SZ_512, /* (64 * 64 bits) */ 375 .rxfifo = SZ_512, /* (64 * 64 bits) */ 497 (op->data.nbytes > f->devtype_data->rxfifo - 4 && in nxp_fspi_supports_op() 843 /* Wait for RXFIFO available */ in nxp_fspi_read_rxfifo() 860 /* Wait for RXFIFO available */ in nxp_fspi_read_rxfifo() 875 /* invalid the RXFIFO */ in nxp_fspi_read_rxfifo() [all …]
|
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 - 4)) in fsl_qspi_adjust_op_size()
|
D | spi-xilinx.c | 72 #define XSPI_INTR_RX_FULL 0x10 /* RxFIFO is full */ 73 #define XSPI_INTR_RX_OVERRUN 0x20 /* RxFIFO was overrun */
|
D | spi-xlp.c | 97 int rxerrors; /* RXFIFO overflow count */
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,xcvr.yaml | 38 - const: rxfifo 148 reg-names = "ram", "regs", "rxfifo", "txfifo";
|
/linux-6.12.1/drivers/crypto/nx/ |
D | nx-common-powernv.c | 688 * windows only for high priority RxFIFO entries. in nx_alloc_txwin() 758 pr_err("Invalid RxFIFO priority value\n"); in nx_set_ct() 834 * RxFIFO. Otherwise, can get checkstop if RxFIFO overruns. in vas_cfg_coproc_info() 839 * Open a VAS receice window which is used to configure RxFIFO in vas_cfg_coproc_info() 845 pr_err("setting RxFIFO with VAS failed: %d\n", in vas_cfg_coproc_info()
|
/linux-6.12.1/drivers/usb/host/ |
D | octeon-hcd.h | 434 * packet into the RxFIFO because the RxFIFO doesn't have 479 * @rxflvl: RxFIFO Non-Empty (RxFLvl) 481 * from the RxFIFO. 667 * @rxfflsh: RxFIFO Flush (RxFFlsh) 668 * The application can flush the entire RxFIFO using this bit, but 672 * the core is neither reading from the RxFIFO nor writing to the 673 * RxFIFO. 763 * RxFIFO. 769 * @rxfdep: RxFIFO Depth (RxFDep) 787 * pops the top data entry out of the RxFIFO.
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
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() 2041 * RXFIFO DMA for data endpoints to early) in udc_ep0_set_rde() 2216 * RXFIFO opening by RDE in udc_data_out_isr() 2258 /* CNAk processing when rxfifo empty only */ in udc_data_out_isr() [all …]
|
D | amd5536udc_pci.c | 139 dev->rxfifo = (u32 __iomem *)(dev->virt_addr + UDC_RXFIFO_ADDR); in udc_pci_probe()
|
D | snps_udc_plat.c | 128 udc->rxfifo = (u32 __iomem *)(udc->virt_addr + UDC_RXFIFO_ADDR); in udc_plat_probe()
|
D | amd5536udc.h | 551 u32 __iomem *rxfifo; member
|
/linux-6.12.1/drivers/net/ieee802154/ |
D | cc2520.c | 445 dev_vdbg(&priv->spi->dev, "read rxfifo buf[0] = %02x\n", priv->buf[0]); in cc2520_read_rxfifo() 600 dev_vdbg(&priv->spi->dev, "RXFIFO: %x %x\n", len, lqi); in cc2520_rx() 880 dev_dbg(&priv->spi->dev, "rxfifo overflow\n"); in cc2520_fifop_irqwork()
|
/linux-6.12.1/drivers/net/can/rockchip/ |
D | rockchip_canfd-rx.c | 217 /* Erratum 5: Counters for TXEFIFO and RXFIFO may be wrong */ in rkcanfd_handle_rx_int_one()
|
D | rockchip_canfd.h | 317 /* Erratum 5: Counters related to the TXFIFO and RXFIFO exhibit
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | smu_v11_0_i2c.c | 239 } else { /* wait till some data is there in RXFIFO */ in smu_v11_0_i2c_poll_rx_status() 240 /* Poll for some byte in RXFIFO */ in smu_v11_0_i2c_poll_rx_status()
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | gadget.c | 2382 * dwc2_hsotg_handle_outdone - handle receiving OutDone/SetupDone from RXFIFO 2386 * The RXFIFO has delivered an OutDone event, which means that the data 2473 * The RXFIFO is a true FIFO, the packets coming out are still in packet 2477 * When using DMA, we should not be processing events from the RXFIFO 3099 * as we ignore the RXFIFO. in dwc2_hsotg_epint() 3125 * from the RXFIFO, instead we need to process in dwc2_hsotg_epint() 3503 * don't need XferCompl, we get that from RXFIFO in slave mode. In in dwc2_hsotg_core_init_disconnected() 3532 * Enable the RXFIFO when in slave mode, as this is how we collect in dwc2_hsotg_core_init_disconnected() 3964 * Pop GLOBAL OUT NAK status packet from RxFIFO in dwc2_hsotg_ep_stop_xfr() 4987 dev_dbg(dev, "RXFIFO size: %d\n", hsotg->params.g_rx_fifo_size); in dwc2_gadget_init()
|
/linux-6.12.1/drivers/usb/dwc3/ |
D | gadget.c | 2800 * gonna use RxFIFO size. 2802 * To calculate RxFIFO size we need two numbers: 2804 * RAM2_DEPTH = depth, in MDWIDTH, of internal RAM2 (where RxFIFO sits) 2808 * RxFIFO Size = (RAM2_DEPTH * MDWIDTH / 8) - 24 - 16; 2813 * Given RxFIFO Size, NUMP = RxFIFOSize / 1024; 3212 /* All OUT endpoints share a single RxFIFO space */ in dwc3_gadget_init_out_endpoint() 3223 * To meet performance requirement, a minimum recommended RxFIFO size in dwc3_gadget_init_out_endpoint() 3225 * RxFIFO size >= (3 x MaxPacketSize) + in dwc3_gadget_init_out_endpoint()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | debug.h | 142 * @rxfifo_addr: Start address of rxFifo
|
/linux-6.12.1/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 91 #define AVE_GRR_RXFFR BIT(5) /* Reset RxFIFO */ 105 #define AVE_GI_RXOVF BIT(7) /* Overflow at the RxFIFO */ 949 /* RxFIFO overflow */ in ave_irq_handler()
|
/linux-6.12.1/arch/microblaze/boot/dts/ |
D | system.dts | 219 xlnx,rxfifo = <0x1000>;
|
/linux-6.12.1/sound/soc/fsl/ |
D | fsl_xcvr.c | 1378 rx_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "rxfifo"); in fsl_xcvr_probe() 1381 dev_err(dev, "could not find rxfifo or txfifo resource\n"); in fsl_xcvr_probe()
|
/linux-6.12.1/drivers/net/can/ |
D | xilinx_can.c | 232 * @ecc_rx_2_bit_errors: RXFIFO 2bit ECC count 233 * @ecc_rx_1_bit_errors: RXFIFO 1bit ECC count 881 /* DW1/DW2 must always be read to remove message from RXFIFO */ in xcan_rx()
|
/linux-6.12.1/drivers/usb/serial/ |
D | io_ionsp.h | 400 // RxFIFO after LSR reported an error.
|