Searched refs:BM_WUC_PAGE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.h | 118 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0) 119 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1) 120 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2) 121 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3) 122 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) 123 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) 124 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) 125 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) 126 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1))) 263 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 7 [all...] |
H A D | phy.c | 2347 if (page == BM_WUC_PAGE) { in e1000e_write_phy_reg_bm() 2405 if (page == BM_WUC_PAGE) { in e1000e_read_phy_reg_bm() 2462 if (page == BM_WUC_PAGE) { in e1000e_read_phy_reg_bm2() 2505 if (page == BM_WUC_PAGE) { in e1000e_write_phy_reg_bm2() 2577 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT)); in e1000_enable_phy_wakeup_reg_access_bm() 2588 * BM_WUC_ENABLE_REG before register(s) on BM_WUC_PAGE were accessed by 2617 * @page_set: BM_WUC_PAGE already set and access enabled 2633 * the PHY page is set to BM_WUC_PAGE (i.e. a function in the call stack 2732 * @page_set: BM_WUC_PAGE already set and access enabled 2753 if (page == BM_WUC_PAGE) { in __e1000_read_phy_reg_hv() [all...] |
H A D | phy.h | 84 #define BM_WUC_PAGE 800 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.h | 121 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0) 122 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1) 123 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2) 124 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3) 125 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) 126 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) 127 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) 128 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) 129 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1))) 266 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 7 [all...] |
H A D | phy.c | 2356 if (page == BM_WUC_PAGE) { in e1000e_write_phy_reg_bm() 2414 if (page == BM_WUC_PAGE) { in e1000e_read_phy_reg_bm() 2471 if (page == BM_WUC_PAGE) { in e1000e_read_phy_reg_bm2() 2514 if (page == BM_WUC_PAGE) { in e1000e_write_phy_reg_bm2() 2586 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT)); in e1000_enable_phy_wakeup_reg_access_bm() 2597 * BM_WUC_ENABLE_REG before register(s) on BM_WUC_PAGE were accessed by 2626 * @page_set: BM_WUC_PAGE already set and access enabled 2642 * the PHY page is set to BM_WUC_PAGE (i.e. a function in the call stack 2751 * @page_set: BM_WUC_PAGE already set and access enabled 2772 if (page == BM_WUC_PAGE) { in __e1000_read_phy_reg_hv() [all...] |
H A D | phy.h | 84 #define BM_WUC_PAGE 800 macro
|
Completed in 9 milliseconds