Lines Matching refs:clk_div_table
75 const struct clk_div_table *table;
100 static const struct clk_div_table emmcclk_table[] = {
108 static const struct clk_div_table mclk400_table[] = {
114 static const struct clk_div_table mclk200_table[] = {
120 static const struct clk_div_table aclk400_table[] = {
126 static const struct clk_div_table aclk300_table[] = {
132 static const struct clk_div_table aclk_table[] = {
138 static const struct clk_div_table aclkexs_table[] = {
146 static const struct clk_div_table hclk_table[] = {
152 static const struct clk_div_table hclkbmh_table[] = {
158 static const struct clk_div_table pclk_table[] = {
164 static const struct clk_div_table rclk_table[] = {
172 static const struct clk_div_table uhs1clk0_table[] = {
181 static const struct clk_div_table uhs2clk_table[] = {
371 const struct clk_div_table *table;
460 u8 clk_divider_flags, const struct clk_div_table *table, in m10v_clk_hw_register_divider()