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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Driscom8.h92 unsigned char COR2; member in struct:riscom_port
H A Dspecialix_io8.h133 unsigned char COR2; member in struct:specialix_port
H A Driscom8.c451 if (port->COR2 & COR2_ETC) {
454 port->COR2 &= ~COR2_ETC;
465 rc_out(bp, CD180_COR2, port->COR2);
661 port->COR2 = 0;
753 port->COR2 |= COR2_CTSAE;
758 port->COR2 |= COR2_TXIBE;
761 port->COR2 |= COR2_IXM;
782 rc_out(bp, CD180_COR2, port->COR2);
1289 port->COR2 |= COR2_ETC;
1292 rc_out(bp, CD180_COR2, port->COR2);
[all...]
H A Dspecialix.c741 if (port->COR2 & COR2_ETC) {
744 port->COR2 &= ~COR2_ETC;
755 sx_out(bp, CD186x_COR2, port->COR2);
1022 port->COR2 = 0;
1164 port->COR2 |= COR2_CTSAE;
1169 port->COR2 |= COR2_TXIBE;
1172 port->COR2 |= COR2_IXM;
1196 sx_out(bp, CD186x_COR2, port->COR2);
1882 port->COR2 |= COR2_ETC;
1886 sx_out(bp, CD186x_COR2, port->COR2);
[all...]
H A Dstallion.c3048 if (stl_cd1400updatereg(portp, COR2, cor2))
3461 outb((COR2 + portp->uartaddr), ioaddr);
3478 outb((COR2 + portp->uartaddr), ioaddr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcd1400.h78 #define COR2 0x09 macro

Completed in 111 milliseconds