Home
last modified time | relevance | path

Searched refs:PMEnable (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/realtek/
Dr8169.c482 PMEnable = (1 << 0), /* Power Management Enable */ enumerator
1364 if (!(options & PMEnable)) in __rtl8169_get_wol()
1425 options = RTL_R8(Config1) & ~PMEnable; in __rtl8169_set_wol()
1427 options |= PMEnable; in __rtl8169_set_wol()
4735 LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_1()
4751 RTL_W8(Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2()
6231 RTL_W8(Config1, RTL_R8(Config1) | PMEnable); in rtl_init_one()
D8139cp.c268 PMEnable = (1 << 0), /* Enable various PM features of chip */ enumerator
1024 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()