Symbol: clk_div_mult_table
arch/sh/kernel/cpu/sh2a/clock-sh7264.c
65
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh2a/clock-sh7269.c
93
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7343.c
91
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7366.c
94
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
97
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7723.c
98
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7724.c
138
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7734.c
56
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
51
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
54
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-sh7786.c
56
static struct clk_div_mult_table div4_div_mult_table = {
arch/sh/kernel/cpu/sh4a/clock-shx3.c
50
static struct clk_div_mult_table div4_div_mult_table = {
drivers/sh/clk/core.c
42
struct clk_div_mult_table *src_table,
drivers/sh/clk/cpg.c
105
static inline struct clk_div_mult_table *clk_to_div_mult_table(struct clk *clk)
drivers/sh/clk/cpg.c
120
struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
drivers/sh/clk/cpg.c
273
static struct clk_div_mult_table div6_div_mult_table = {
drivers/sh/clk/cpg.c
284
struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
drivers/sh/clk/cpg.c
341
struct clk_div_mult_table *table = clk_to_div_mult_table(clk);
include/linux/sh_clk.h
100
struct clk_div_mult_table *src_table,
include/linux/sh_clk.h
162
struct clk_div_mult_table *div_mult_table;