Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/mediatek/mt8365/
Dmt8365-afe-clk.c86 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument
88 switch (cg_type) { in get_top_cg_reg()
122 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument
124 switch (cg_type) { in get_top_cg_mask()
182 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument
187 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument
189 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
192 int mt8365_afe_enable_top_cg(struct mtk_base_afe *afe, unsigned int cg_type) in mt8365_afe_enable_top_cg() argument
195 unsigned int reg = get_top_cg_reg(cg_type); in mt8365_afe_enable_top_cg()
196 unsigned int mask = get_top_cg_mask(cg_type); in mt8365_afe_enable_top_cg()
[all …]
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);
/linux-6.12.1/sound/soc/mediatek/mt8195/
Dmt8195-afe-clk.c524 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument
526 switch (cg_type) { in get_top_cg_reg()
536 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument
538 switch (cg_type) { in get_top_cg_mask()
550 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument
552 switch (cg_type) { in get_top_cg_on_val()
556 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
562 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument
564 switch (cg_type) { in get_top_cg_off_val()
570 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
[all …]
/linux-6.12.1/sound/soc/mediatek/mt8188/
Dmt8188-afe-clk.c500 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument
502 switch (cg_type) { in get_top_cg_reg()
512 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument
514 switch (cg_type) { in get_top_cg_mask()
526 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument
528 switch (cg_type) { in get_top_cg_on_val()
532 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
538 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument
540 switch (cg_type) { in get_top_cg_off_val()
546 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
[all …]