Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/mediatek/mt8195/
Dmt8195-afe-clk.c529 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument
531 switch (cg_type) { in get_top_cg_reg()
541 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument
543 switch (cg_type) { in get_top_cg_mask()
555 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument
557 switch (cg_type) { in get_top_cg_on_val()
561 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
567 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument
569 switch (cg_type) { in get_top_cg_off_val()
575 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
[all …]