Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsh-sci.h21 # define SCxSR_RDxF_CLEAR(port) (serial_port_in(port, SCxSR) & 0xfffc)
22 # define SCxSR_ERROR_CLEAR(port) (serial_port_in(port, SCxSR) & 0xfd73)
23 # define SCxSR_TDxE_CLEAR(port) (serial_port_in(port, SCxSR) & 0xffdf)
24 # define SCxSR_BREAK_CLEAR(port) (serial_port_in(port, SCxSR) & 0xffe3)
Dsh-sci.c162 [SCxSR] = { 0x04, 8 },
182 [SCxSR] = { 0x04, 8 },
201 [SCxSR] = { 0x14, 16 },
220 [SCxSR] = { 0x14, 16 },
240 [SCxSR] = { 0x10, 16 },
259 [SCxSR] = { 0x08, 16 },
278 [SCxSR] = { 0x10, 16 },
297 [SCxSR] = { 0x10, 16 },
317 [SCxSR] = { 0x10, 16 },
337 [SCxSR] = { 0x10, 16 },
[all …]
/linux-4.1.27/include/linux/
Dserial_sci.h93 SCxSR, /* Serial Status Register */ enumerator