Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dlan78xx.h838 #define OTP_STATUS_BUSY_ (0x01) macro
H A Dlan78xx.c867 } while (buf & OTP_STATUS_BUSY_); in lan78xx_read_raw_otp()
924 } while (buf & OTP_STATUS_BUSY_); in lan78xx_write_raw_otp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_main.h483 #define OTP_STATUS_BUSY_ BIT(0) macro
H A Dlan743x_ethtool.c78 } while (reg_val & OTP_STATUS_BUSY_); in lan743x_otp_wait_till_not_busy()