Searched refs:hwflow (Results 1 – 4 of 4) sorted by relevance
61 void (*hwflow)(struct at91usart_softc *, int enabled); member
385 if (sc->hwflow) in at91usart_param()386 (*sc->hwflow)(sc, t->c_cflag); in at91usart_param()
463 groups = "uart2-data", "uart2-hwflow";469 groups = "uart3-data", "uart3-hwflow";
137 sc->sc_dev.hwflow = mpcsa_usart_hwflow; in mpcsa_usart_attach()