Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-clk.c518 static unsigned int get_top_cg_reg(unsigned int cg_type) in mt8195_afe_set_clk_parent()
520 switch (cg_type) { in mt8195_afe_set_clk_parent()
530 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_reg()
532 switch (cg_type) { in get_top_cg_reg()
544 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_mask()
546 switch (cg_type) { in get_top_cg_mask()
550 return get_top_cg_mask(cg_type); in get_top_cg_on_val() argument
556 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_on_val()
558 switch (cg_type) { in get_top_cg_on_val()
564 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
524 get_top_cg_reg(unsigned int cg_type) get_top_cg_reg() argument
536 get_top_cg_mask(unsigned int cg_type) get_top_cg_mask() argument
562 get_top_cg_off_val(unsigned int cg_type) get_top_cg_off_val() argument
574 mt8195_afe_enable_top_cg(struct mtk_base_afe * afe,unsigned int cg_type) mt8195_afe_enable_top_cg() argument
584 mt8195_afe_disable_top_cg(struct mtk_base_afe * afe,unsigned int cg_type) mt8195_afe_disable_top_cg() argument
[all...]
/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-afe-clk.h20 int mt8365_afe_enable_top_cg(struct mtk_base_afe *afe, unsigned int cg_type);
21 int mt8365_afe_disable_top_cg(struct mtk_base_afe *afe, unsigned int cg_type);