Home
last modified time | relevance | path

Searched refs:u_id_high (Results 1 – 4 of 4) sorted by relevance

/u-boot/board/st/stm32f429-discovery/
A Dstm32f429-discovery.c65 uint32_t u_id_low, u_id_mid, u_id_high; in misc_init_r() local
70 u_id_high = readl(&STM32_U_ID->u_id_high); in misc_init_r()
72 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/u-boot/board/st/stm32f429-evaluation/
A Dstm32f429-evaluation.c59 u32 u_id_low, u_id_mid, u_id_high; in misc_init_r() local
64 u_id_high = readl(&STM32_U_ID->u_id_high); in misc_init_r()
66 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/u-boot/board/st/stm32f469-discovery/
A Dstm32f469-discovery.c59 u32 u_id_low, u_id_mid, u_id_high; in misc_init_r() local
64 u_id_high = readl(&STM32_U_ID->u_id_high); in misc_init_r()
66 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/u-boot/arch/arm/include/asm/arch-stm32f4/
A Dstm32.h26 u32 u_id_high; member

Completed in 3 milliseconds