Searched refs:wlock_mac (Results 1 – 1 of 1) sorted by relevance
2076 u32 wlock_mac; in e1000_rar_get_count_pch_lpt() local2079 wlock_mac = er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK; in e1000_rar_get_count_pch_lpt()2080 wlock_mac >>= E1000_FWSM_WLOCK_MAC_SHIFT; in e1000_rar_get_count_pch_lpt()2082 switch (wlock_mac) { in e1000_rar_get_count_pch_lpt()2093 num_entries = wlock_mac + 1; in e1000_rar_get_count_pch_lpt()2114 u32 wlock_mac; in e1000_rar_set_pch_lpt() local2140 wlock_mac = er32(FWSM) & E1000_FWSM_WLOCK_MAC_MASK; in e1000_rar_set_pch_lpt()2141 wlock_mac >>= E1000_FWSM_WLOCK_MAC_SHIFT; in e1000_rar_set_pch_lpt()2144 if (wlock_mac == 1) in e1000_rar_set_pch_lpt()2147 if ((wlock_mac == 0) || (index <= wlock_mac)) { in e1000_rar_set_pch_lpt()