Searched refs:chip_dev_id (Results 1 – 2 of 2) sorted by relevance
62 int stm32mp1_dbgmcu_get_chip_dev_id(uint32_t *chip_dev_id) in stm32mp1_dbgmcu_get_chip_dev_id() argument64 assert(chip_dev_id != NULL); in stm32mp1_dbgmcu_get_chip_dev_id()70 *chip_dev_id = mmio_read_32(DBGMCU_BASE + DBGMCU_IDC) & in stm32mp1_dbgmcu_get_chip_dev_id()
14 int stm32mp1_dbgmcu_get_chip_dev_id(uint32_t *chip_dev_id);
Completed in 2 milliseconds