Searched refs:txfifosz (Results 1 – 4 of 4) sorted by relevance
282 unsigned int txfifosz, rxfifosz; in ni16550_probe() local320 txfifosz = ni16550_read_fifo_size(&uart, NI16550_TFS_OFFSET); in ni16550_probe()324 txfifosz, rxfifosz); in ni16550_probe()327 uart.port.fifosize = txfifosz; in ni16550_probe()328 uart.tx_loadsz = txfifosz; in ni16550_probe()
2449 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local2457 if (txfifosz == 0) in stmmac_dma_operation_mode()2458 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode()2463 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()2511 txfifosz, qmode); in stmmac_dma_operation_mode()2939 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local2943 if (txfifosz == 0) in stmmac_set_dma_operation_mode()2944 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode()2948 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()5929 if (txfifosz == 0) in stmmac_change_mtu()[all …]
256 u8 rxfifosz, txfifosz; member
2698 musb->context.index_regs[i].txfifosz = in musb_save_context()2770 musb->context.index_regs[i].txfifosz); in musb_restore_context()