Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-clk.c526 switch (cg_type) { in get_top_cg_reg()
538 switch (cg_type) { in get_top_cg_mask()
552 switch (cg_type) { in get_top_cg_on_val()
556 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
564 switch (cg_type) { in get_top_cg_off_val()
570 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
576 unsigned int reg = get_top_cg_reg(cg_type); in mt8195_afe_enable_top_cg()
577 unsigned int mask = get_top_cg_mask(cg_type); in mt8195_afe_enable_top_cg()
578 unsigned int val = get_top_cg_on_val(cg_type); in mt8195_afe_enable_top_cg()
586 unsigned int reg = get_top_cg_reg(cg_type); in mt8195_afe_disable_top_cg()
[all …]
/openbmc/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-clk.c502 switch (cg_type) { in get_top_cg_reg()
514 switch (cg_type) { in get_top_cg_mask()
528 switch (cg_type) { in get_top_cg_on_val()
532 return get_top_cg_mask(cg_type); in get_top_cg_on_val()
540 switch (cg_type) { in get_top_cg_off_val()
546 return get_top_cg_mask(cg_type); in get_top_cg_off_val()
552 unsigned int reg = get_top_cg_reg(cg_type); in mt8188_afe_enable_top_cg()
553 unsigned int mask = get_top_cg_mask(cg_type); in mt8188_afe_enable_top_cg()
554 unsigned int val = get_top_cg_on_val(cg_type); in mt8188_afe_enable_top_cg()
563 unsigned int reg = get_top_cg_reg(cg_type); in mt8188_afe_disable_top_cg()
[all …]