Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Dbcm-ocotp.c113 static int poll_cpu_status(void __iomem *base, u32 value) in poll_cpu_status() function
141 ret = poll_cpu_status(base, OTPC_STAT_CMD_DONE); in enable_ocotp_program()
147 return poll_cpu_status(base, OTPC_STAT_PROG_OK); in enable_ocotp_program()
156 ret = poll_cpu_status(base, OTPC_STAT_PROG_OK); in disable_ocotp_program()
175 ret = poll_cpu_status(priv->base, OTPC_STAT_CMD_DONE); in bcm_otpc_read()
218 ret = poll_cpu_status(priv->base, OTPC_STAT_CMD_DONE); in bcm_otpc_write()