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

/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c327 CSCR = 0x74, /* Chip Status and Configuration Register. */ enumerator in enum:RTL8139_registers
1494 if (RTL_R16 (CSCR) & CSCR_LinkOKBit) {
1496 RTL_W16 (CSCR, CSCR_LinkDownOffCmd);
1501 RTL_W16 (CSCR, CSCR_LinkDownCmd);
1510 linkcase = RTL_R16 (CSCR) & CSCR_LinkStatusBits;
1539 if ((RTL_R16 (CSCR) &
2182 an first get an additional status bit from CSCR. */
2184 link_changed = RTL_R16 (CSCR) & CSCR_LinkChangeBit;
/linux-master/drivers/net/usb/
H A Drtl8150.c40 #define CSCR 0x014C /* This one has the link status */ macro
712 get_registers(dev, CSCR, 2, &tmp);

Completed in 131 milliseconds