Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mach-mxs/
Docotp.c26 #define BM_OCOTP_CTRL_BUSY (1 << 8) macro
55 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()
69 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()