Lines Matching refs:enable
16 void apm_tee_hal_clk_gating_enable(bool enable) in apm_tee_hal_clk_gating_enable() argument
18 apm_tee_ll_clk_gating_enable(enable); in apm_tee_hal_clk_gating_enable()
21 void apm_hp_hal_region_filter_enable(uint32_t regn_num, bool enable) in apm_hp_hal_region_filter_enable() argument
23 apm_hp_ll_region_filter_enable(regn_num, enable); in apm_hp_hal_region_filter_enable()
26 void apm_hp_hal_m_filter_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_hal_m_filter_enable() argument
28 apm_hp_ll_m_filter_enable(hp_m_path, enable); in apm_hp_hal_m_filter_enable()
55 void apm_hp_hal_m_interrupt_enable(apm_ll_hp_access_path_t hp_m_path, bool enable) in apm_hp_hal_m_interrupt_enable() argument
57 apm_hp_ll_m_interrupt_enable(hp_m_path, enable); in apm_hp_hal_m_interrupt_enable()
60 void apm_hp_hal_clk_gating_enable(bool enable) in apm_hp_hal_clk_gating_enable() argument
62 apm_hp_ll_clk_gating_enable(enable); in apm_hp_hal_clk_gating_enable()
77 void apm_hp_hal_reset_event_enable(bool enable) in apm_hp_hal_reset_event_enable() argument
79 apm_hp_ll_reset_event_enable(enable); in apm_hp_hal_reset_event_enable()