Home
last modified time | relevance | path

Searched refs:u_id_mid (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/st/stm32f429-discovery/
H A Dstm32f429-discovery.c315 uint32_t u_id_low, u_id_mid, u_id_high; in misc_init_r() local
319 u_id_mid = readl(&STM32_U_ID->u_id_mid); in misc_init_r()
322 u_id_high, u_id_mid, u_id_low); in misc_init_r()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dstm32.h36 u32 u_id_mid; member