Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dbfin-otp.c155 ret = bfrom_OtpWrite(page, flags, &content); in bfin_otp_write()
191 u32 otp_result = bfrom_OtpWrite(arg, OTP_LOCK, NULL); in bfin_otp_ioctl()
/linux-4.4.14/arch/blackfin/include/asm/
Dbfrom.h65 static uint32_t (* const bfrom_OtpWrite)(uint32_t page, uint32_t flags, uint64_t *page_content) = (… variable