Home
last modified time | relevance | path

Searched refs:rxfifosz (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c131 static u32 dwmac1000_configure_fc(u32 csr6, int rxfifosz) in dwmac1000_configure_fc() argument
140 if (rxfifosz < 4096) { in dwmac1000_configure_fc()
143 rxfifosz); in dwmac1000_configure_fc()
Dstmmac_main.c2369 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_dma_operation_mode() local
2376 if (rxfifosz == 0) in stmmac_dma_operation_mode()
2377 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_dma_operation_mode()
2382 rxfifosz /= rx_channels_count; in stmmac_dma_operation_mode()
2412 rxfifosz, qmode); in stmmac_dma_operation_mode()
2774 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_set_dma_operation_mode() local
2777 if (rxfifosz == 0) in stmmac_set_dma_operation_mode()
2778 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_set_dma_operation_mode()
2783 rxfifosz /= rx_channels_count; in stmmac_set_dma_operation_mode()
2786 stmmac_dma_rx_mode(priv, priv->ioaddr, rxmode, chan, rxfifosz, rxqmode); in stmmac_set_dma_operation_mode()
/linux-6.6.21/drivers/usb/musb/
Dmusb_core.h256 u8 rxfifosz, txfifosz; member
Dmusb_core.c2699 musb->context.index_regs[i].rxfifosz = in musb_save_context()
2771 musb->context.index_regs[i].rxfifosz); in musb_restore_context()