Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h41 #define E1000_FWSM_WLOCK_MAC_MASK 0x0380 macro
H A Dich8lan.c2011 wlock_mac = er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK; in e1000_rar_get_count_pch_lpt()
2072 wlock_mac = er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK; in e1000_rar_set_pch_lpt()
H A Dethtool.c904 wlock_mac = FIELD_GET(E1000_FWSM_WLOCK_MAC_MASK, er32(FWSM)); in e1000_reg_test()