Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk_stm32mp1.c1106 u32 mask_on) in stm32mp1_ls_osc_set() argument
1111 setbits_le32(address, mask_on); in stm32mp1_ls_osc_set()
1113 clrbits_le32(address, mask_on); in stm32mp1_ls_osc_set()
1116 static void stm32mp1_hs_ocs_set(int enable, fdt_addr_t rcc, u32 mask_on) in stm32mp1_hs_ocs_set() argument
1119 setbits_le32(rcc + RCC_OCENSETR, mask_on); in stm32mp1_hs_ocs_set()
1121 setbits_le32(rcc + RCC_OCENCLRR, mask_on); in stm32mp1_hs_ocs_set()