Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nvmem/
A Dmxs-ocotp.c24 #define BM_OCOTP_CTRL_ERROR BIT(9) macro
44 if (!(status & (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR))) in mxs_ocotp_wait()
52 else if (status & BM_OCOTP_CTRL_ERROR) in mxs_ocotp_wait()
69 writel(BM_OCOTP_CTRL_ERROR, otp->base + STMP_OFFSET_REG_CLR); in mxs_ocotp_read()
/linux-6.3-rc2/arch/arm/mach-mxs/
A Dmach-mxs.c81 #define BM_OCOTP_CTRL_ERROR (1 << 9) macro
110 __mxs_clrl(BM_OCOTP_CTRL_ERROR, ocotp_base); in mxs_get_ocotp()
114 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()

Completed in 5 milliseconds