Searched refs:fuse_prog (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/ |
| H A D | do_fuse.c | 33 fuse_prog(0, 5, 0x00005072); in mfgr_fuse() 35 fuse_prog(0, 6, 0x00000010); in mfgr_fuse() 79 ret = fuse_prog(0, 5, 0x00005072); in do_updt_fuse()
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/ |
| H A D | do_fuse.c | 33 fuse_prog(0, 5, 0x00005072); in mfgr_fuse() 35 fuse_prog(0, 6, 0x00000010); in mfgr_fuse() 79 ret = fuse_prog(0, 5, 0x00005072); in do_updt_fuse()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fuse.h | 25 int fuse_prog(u32 bank, u32 word, u32 val);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fuse.c | 106 ret = fuse_prog(bank, word, val); in do_fuse()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | mxs_ocotp.c | 297 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| H A D | fsl_iim.c | 235 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| H A D | mxc_ocotp.c | 348 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/ |
| H A D | efuse.c | 224 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fuse | 39 int fuse_prog(u32 bank, u32 word, u32 val);
|