Searched refs:BM_WUC_PAGE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_ich8lan.h | 117 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0) 118 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1) 119 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2) 120 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3) 121 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) 122 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) 123 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) 124 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) 125 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1))) 267 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 70)
|
| H A D | e1000_phy.c | 3109 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm() 3169 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm() 3228 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm2() 3273 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm2() 3350 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT)); in e1000_enable_phy_wakeup_reg_access_bm() 3534 if (page == BM_WUC_PAGE) { in __e1000_read_phy_reg_hv() 3644 if (page == BM_WUC_PAGE) { in __e1000_write_phy_reg_hv()
|
| H A D | e1000_phy.h | 125 #define BM_WUC_PAGE 800 macro
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_ich8lan.h | 116 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0) 117 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1) 118 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2) 119 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3) 120 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) 121 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) 122 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) 123 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) 124 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1))) 267 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 70)
|
| H A D | igc_phy.c | 3152 if (page == BM_WUC_PAGE) { in igc_write_phy_reg_bm() 3212 if (page == BM_WUC_PAGE) { in igc_read_phy_reg_bm() 3271 if (page == BM_WUC_PAGE) { in igc_read_phy_reg_bm2() 3316 if (page == BM_WUC_PAGE) { in igc_write_phy_reg_bm2() 3393 return igc_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT)); in igc_enable_phy_wakeup_reg_access_bm() 3577 if (page == BM_WUC_PAGE) { in __igc_read_phy_reg_hv() 3687 if (page == BM_WUC_PAGE) { in __igc_write_phy_reg_hv()
|
| H A D | igc_phy.h | 142 #define BM_WUC_PAGE 800 macro
|