Home
last modified time | relevance | path

Searched refs:txfifosz (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_uio.c654 int txfifosz = priv->plat->tx_fifo_size; in uio_dma_operation_mode() local
662 if (txfifosz == 0) in uio_dma_operation_mode()
663 txfifosz = priv->dma_cap.tx_fifo_size; in uio_dma_operation_mode()
667 txfifosz /= tx_channels_count; in uio_dma_operation_mode()
701 txfifosz, qmode); in uio_dma_operation_mode()
H A Dstmmac_main.c1989 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local
1997 if (txfifosz == 0) in stmmac_dma_operation_mode()
1998 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode()
2002 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()
2037 txfifosz, qmode); in stmmac_dma_operation_mode()
2202 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local
2206 if (txfifosz == 0) in stmmac_set_dma_operation_mode()
2207 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode()
2211 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()
2214 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()
[all …]
H A Ddwmac-rk-tool.c1124 int txfifosz = priv->plat->tx_fifo_size; in dwmac_rk_dma_operation_mode() local
1132 if (txfifosz == 0) in dwmac_rk_dma_operation_mode()
1133 txfifosz = priv->dma_cap.tx_fifo_size; in dwmac_rk_dma_operation_mode()
1137 txfifosz /= tx_channels_count; in dwmac_rk_dma_operation_mode()
1153 txfifosz, qmode); in dwmac_rk_dma_operation_mode()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_core.h80 u8 txfifosz; member
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff737 + int txfifosz = priv->plat->tx_fifo_size;
745 + if (txfifosz == 0)
746 + txfifosz = priv->dma_cap.tx_fifo_size;
750 + txfifosz /= tx_channels_count;
784 + txfifosz, qmode);
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff889 + int txfifosz = priv->plat->tx_fifo_size;
897 + if (txfifosz == 0)
898 + txfifosz = priv->dma_cap.tx_fifo_size;
902 + txfifosz /= tx_channels_count;
936 + txfifosz, qmode);
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h292 u8 rxfifosz, txfifosz; member
H A Dmusb_core.c2268 musb->context.index_regs[i].txfifosz = in musb_save_context()
2341 musb->context.index_regs[i].txfifosz); in musb_restore_context()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_core.h256 u8 rxfifosz, txfifosz; member
H A Dmusb_core.c2701 musb->context.index_regs[i].txfifosz = in musb_save_context()
2779 musb->context.index_regs[i].txfifosz); in musb_restore_context()