Searched refs:UMSTAT_CTS (Results 1 – 4 of 4) sorted by relevance
119 #define UMSTAT_CTS (1<<0) /* Clear to send */ macro
156 #define MSTS_CTS UMSTAT_CTS /* bit0 */
355 ISSET(umstat, UMSTAT_CTS) ? "+" : "-", in sscomstatus()399 return (msts & UMSTAT_CTS) | MSTS_DCD | MSTS_DSR; in sscom_read_modem_status()
133 #define UMSTAT_CTS __BIT(0) /* Clear to send */ macro