Lines Matching refs:ocotp_regs
153 static void wait_busy(struct ocotp_regs *regs, unsigned int delay_us) in wait_busy()
159 static void clear_error(struct ocotp_regs *regs) in clear_error()
164 static int prepare_access(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_access()
167 *regs = (struct ocotp_regs *)OCOTP_BASE_ADDR; in prepare_access()
192 static int finish_access(struct ocotp_regs *regs, const char *caller) in finish_access()
211 static int prepare_read(struct ocotp_regs **regs, u32 bank, u32 word, u32 *val, in prepare_read()
219 struct ocotp_regs *regs; in fuse_read()
244 static void set_timing(struct ocotp_regs *regs) in set_timing()
262 static void set_timing(struct ocotp_regs *regs) in set_timing()
268 static void set_timing(struct ocotp_regs *regs) in set_timing()
291 static void setup_direct_access(struct ocotp_regs *regs, u32 bank, u32 word, in setup_direct_access()
315 struct ocotp_regs *regs; in fuse_sense()
342 static int prepare_write(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_write()
350 struct ocotp_regs *regs; in fuse_prog()
405 struct ocotp_regs *regs; in fuse_override()