Home
last modified time | relevance | path

Searched refs:UPSTAT_DCD_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dserial_core.h226 #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1)) macro
/linux/drivers/tty/serial/
A Dserial_core.c55 return !!(uport->status & UPSTAT_DCD_ENABLE); in uart_dcd_enabled()
512 uport->status &= ~UPSTAT_DCD_ENABLE; in uart_change_speed()
514 uport->status |= UPSTAT_DCD_ENABLE; in uart_change_speed()

Completed in 11 milliseconds