Lines Matching full:fuse
14 #include <fuse.h>
34 "\nReally perform this fuse programming? <y/N>\n"); in confirm_prog()
39 puts("Fuse programming aborted\n"); in confirm_prog()
135 fuse, CONFIG_SYS_MAXARGS, 0, do_fuse,
136 "Fuse sub-system",
137 "read <bank> <word> [<cnt>] - read 1 or 'cnt' fuse words,\n"
139 "fuse sense <bank> <word> [<cnt>] - sense 1 or 'cnt' fuse words,\n"
141 "fuse prog [-y] <bank> <word> <hexval> [<hexval>...] - program 1 or\n"
142 " several fuse words, starting at 'word' (PERMANENT)\n"
143 "fuse override <bank> <word> <hexval> [<hexval>...] - override 1 or\n"
144 " several fuse words, starting at 'word'"