Searched refs:i2c_base (Results 1 – 3 of 3) sorted by relevance
20 void i2c_init(void *i2c_base);
175 uintptr_t i2c_base = i2c_handle.i2c_base_addr; in register_pmic_shared_peripherals() local178 stm32mp_register_secure_periph_iomem(i2c_base); in register_pmic_shared_peripherals()180 if (i2c_base != 0U) { in register_pmic_shared_peripherals()181 stm32mp_register_non_secure_periph_iomem(i2c_base); in register_pmic_shared_peripherals()
443 void i2c_init(void *i2c_base) in i2c_init() argument449 base = (struct mentor_i2c_regs *)i2c_base; in i2c_init()