Searched refs:vid_pll_div_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/clk/meson/
H A Dvid-pll-div.c41 static const struct vid_pll_div vid_pll_div_table[] = { variable in typeref:struct:vid_pll_div
66 for (i = 0 ; i < ARRAY_SIZE(vid_pll_div_table) ; ++i) {
67 if (vid_pll_div_table[i].shift_val == shift_val &&
68 vid_pll_div_table[i].shift_sel == shift_sel)
69 return &vid_pll_div_table[i];

Completed in 210 milliseconds