Home
last modified time | relevance | path

Searched defs:SCxSR_ERROR_CLEAR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h175 #define SCxSR_ERROR_CLEAR(port) \ macro
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h353 # define SCxSR_ERROR_CLEAR(port) (sci_in(port, SCxSR) & 0xfd73) macro
358 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073) macro