Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/mediatek/mt8195/
Dmt8195-afe-clk.c255 static unsigned int get_top_cg_reg(unsigned int cg_type) in get_top_cg_reg() argument
257 switch (cg_type) { in get_top_cg_reg()
267 static unsigned int get_top_cg_mask(unsigned int cg_type) in get_top_cg_mask() argument
269 switch (cg_type) { in get_top_cg_mask()
281 static unsigned int get_top_cg_on_val(unsigned int cg_type) in get_top_cg_on_val() argument
283 switch (cg_type) { in get_top_cg_on_val()
287 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
293 static unsigned int get_top_cg_off_val(unsigned int cg_type) in get_top_cg_off_val() argument
295 switch (cg_type) { in get_top_cg_off_val()
301 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
[all …]