Home
last modified time | relevance | path

Searched refs:OTP_CTRL_CLK_EN (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c87 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) { in atl1c_get_permanent_address()
88 otp_ctrl_data |= OTP_CTRL_CLK_EN; in atl1c_get_permanent_address()
136 otp_ctrl_data &= ~OTP_CTRL_CLK_EN; in atl1c_get_permanent_address()
187 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) in atl1c_read_eeprom()
189 (otp_ctrl_data | OTP_CTRL_CLK_EN)); in atl1c_read_eeprom()
208 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) in atl1c_read_eeprom()
Datl1c_hw.h143 #define OTP_CTRL_CLK_EN 0x0002 macro