Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dclk.h198 DECLARE_EVENT_CLASS(clk_phase,
217 DEFINE_EVENT(clk_phase, clk_set_phase,
224 DEFINE_EVENT(clk_phase, clk_set_phase_complete,
/linux/sound/soc/codecs/
H A Dlm49453.c1146 int clk_phase = 0; in lm49453_set_dai_fmt() local
1173 clk_phase = (1 << 5); in lm49453_set_dai_fmt()
1178 clk_phase = (1 << 5); in lm49453_set_dai_fmt()
1187 (aif_val | mode | clk_phase)); in lm49453_set_dai_fmt()
/linux/drivers/mmc/host/
H A Dsdhci-of-arasan.c1263 u32 clk_phase[2] = {0}; in arasan_dt_read_clk_phase() local
1270 ret = of_property_read_variable_u32_array(np, prop, &clk_phase[0], in arasan_dt_read_clk_phase()
1280 clk_data->clk_phase_in[timing] = clk_phase[0]; in arasan_dt_read_clk_phase()
1281 clk_data->clk_phase_out[timing] = clk_phase[1]; in arasan_dt_read_clk_phase()