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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsc26xx.c109 #define WRITE_SC_PORT(p, r, v) write_sc_port(p, WR_PORT_##r, v) macro
205 WRITE_SC_PORT(port, THR, xmit->buf[xmit->tail]);
326 WRITE_SC_PORT(port, THR, xmit->buf[xmit->tail]);
346 WRITE_SC_PORT(port, CR, CR_STRT_BRK);
348 WRITE_SC_PORT(port, CR, CR_STOP_BRK);
358 WRITE_SC_PORT(port, CR, CR_RES_RX);
359 WRITE_SC_PORT(port, CR, CR_RES_TX);
362 WRITE_SC_PORT(port, CR, CR_ENA_TX | CR_ENA_RX);
376 WRITE_SC_PORT(port, CR, CR_DIS_TX | CR_DIS_RX);
394 WRITE_SC_PORT(por
[all...]

Completed in 75 milliseconds