Searched refs:SCxSR_ERROR_CLEAR (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsh-sci.h234 # define SCxSR_ERROR_CLEAR(port) 0xc4 macro
252 # define SCxSR_ERROR_CLEAR(port) (sci_in(port,SCxSR)&0xfd73) macro
258 # define SCxSR_ERROR_CLEAR(port) 0x0073 macro
272 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073) macro
H A Dsh-sci.c108 sci_out(port, SCxSR, SCxSR_ERROR_CLEAR(port));
741 sci_out(port, SCxSR, SCxSR_ERROR_CLEAR(port));

Completed in 51 milliseconds