Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c1534 static void stm32mp1_ls_osc_set(bool enable, uint32_t offset, uint32_t mask_on) in stm32mp1_ls_osc_set() argument
1539 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() argument
1550 mmio_write_32(address, mask_on); in stm32mp1_hs_ocs_set()