Searched refs:mask_on (Results 1 – 1 of 1) sorted by relevance
1543 static void stm32mp1_ls_osc_set(bool enable, uint32_t offset, uint32_t mask_on) in stm32mp1_ls_osc_set() argument1548 mmio_setbits_32(address, mask_on); in stm32mp1_ls_osc_set()1550 mmio_clrbits_32(address, mask_on); in stm32mp1_ls_osc_set()1554 static void stm32mp1_hs_ocs_set(bool enable, uint32_t mask_on) in stm32mp1_hs_ocs_set() argument1559 mmio_write_32(address, mask_on); in stm32mp1_hs_ocs_set()