Searched refs:HS_OTP_PWR_DN (Results 1 – 2 of 2) sorted by relevance
219 reg_value = lan743x_csr_read(adapter, HS_OTP_PWR_DN); in lan743x_hs_otp_power_up()222 lan743x_csr_write(adapter, HS_OTP_PWR_DN, reg_value); in lan743x_hs_otp_power_up()226 lan743x_csr_read(adapter, HS_OTP_PWR_DN); in lan743x_hs_otp_power_up()235 reg_value = lan743x_csr_read(adapter, HS_OTP_PWR_DN); in lan743x_hs_otp_power_down()238 lan743x_csr_write(adapter, HS_OTP_PWR_DN, reg_value); in lan743x_hs_otp_power_down()242 lan743x_csr_read(adapter, HS_OTP_PWR_DN); in lan743x_hs_otp_power_down()
782 #define HS_OTP_PWR_DN (HS_OTP_BLOCK_BASE + 0x0) macro