Home
last modified time | relevance | path

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

/drivers/tty/serial/8250/
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()
/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c2465 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local
2473 if (txfifosz == 0) in stmmac_dma_operation_mode()
2474 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode()
2479 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()
2527 txfifosz, qmode); in stmmac_dma_operation_mode()
2955 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local
2959 if (txfifosz == 0) in stmmac_set_dma_operation_mode()
2960 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode()
2964 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()
5942 if (txfifosz == 0) in stmmac_change_mtu()
[all …]
/drivers/usb/musb/
A Dmusb_core.h256 u8 rxfifosz, txfifosz; member
A Dmusb_core.c2698 musb->context.index_regs[i].txfifosz = in musb_save_context()
2770 musb->context.index_regs[i].txfifosz); in musb_restore_context()

Completed in 26 milliseconds