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