Searched refs:adg (Results 1 – 3 of 3) sorted by relevance
47 #define for_each_rsnd_clk(pos, adg, i) \ argument50 ((pos) = adg->clk[i]); \52 #define for_each_rsnd_clkout(pos, adg, i) \ argument55 ((pos) = adg->clkout[i]); \57 #define rsnd_priv_to_adg(priv) ((struct rsnd_adg *)(priv)->adg)113 struct rsnd_adg *adg = rsnd_priv_to_adg(priv); in __rsnd_adg_get_timesel_ratio() local119 adg->clk_rate[CLKA], /* 0000: CLKA */ in __rsnd_adg_get_timesel_ratio()120 adg->clk_rate[CLKB], /* 0001: CLKB */ in __rsnd_adg_get_timesel_ratio()121 adg->clk_rate[CLKC], /* 0010: CLKC */ in __rsnd_adg_get_timesel_ratio()122 adg->rbga_rate_for_441khz, /* 0011: RBGA */ in __rsnd_adg_get_timesel_ratio()[all …]
2 snd-soc-rcar-objs := core.o gen.o dma.o adg.o ssi.o ssiu.o src.o ctu.o mix.o dvc.o cmd.o debugfs.o
642 void *adg; member