Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c28 if (reg_value & OTP_PWR_DN_PWRDN_N_) { in lan743x_otp_power_up()
30 reg_value &= ~OTP_PWR_DN_PWRDN_N_; in lan743x_otp_power_up()
44 if (!(reg_value & OTP_PWR_DN_PWRDN_N_)) { in lan743x_otp_power_down()
46 reg_value |= OTP_PWR_DN_PWRDN_N_; in lan743x_otp_power_down()
Dlan743x_main.h456 #define OTP_PWR_DN_PWRDN_N_ BIT(0) macro
/Linux-v5.4/drivers/net/usb/
Dlan78xx.h796 #define OTP_PWR_DN_PWRDN_N_ (0x01) macro
Dlan78xx.c834 if (buf & OTP_PWR_DN_PWRDN_N_) { in lan78xx_read_raw_otp()
847 } while (buf & OTP_PWR_DN_PWRDN_N_); in lan78xx_read_raw_otp()
888 if (buf & OTP_PWR_DN_PWRDN_N_) { in lan78xx_write_raw_otp()
901 } while (buf & OTP_PWR_DN_PWRDN_N_); in lan78xx_write_raw_otp()