Searched refs:UART01x_FR_CTS (Results 1 – 3 of 3) sorted by relevance
96 #define UART01x_FR_CTS BIT(0) macro216 #define UART01x_FR_MODEM_ANY (UART01x_FR_DCD | UART01x_FR_DSR | UART01x_FR_CTS)
197 if (delta & UART01x_FR_CTS) in pl010_modem_status()198 uart_handle_cts_change(port, status & UART01x_FR_CTS); in pl010_modem_status()253 if (status & UART01x_FR_CTS) in pl010_get_mctrl()
131 .fr_cts = UART01x_FR_CTS,145 .fr_cts = UART01x_FR_CTS,160 .fr_cts = UART01x_FR_CTS,209 .fr_cts = UART01x_FR_CTS,
Completed in 17 milliseconds