clock.h (92fd4d4d67b945c0766416284d4ab236b31542c4) clock.h (6d803ba736abb5e122dede70a4720e4843dd6df4)
1/*
2 * TI DaVinci clock definitions
3 *
4 * Copyright (C) 2006-2007 Texas Instruments.
5 * Copyright (C) 2008-2009 Deep Root Systems, LLC
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

63 * From OMAP-L138 datasheet table 6-4; assuming prediv = 1, sqrt(pllm) = 4
64 * Units are micro seconds.
65 */
66#define PLL_LOCK_TIME 20
67
68#ifndef __ASSEMBLER__
69
70#include <linux/list.h>
1/*
2 * TI DaVinci clock definitions
3 *
4 * Copyright (C) 2006-2007 Texas Instruments.
5 * Copyright (C) 2008-2009 Deep Root Systems, LLC
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

63 * From OMAP-L138 datasheet table 6-4; assuming prediv = 1, sqrt(pllm) = 4
64 * Units are micro seconds.
65 */
66#define PLL_LOCK_TIME 20
67
68#ifndef __ASSEMBLER__
69
70#include <linux/list.h>
71#include <asm/clkdev.h>
71#include <linux/clkdev.h>
72
73#define PLLSTAT_GOSTAT BIT(0)
74#define PLLCMD_GOSET BIT(0)
75
76struct pll_data {
77 u32 phys_base;
78 void __iomem *base;
79 u32 num;

--- 53 unchanged lines hidden ---
72
73#define PLLSTAT_GOSTAT BIT(0)
74#define PLLCMD_GOSET BIT(0)
75
76struct pll_data {
77 u32 phys_base;
78 void __iomem *base;
79 u32 num;

--- 53 unchanged lines hidden ---