Searched refs:mask_on (Results 1 – 1 of 1) sorted by relevance
1534 static void stm32mp1_ls_osc_set(bool enable, uint32_t offset, uint32_t mask_on) in stm32mp1_ls_osc_set() argument1539 mmio_setbits_32(address, mask_on); in stm32mp1_ls_osc_set()1541 mmio_clrbits_32(address, mask_on); in stm32mp1_ls_osc_set()1545 static void stm32mp1_hs_ocs_set(bool enable, uint32_t mask_on) in stm32mp1_hs_ocs_set() argument1550 mmio_write_32(address, mask_on); in stm32mp1_hs_ocs_set()