Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_dbgmcu.c43 int stm32mp1_dbgmcu_get_chip_version(uint32_t *chip_version) in stm32mp1_dbgmcu_get_chip_version() argument
45 assert(chip_version != NULL); in stm32mp1_dbgmcu_get_chip_version()
51 *chip_version = (mmio_read_32(DBGMCU_BASE + DBGMCU_IDC) & in stm32mp1_dbgmcu_get_chip_version()
H A Dstm32mp1_usb_dfu.c254 uint32_t chip_version; in stm32mp1_product_desc() local
258 chip_version = stm32mp_get_chip_version(); in stm32mp1_product_desc()
262 chip_id, chip_version, name); in stm32mp1_product_desc()
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dstm32mp1_dbgmcu.h13 int stm32mp1_dbgmcu_get_chip_version(uint32_t *chip_version);
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c226 uint32_t chip_version; in stm32mp2_product_desc() local
230 chip_version = stm32mp_get_chip_version(); in stm32mp2_product_desc()
234 chip_id, chip_version, name); in stm32mp2_product_desc()