Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsh-sci.h168 # define SCxSR_ERROR_CLEAR(port) 0xc4 macro
186 # define SCxSR_ERROR_CLEAR(port) (sci_in(port,SCxSR)&0xfd73) macro
191 # define SCxSR_ERROR_CLEAR(port) 0x0073 macro
205 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073) macro