Home
last modified time | relevance | path

Searched refs:RX_TRIGGER (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_omap.c90 #define RX_TRIGGER 48 macro
459 * - RX_TRIGGER amount of bytes in the FIFO will cause an interrupt. in omap_8250_set_termios()
460 * - less than RX_TRIGGER number of bytes will also cause an interrupt in omap_8250_set_termios()
469 * - UART will assert the RX DMA line once there are RX_TRIGGER bytes in in omap_8250_set_termios()
470 * the FIFO and move RX_TRIGGER bytes. in omap_8250_set_termios()
1267 .rx_size = RX_TRIGGER,
1268 .rx_trigger = RX_TRIGGER,
1440 priv->rx_trigger = RX_TRIGGER; in omap8250_probe()
1469 up.dma->rx_size = RX_TRIGGER; in omap8250_probe()
1470 up.dma->rxconf.src_maxburst = RX_TRIGGER; in omap8250_probe()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_omap.c90 #define RX_TRIGGER 48 macro
452 * - RX_TRIGGER amount of bytes in the FIFO will cause an interrupt. in omap_8250_set_termios()
453 * - less than RX_TRIGGER number of bytes will also cause an interrupt in omap_8250_set_termios()
462 * - UART will assert the RX DMA line once there are RX_TRIGGER bytes in in omap_8250_set_termios()
463 * the FIFO and move RX_TRIGGER bytes. in omap_8250_set_termios()
1341 .rx_size = RX_TRIGGER,
1342 .rx_trigger = RX_TRIGGER,
1514 priv->rx_trigger = RX_TRIGGER; in omap8250_probe()
1543 dma->rx_size = RX_TRIGGER; in omap8250_probe()
1544 dma->rxconf.src_maxburst = RX_TRIGGER; in omap8250_probe()
[all...]

Completed in 5 milliseconds