clock.h (d8a382d2662822248a97ce9d670b90e68aefbd3a) clock.h (fb2fc9204f8ce060d239ab41f09cf6fc6de5ad4b)
1/*
2 * linux/arch/arm/mach-omap1/clock.h
3 *
4 * Copyright (C) 2004 - 2005, 2009 Nokia corporation
5 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
6 * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 93 unchanged lines hidden (view full) ---

102#define SOFT_REQ_REG 0xfffe0834
103#define SOFT_REQ_REG2 0xfffe0880
104
105extern __u32 arm_idlect1_mask;
106extern struct clk *api_ck_p, *ck_dpll1_p, *ck_ref_p;
107
108extern const struct clkops clkops_dspck;
109extern const struct clkops clkops_dummy;
1/*
2 * linux/arch/arm/mach-omap1/clock.h
3 *
4 * Copyright (C) 2004 - 2005, 2009 Nokia corporation
5 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
6 * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 93 unchanged lines hidden (view full) ---

102#define SOFT_REQ_REG 0xfffe0834
103#define SOFT_REQ_REG2 0xfffe0880
104
105extern __u32 arm_idlect1_mask;
106extern struct clk *api_ck_p, *ck_dpll1_p, *ck_ref_p;
107
108extern const struct clkops clkops_dspck;
109extern const struct clkops clkops_dummy;
110extern const struct clkops clkops_uart;
110extern const struct clkops clkops_uart_16xx;
111extern const struct clkops clkops_generic;
112
113#endif
111extern const struct clkops clkops_generic;
112
113#endif