Home
last modified time | relevance | path

Searched refs:stm32mp_get_chip_version (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_private.c170 uint32_t stm32mp_get_chip_version(void) in stm32mp_get_chip_version() function
297 switch (stm32mp_get_chip_version()) { in stm32mp_get_soc_name()
H A Dstm32mp2_usb_dfu.c230 chip_version = stm32mp_get_chip_version(); in stm32mp2_product_desc()
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_common.h106 uint32_t stm32mp_get_chip_version(void);
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c280 uint32_t stm32mp_get_chip_version(void) in stm32mp_get_chip_version() function
463 switch (stm32mp_get_chip_version()) { in stm32mp_get_soc_name()
H A Dstm32mp1_usb_dfu.c258 chip_version = stm32mp_get_chip_version(); in stm32mp1_product_desc()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c345 return (int32_t)(stm32mp_get_chip_version() & SOC_ID_REV_MASK); in plat_get_soc_revision()