Home
last modified time | relevance | path

Searched refs:sc_hwiflow (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sys/dev/uart/
HDuart_tty.c187 if (sc->sc_hwiflow) in uart_tty_close()
233 if ((tp->t_termios.c_cflag & CRTS_IFLOW) && !sc->sc_hwiflow) in uart_tty_inwakeup()
292 if (!sc->sc_hwiflow) { in uart_tty_param()
349 !sc->sc_hwiflow) in uart_tty_intr()
HDuart_bus.h92 bool sc_hwiflow:1; /* This UART has HW input flow ctl. */ member
HDuart_core.c640 if (sc->sc_hwiflow || sc->sc_hwoflow) { in uart_bus_attach()
643 if (sc->sc_hwiflow) { in uart_bus_attach()
HDuart_dev_msm.c342 sc->sc_hwiflow = 0; in msm_bus_attach()
HDuart_dev_mvebu.c494 sc->sc_hwiflow = 0; in uart_mvebu_bus_probe()
HDuart_dev_ns8250.c986 sc->sc_hwiflow = 1; in ns8250_bus_probe()
/freebsd-14-stable/sys/arm/freescale/vybrid/
HDvf_uart.c297 sc->sc_hwiflow = 0; in vf_uart_bus_attach()
/freebsd-14-stable/sys/riscv/sifive/
HDsifive_uart.c179 sc->sc_hwiflow = 0; in sfuart_bus_probe()
/freebsd-14-stable/sys/arm/xilinx/
HDuart_dev_cdnc.c422 sc->sc_hwiflow = 0; in cdnc_uart_bus_probe()