Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-omap1/
Dclock.h18 struct omap1_clk;
49 int (*enable)(struct omap1_clk *clk);
50 void (*disable)(struct omap1_clk *clk);
77 struct omap1_clk { struct
82 unsigned long (*recalc)(struct omap1_clk *clk, unsigned long rate); argument
83 int (*set_rate)(struct omap1_clk *clk, unsigned long rate, argument
85 long (*round_rate)(struct omap1_clk *clk, unsigned long rate, argument
87 int (*init)(struct omap1_clk *clk); argument
93 #define to_omap1_clk(_hw) container_of(_hw, struct omap1_clk, hw) argument
95 void propagate_rate(struct omap1_clk *clk);
[all …]
Dclock.c34 struct omap1_clk *api_ck_p, *ck_dpll1_p, *ck_ref_p;
47 unsigned long omap1_uart_recalc(struct omap1_clk *clk, unsigned long p_rate) in omap1_uart_recalc()
53 unsigned long omap1_sossi_recalc(struct omap1_clk *clk, unsigned long p_rate) in omap1_sossi_recalc()
63 static void omap1_clk_allow_idle(struct omap1_clk *clk) in omap1_clk_allow_idle()
74 static void omap1_clk_deny_idle(struct omap1_clk *clk) in omap1_clk_deny_idle()
166 unsigned long omap1_ckctl_recalc(struct omap1_clk *clk, unsigned long p_rate) in omap1_ckctl_recalc()
178 struct omap1_clk *clk = to_omap1_clk(hw); in omap1_clk_is_enabled()
207 unsigned long omap1_ckctl_recalc_dsp_domain(struct omap1_clk *clk, unsigned long p_rate) in omap1_ckctl_recalc_dsp_domain()
230 int omap1_select_table_rate(struct omap1_clk *clk, unsigned long rate, unsigned long p_rate) in omap1_select_table_rate()
265 int omap1_clk_set_rate_dsp_domain(struct omap1_clk *clk, unsigned long rate, unsigned long p_rate) in omap1_clk_set_rate_dsp_domain()
[all …]
Dclock_data.c76 static struct omap1_clk ck_ref = {
81 static struct omap1_clk ck_dpll1 = {
105 static struct omap1_clk sossi_ck = {
116 static struct omap1_clk arm_ck = {
144 static struct omap1_clk arm_gpio_ck = {
188 static struct omap1_clk arminth_ck16xx = {
197 static struct omap1_clk dsp_ck = {
208 static struct omap1_clk dspmmu_ck = {
216 static struct omap1_clk dspper_ck = {
227 static struct omap1_clk dspxor_ck = {
[all …]