Searched refs:CSCR (Results 1 – 2 of 2) sorted by relevance
327 CSCR = 0x74, /* Chip Status and Configuration Register. */ enumerator1494 if (RTL_R16 (CSCR) & CSCR_LinkOKBit) { in rtl8139_tune_twister()1496 RTL_W16 (CSCR, CSCR_LinkDownOffCmd); in rtl8139_tune_twister()1501 RTL_W16 (CSCR, CSCR_LinkDownCmd); in rtl8139_tune_twister()1510 linkcase = RTL_R16 (CSCR) & CSCR_LinkStatusBits; in rtl8139_tune_twister()1539 if ((RTL_R16 (CSCR) & in rtl8139_tune_twister()2184 link_changed = RTL_R16 (CSCR) & CSCR_LinkChangeBit; in rtl8139_interrupt()
40 #define CSCR 0x014C /* This one has the link status */ macro712 get_registers(dev, CSCR, 2, &tmp); in set_carrier()