Home
last modified time | relevance | path

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

/openbmc/u-boot/board/st/stm32f429-discovery/
H A Dstm32f429-discovery.c66 uint32_t u_id_low, u_id_mid, u_id_high; in misc_init_r() local
71 u_id_high = readl(&STM32_U_ID->u_id_high); in misc_init_r()
73 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/openbmc/u-boot/board/st/stm32f469-discovery/
H A Dstm32f469-discovery.c60 u32 u_id_low, u_id_mid, u_id_high; in misc_init_r() local
65 u_id_high = readl(&STM32_U_ID->u_id_high); in misc_init_r()
67 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/openbmc/u-boot/board/st/stm32f429-evaluation/
H A Dstm32f429-evaluation.c60 u32 u_id_low, u_id_mid, u_id_high; in misc_init_r() local
65 u_id_high = readl(&STM32_U_ID->u_id_high); in misc_init_r()
67 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dstm32.h26 u32 u_id_high; member