Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c56 #define OTP_FAIL_BIT BIT(0) macro
252 if (ret < 0 || data & OTP_FAIL_BIT) { in pci1xxxx_otp_read()
310 if (ret < 0 || data & OTP_FAIL_BIT) { in pci1xxxx_otp_write()