Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt8195/
A Dmt8195-afe-clk.c257 switch (cg_type) { in get_top_cg_reg()
269 switch (cg_type) { in get_top_cg_mask()
283 switch (cg_type) { in get_top_cg_on_val()
287 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
295 switch (cg_type) { in get_top_cg_off_val()
301 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
307 unsigned int reg = get_top_cg_reg(cg_type); in mt8195_afe_enable_top_cg()
308 unsigned int mask = get_top_cg_mask(cg_type); in mt8195_afe_enable_top_cg()
309 unsigned int val = get_top_cg_on_val(cg_type); in mt8195_afe_enable_top_cg()
317 unsigned int reg = get_top_cg_reg(cg_type); in mt8195_afe_disable_top_cg()
[all …]

Completed in 3 milliseconds