Searched refs:txfifosz (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_ni.c | 281 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 D | stmmac_main.c | 2529 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local 2537 if (txfifosz == 0) in stmmac_dma_operation_mode() 2538 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode() 2543 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode() 2591 txfifosz, qmode); in stmmac_dma_operation_mode() 3020 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local 3024 if (txfifosz == 0) in stmmac_set_dma_operation_mode() 3025 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode() 3029 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode() 3032 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode() [all …]
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.h | 256 u8 rxfifosz, txfifosz; member
|
| H A D | musb_core.c | 2694 musb->context.index_regs[i].txfifosz = in musb_save_context() 2766 musb->context.index_regs[i].txfifosz); in musb_restore_context()
|