Lines Matching refs:ocotp_regs
157 static void wait_busy(struct ocotp_regs *regs, unsigned int delay_us) in wait_busy()
163 static void clear_error(struct ocotp_regs *regs) in clear_error()
168 static int prepare_access(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_access()
171 *regs = (struct ocotp_regs *)OCOTP_BASE_ADDR; in prepare_access()
196 static int finish_access(struct ocotp_regs *regs, const char *caller) in finish_access()
215 static int prepare_read(struct ocotp_regs **regs, u32 bank, u32 word, u32 *val, in prepare_read()
223 struct ocotp_regs *regs; in fuse_read()
248 static void set_timing(struct ocotp_regs *regs) in set_timing()
266 static void set_timing(struct ocotp_regs *regs) in set_timing()
272 static void set_timing(struct ocotp_regs *regs) in set_timing()
295 static void setup_direct_access(struct ocotp_regs *regs, u32 bank, u32 word, in setup_direct_access()
321 struct ocotp_regs *regs; in fuse_sense()
348 static int prepare_write(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_write()
373 struct ocotp_regs *regs; in fuse_prog()
428 struct ocotp_regs *regs; in fuse_override()