Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dbcm-ocotp.c30 #define OTPC_STAT_CMD_DONE BIT(1) macro
130 ret = poll_cpu_status(base, OTPC_STAT_CMD_DONE); in enable_ocotp_program()
164 ret = poll_cpu_status(priv->base, OTPC_STAT_CMD_DONE); in bcm_otpc_read()
207 ret = poll_cpu_status(priv->base, OTPC_STAT_CMD_DONE); in bcm_otpc_write()