Home
last modified time | relevance | path

Searched refs:OTP_PWR_DN_PWRDN_N_ (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c34 if (reg_value & OTP_PWR_DN_PWRDN_N_) { in lan743x_otp_power_up()
36 reg_value &= ~OTP_PWR_DN_PWRDN_N_; in lan743x_otp_power_up()
50 if (!(reg_value & OTP_PWR_DN_PWRDN_N_)) { in lan743x_otp_power_down()
52 reg_value |= OTP_PWR_DN_PWRDN_N_; in lan743x_otp_power_down()
220 if (reg_value & OTP_PWR_DN_PWRDN_N_) { in lan743x_hs_otp_power_up()
221 reg_value &= ~OTP_PWR_DN_PWRDN_N_; in lan743x_hs_otp_power_up()
236 if (!(reg_value & OTP_PWR_DN_PWRDN_N_)) { in lan743x_hs_otp_power_down()
237 reg_value |= OTP_PWR_DN_PWRDN_N_; in lan743x_hs_otp_power_down()
Dlan743x_main.h641 #define OTP_PWR_DN_PWRDN_N_ BIT(0) macro
/linux-5.19.10/drivers/net/usb/
Dlan78xx.h796 #define OTP_PWR_DN_PWRDN_N_ (0x01) macro
Dlan78xx.c1044 if (buf & OTP_PWR_DN_PWRDN_N_) { in lan78xx_read_raw_otp()
1057 } while (buf & OTP_PWR_DN_PWRDN_N_); in lan78xx_read_raw_otp()
1097 if (buf & OTP_PWR_DN_PWRDN_N_) { in lan78xx_write_raw_otp()
1110 } while (buf & OTP_PWR_DN_PWRDN_N_); in lan78xx_write_raw_otp()