Searched refs:txfifosz (Results 1 – 2 of 2) sorted by relevance
280 unsigned int txfifosz, rxfifosz; in ni16550_probe() local314 txfifosz = ni16550_read_fifo_size(uart, NI16550_TFS_OFFSET); in ni16550_probe()318 txfifosz, rxfifosz); in ni16550_probe()321 uart->port.fifosize = txfifosz; in ni16550_probe()322 uart->tx_loadsz = txfifosz; in ni16550_probe()
256 u8 rxfifosz, txfifosz; member