Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dbfin-otp.c60 if (ret & OTP_MASTER_ERROR) { in bfin_otp_read()
156 if (ret & OTP_MASTER_ERROR) { in bfin_otp_write()
193 if (!(otp_result & OTP_MASTER_ERROR)) in bfin_otp_ioctl()
/linux-4.1.27/arch/blackfin/include/asm/
Dbfrom.h80 #define OTP_MASTER_ERROR 0x001 macro