Searched refs:txfifosz (Results 1 – 4 of 4) sorted by relevance
281 unsigned int txfifosz, rxfifosz; in ni16550_probe() local315 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()
2465 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local2473 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() local2959 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 …]
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()
Completed in 26 milliseconds