Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.h79 u8 txfifosz; member
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h295 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()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2355 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local
2363 if (txfifosz == 0) in stmmac_dma_operation_mode()
2364 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode()
2368 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()
2415 txfifosz, qmode); in stmmac_dma_operation_mode()
2760 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local
2764 if (txfifosz == 0) in stmmac_set_dma_operation_mode()
2765 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode()
2769 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()
5702 if (txfifosz == 0) in stmmac_change_mtu()
[all …]
/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.h256 u8 rxfifosz, txfifosz; member
H A Dmusb_core.c2697 musb->context.index_regs[i].txfifosz = in musb_save_context()
2769 musb->context.index_regs[i].txfifosz); in musb_restore_context()