Searched refs:SCFCR_MCE (Results 1 – 3 of 3) sorted by relevance
115 #define SCFCR_MCE BIT(3) /* Modem Control Enable */ macro
2131 serial_port_in(port, SCFCR) & ~SCFCR_MCE); in sci_set_mctrl()2144 serial_port_in(port, SCFCR) | SCFCR_MCE); in sci_set_mctrl()
367 #define SCFCR_MCE 0x0008 macro