Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dbcm-ocotp.c102 static int poll_cpu_status(void __iomem *base, u32 value) in poll_cpu_status() function
130 ret = poll_cpu_status(base, OTPC_STAT_CMD_DONE); in enable_ocotp_program()
136 return poll_cpu_status(base, OTPC_STAT_PROG_OK); in enable_ocotp_program()
145 ret = poll_cpu_status(base, OTPC_STAT_PROG_OK); in disable_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()