Home
last modified time | relevance | path

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

/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c100 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) { in atl1c_get_permanent_address()
101 otp_ctrl_data |= OTP_CTRL_CLK_EN; in atl1c_get_permanent_address()
133 otp_ctrl_data &= ~OTP_CTRL_CLK_EN; in atl1c_get_permanent_address()
165 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) in atl1c_read_eeprom()
167 (otp_ctrl_data | OTP_CTRL_CLK_EN)); in atl1c_read_eeprom()
186 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) in atl1c_read_eeprom()
Datl1c_hw.h151 #define OTP_CTRL_CLK_EN BIT(1) macro