Searched refs:OTP_STATUS_CMD_DONE (Results 1 – 2 of 2) sorted by relevance
1685 #define OTP_STATUS_CMD_DONE 0x00000001 macro
11133 if (val & OTP_STATUS_CMD_DONE) in tg3_issue_otp_command()11138 return (val & OTP_STATUS_CMD_DONE) ? 0 : -EBUSY; in tg3_issue_otp_command()