Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvmem/
Dvf610-ocotp.c39 #define OCOTP_CTRL_BUSY BIT(8) macro
101 while ((readl(base) & OCOTP_CTRL_BUSY) && --timeout) in vf610_ocotp_wait_busy()