Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dma35d1_serial.c67 #define MA35_LCR_BREAK BIT(6) /* Break Control */ macro
370 lcr |= MA35_LCR_BREAK; in ma35d1serial_break_ctl()
372 lcr &= ~MA35_LCR_BREAK; in ma35d1serial_break_ctl()