Home
last modified time | relevance | path

Searched defs:ocotp_regs (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-vf610/
Dimx-regs.h376 struct ocotp_regs { struct
377 u32 ctrl;
378 u32 ctrl_set;
379 u32 ctrl_clr;
380 u32 ctrl_tog;
381 u32 timing;
382 u32 rsvd0[3];
383 u32 data;
384 u32 rsvd1[3];
385 u32 read_ctrl;
[all …]
/external/u-boot/arch/arm/include/asm/arch-mx8m/
Dimx-regs.h154 struct ocotp_regs { struct
155 u32 ctrl;
156 u32 ctrl_set;
157 u32 ctrl_clr;
158 u32 ctrl_tog;
159 u32 timing;
160 u32 rsvd0[3];
161 u32 data;
162 u32 rsvd1[3];
163 u32 read_ctrl;
[all …]
/external/u-boot/arch/arm/include/asm/arch-mx7/
Dimx-regs.h892 struct ocotp_regs { struct
893 u32 ctrl;
894 u32 ctrl_set;
895 u32 ctrl_clr;
896 u32 ctrl_tog;
897 u32 timing;
898 u32 rsvd0[3];
899 u32 data0;
900 u32 rsvd1[3];
901 u32 data1;
[all …]
/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dimx-regs.h947 struct ocotp_regs { struct
948 u32 ctrl;
949 u32 ctrl_set;
950 u32 ctrl_clr;
951 u32 ctrl_tog;
952 u32 pdn;
953 u32 rsvd0[3];
954 u32 data;
955 u32 rsvd1[3];
956 u32 read_ctrl;
[all …]
/external/u-boot/arch/arm/include/asm/arch-mx6/
Dimx-regs.h726 struct ocotp_regs { struct
727 u32 ctrl;
728 u32 ctrl_set;
729 u32 ctrl_clr;
730 u32 ctrl_tog;
731 u32 timing;
732 u32 rsvd0[3];
733 u32 data;
734 u32 rsvd1[3];
735 u32 read_ctrl;
[all …]
/external/u-boot/board/bluegiga/apx4devkit/
Dapx4devkit.c114 struct mxs_ocotp_regs *ocotp_regs = in get_board_serial() local
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
Dmxs.c247 struct mxs_ocotp_regs *ocotp_regs = in imx_get_mac_from_fuse() local
/external/u-boot/drivers/misc/
Dmxs_ocotp.c24 static struct mxs_ocotp_regs *ocotp_regs = variable