Searched refs:PMEnable (Results 1 – 2 of 2) sorted by relevance
458 PMEnable = (1 << 0), /* Power Management Enable */ enumerator1426 if (!(options & PMEnable)) in __rtl8169_get_wol()1517 options = RTL_R8(tp, Config1) & ~PMEnable; in __rtl8169_set_wol()1519 options |= PMEnable; in __rtl8169_set_wol()5545 LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_1()5561 RTL_W8(tp, Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2()
269 PMEnable = (1 << 0), /* Enable various PM features of chip */ enumerator1041 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()