Lines Matching refs:E1000_EECD
20 wr32(E1000_EECD, *eecd); in igb_raise_eec_clk()
35 wr32(E1000_EECD, *eecd); in igb_lower_eec_clk()
53 u32 eecd = rd32(E1000_EECD); in igb_shift_out_eec_bits()
66 wr32(E1000_EECD, eecd); in igb_shift_out_eec_bits()
78 wr32(E1000_EECD, eecd); in igb_shift_out_eec_bits()
98 eecd = rd32(E1000_EECD); in igb_shift_in_eec_bits()
107 eecd = rd32(E1000_EECD); in igb_shift_in_eec_bits()
160 u32 eecd = rd32(E1000_EECD); in igb_acquire_nvm()
165 wr32(E1000_EECD, eecd | E1000_EECD_REQ); in igb_acquire_nvm()
166 eecd = rd32(E1000_EECD); in igb_acquire_nvm()
172 eecd = rd32(E1000_EECD); in igb_acquire_nvm()
178 wr32(E1000_EECD, eecd); in igb_acquire_nvm()
195 u32 eecd = rd32(E1000_EECD); in igb_standby_nvm()
200 wr32(E1000_EECD, eecd); in igb_standby_nvm()
204 wr32(E1000_EECD, eecd); in igb_standby_nvm()
220 eecd = rd32(E1000_EECD); in e1000_stop_nvm()
240 eecd = rd32(E1000_EECD); in igb_release_nvm()
242 wr32(E1000_EECD, eecd); in igb_release_nvm()
254 u32 eecd = rd32(E1000_EECD); in igb_ready_nvm_eeprom()
263 wr32(E1000_EECD, eecd); in igb_ready_nvm_eeprom()