Home
last modified time | relevance | path

Searched refs:has_rtscts (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmeson_uart.c712 bool has_rtscts; in meson_uart_probe() local
740 has_rtscts = of_property_read_bool(pdev->dev.of_node, "uart-has-rtscts"); in meson_uart_probe()
771 if (has_rtscts) in meson_uart_probe()
H A Dsh-sci.c158 bool has_rtscts; member
744 if (to_sci_port(port)->has_rtscts) { in sci_init_pins()
2124 if (!s->has_rtscts) in sci_set_mctrl()
3332 sp->has_rtscts = of_property_read_bool(np, "uart-has-rtscts"); in sci_parse_dt()
3373 if (sciport->has_rtscts) { in sci_probe_single()