Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/8250/
H A D8250_ni.c282 unsigned int txfifosz, rxfifosz; in ni16550_probe() local
320 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()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2449 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local
2457 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() local
2943 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 …]
/linux-6.15/drivers/usb/musb/
H A Dmusb_core.h256 u8 rxfifosz, txfifosz; member
H 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()