Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c404 PMEnable = (1 << 0), /* Power Management Enable */ enumerator
1500 options = RTL_R8(tp, Config1) & ~PMEnable; in __rtl8169_set_wol()
1502 options |= PMEnable; in __rtl8169_set_wol()
3503 LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_1()
3517 RTL_W8(tp, Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2()
H A D8139cp.c269 PMEnable = (1 << 0), /* Enable various PM features of chip */ enumerator
1046 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()