Home
last modified time | relevance | path

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

/NextBSD/sys/dev/e1000/
HDe1000_ich8lan.h131 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0)
132 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1)
133 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2)
134 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3)
135 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2)))
136 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2)))
137 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2)))
138 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2)))
139 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1)))
272 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 70)
HDe1000_phy.c3123 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm()
3183 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm()
3242 if (page == BM_WUC_PAGE) { in e1000_read_phy_reg_bm2()
3287 if (page == BM_WUC_PAGE) { in e1000_write_phy_reg_bm2()
3364 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT)); in e1000_enable_phy_wakeup_reg_access_bm()
3549 if (page == BM_WUC_PAGE) { in __e1000_read_phy_reg_hv()
3658 if (page == BM_WUC_PAGE) { in __e1000_write_phy_reg_hv()
HDe1000_phy.h150 #define BM_WUC_PAGE 800 macro