Searched refs:fuse_prog (Results 1 – 15 of 15) sorted by relevance
| /u-boot/board/toradex/colibri_imx6/ |
| A D | do_fuse.c | 33 fuse_prog(0, 5, 0x00005062); in mfgr_fuse() 35 fuse_prog(0, 6, 0x00000010); in mfgr_fuse() 79 ret = fuse_prog(0, 5, 0x00005072); in do_updt_fuse()
|
| /u-boot/board/toradex/apalis_imx6/ |
| A D | do_fuse.c | 33 fuse_prog(0, 5, 0x00005062); in mfgr_fuse() 35 fuse_prog(0, 6, 0x00000010); in mfgr_fuse() 79 ret = fuse_prog(0, 5, 0x00005072); in do_updt_fuse()
|
| /u-boot/include/ |
| A D | fuse.h | 24 int fuse_prog(u32 bank, u32 word, u32 val);
|
| /u-boot/drivers/misc/imx8/ |
| A D | fuse.c | 55 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /u-boot/drivers/misc/ |
| A D | stm32mp_fuse.c | 66 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| A D | mxs_ocotp.c | 297 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| A D | fsl_iim.c | 235 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| A D | ls2_sfp.c | 323 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| A D | npcm_otp.c | 455 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| A D | mxc_ocotp.c | 394 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /u-boot/cmd/ |
| A D | fuse.c | 149 ret = fuse_prog(bank, word, val); in do_fuse()
|
| /u-boot/arch/arm/mach-mvebu/armada3700/ |
| A D | efuse.c | 190 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /u-boot/drivers/misc/sentinel/ |
| A D | fuse.c | 284 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /u-boot/arch/arm/mach-mvebu/ |
| A D | efuse.c | 329 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
| /u-boot/doc/ |
| A D | README.fuse | 39 int fuse_prog(u32 bank, u32 word, u32 val);
|
Completed in 25 milliseconds