Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A 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()
120 otp_ctrl_data &= ~OTP_CTRL_CLK_EN; in atl1c_get_permanent_address()
152 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) in atl1c_read_eeprom()
154 (otp_ctrl_data | OTP_CTRL_CLK_EN)); in atl1c_read_eeprom()
173 if (!(otp_ctrl_data & OTP_CTRL_CLK_EN)) in atl1c_read_eeprom()
H A Datl1c_hw.h139 #define OTP_CTRL_CLK_EN BIT(1) macro