Searched refs:fuse_prog (Results 1 – 12 of 12) sorted by relevance
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/include/ |
A D | fuse.h | 24 int fuse_prog(u32 bank, u32 word, u32 val);
|
/u-boot-v2022.01-rc1/drivers/misc/imx8/ |
A D | fuse.c | 55 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
/u-boot-v2022.01-rc1/cmd/ |
A D | fuse.c | 106 ret = fuse_prog(bank, word, val); in do_fuse()
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/drivers/misc/imx8ulp/ |
A D | fuse.c | 177 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
/u-boot-v2022.01-rc1/arch/arm/mach-mvebu/ |
A D | efuse.c | 225 int fuse_prog(u32 bank, u32 word, u32 val) in fuse_prog() function
|
/u-boot-v2022.01-rc1/doc/ |
A D | README.fuse | 39 int fuse_prog(u32 bank, u32 word, u32 val);
|
Completed in 19 milliseconds