Searched refs:fuse_prog (Results 1 – 11 of 11) sorted by relevance
/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/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/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/cmd/ |
A D | fuse.c | 106 ret = fuse_prog(bank, word, val); in do_fuse()
|
/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 | mxc_ocotp.c | 394 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
/u-boot/arch/arm/mach-mvebu/ |
A D | efuse.c | 225 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 24 milliseconds