Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/nvmem/
Dmxs-ocotp.c35 #define BM_OCOTP_CTRL_BUSY BIT(8) macro
54 if (!(status & (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR))) in mxs_ocotp_wait()
60 if (status & BM_OCOTP_CTRL_BUSY) in mxs_ocotp_wait()