Searched refs:CSCR (Results 1 – 2 of 2) sorted by relevance
326 CSCR = 0x74, /* Chip Status and Configuration Register. */ enumerator1500 if (RTL_R16 (CSCR) & CSCR_LinkOKBit) { in rtl8139_tune_twister()1502 RTL_W16 (CSCR, CSCR_LinkDownOffCmd); in rtl8139_tune_twister()1507 RTL_W16 (CSCR, CSCR_LinkDownCmd); in rtl8139_tune_twister()1516 linkcase = RTL_R16 (CSCR) & CSCR_LinkStatusBits; in rtl8139_tune_twister()1545 if ((RTL_R16 (CSCR) & in rtl8139_tune_twister()2189 link_changed = RTL_R16 (CSCR) & CSCR_LinkChangeBit; in rtl8139_interrupt()
43 #define CSCR 0x014C /* This one has the link status */ macro709 get_registers(dev, CSCR, 2, &tmp); in set_carrier()