Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_ni.c281 unsigned int txfifosz, rxfifosz; in ni16550_probe() local
315 txfifosz = ni16550_read_fifo_size(uart, NI16550_TFS_OFFSET); in ni16550_probe()
319 txfifosz, rxfifosz); in ni16550_probe()
322 uart->port.fifosize = txfifosz; in ni16550_probe()
323 uart->tx_loadsz = txfifosz; in ni16550_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2583 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local
2591 if (txfifosz == 0) in stmmac_dma_operation_mode()
2592 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode()
2597 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()
2635 txfifosz, qmode); in stmmac_dma_operation_mode()
3051 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local
3055 if (txfifosz == 0) in stmmac_set_dma_operation_mode()
3056 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode()
3060 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()
3063 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()
[all …]
/linux/drivers/usb/musb/
H A Dmusb_core.h256 u8 rxfifosz, txfifosz; member