Home
last modified time | relevance | path

Searched refs:BM_WUC_PAGE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.h145 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0)
146 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1)
147 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2)
148 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3)
149 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2)))
150 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2)))
151 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2)))
152 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2)))
153 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1)))
295 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 70)
H A De1000_phy.c3124 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm()
3184 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm()
3243 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm2()
3288 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm2()
3365 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT)); in e1000_enable_phy_wakeup_reg_access_bm()
3548 if (page == BM_WUC_PAGE) { in __e1000_read_phy_reg_hv()
3657 if (page == BM_WUC_PAGE) { in __e1000_write_phy_reg_hv()
H A De1000_phy.h150 #define BM_WUC_PAGE 800 macro