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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.h147 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0)
148 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1)
149 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2)
150 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3)
151 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2)))
152 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2)))
153 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2)))
154 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2)))
155 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1)))
297 #define I217_PROXY_CTRL BM_PHY_REG(BM_WUC_PAGE, 7
[all...]
H A De1000_phy.c3125 if (page == BM_WUC_PAGE) {
3185 if (page == BM_WUC_PAGE) {
3244 if (page == BM_WUC_PAGE) {
3289 if (page == BM_WUC_PAGE) {
3366 return e1000_set_page_igp(hw, (BM_WUC_PAGE << IGP_PAGE_SHIFT));
3377 * BM_WUC_ENABLE_REG before register(s) on BM_WUC_PAGE were accessed by
3411 * @page_set: BM_WUC_PAGE already set and access enabled
3427 * the PHY page is set to BM_WUC_PAGE (i.e. a function in the call stack
3549 if (page == BM_WUC_PAGE) {
3658 if (page == BM_WUC_PAGE) {
[all...]
H A De1000_phy.h151 #define BM_WUC_PAGE 800 macro

Completed in 61 milliseconds