Searched refs:PMEnable (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 410 PMEnable = (1 << 0), /* Power Management Enable */ enumerator 1412 options = RTL_R8(tp, Config1) & ~PMEnable; in __rtl8169_set_wol() 1414 options |= PMEnable; in __rtl8169_set_wol() 3444 LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_1() 3458 RTL_W8(tp, Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2()
|
H A D | 8139cp.c | 269 PMEnable = (1 << 0), /* Enable various PM features of chip */ enumerator 1046 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 404 PMEnable = (1 << 0), /* Power Management Enable */ enumerator 1450 options = RTL_R8(tp, Config1) & ~PMEnable; in __rtl8169_set_wol() 1452 options |= PMEnable; in __rtl8169_set_wol() 3453 LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_1() 3467 RTL_W8(tp, Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2()
|
H A D | 8139cp.c | 269 PMEnable = (1 << 0), /* Enable various PM features of chip */ enumerator 1046 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
|
Completed in 21 milliseconds