#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/gcd.h>
#include <linux/io.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <asm/addrspace.h>
#include <asm/mach-ar7/ar7.h>
Go to the source code of this file.
#define BOOT_PLL_2TO1_MODE 0x00008000 |
#define BOOT_PLL_ASYNC_MODE 0x02000000 |
#define BOOT_PLL_BYPASS 0x00000020 |
#define BOOT_PLL_SOURCE_AFE 0 |
#define BOOT_PLL_SOURCE_BUS 0 |
#define BOOT_PLL_SOURCE_CPU 3 |
#define BOOT_PLL_SOURCE_MASK 0x3 |
#define BOOT_PLL_SOURCE_REF 1 |
#define BOOT_PLL_SOURCE_XTAL 2 |
#define BUS_PLL_SOURCE_SHIFT 14 |
#define CPU_PLL_SOURCE_SHIFT 16 |
#define DIVISOR_ENABLE_MASK 0x00008000 |
#define DSP_PLL_SOURCE_SHIFT 22 |
#define MUL_MASK 0x0000f000 |
#define PLL_DIV 0x00000002 |
#define PLL_MODE_MASK 0x00000001 |
#define PLL_NDIV 0x00000800 |
#define PLL_STATUS 0x00000001 |
#define POSTDIV_MASK 0x0000001f |
#define PREDIV_MASK 0x001f0000 |
#define TNETD7200_CLOCK_ID_CPU 0 |
#define TNETD7200_CLOCK_ID_DSP 1 |
#define TNETD7200_CLOCK_ID_USB 2 |
#define TNETD7200_DEF_CPU_CLK 211000000 |
#define TNETD7200_DEF_DSP_CLK 125000000 |
#define TNETD7200_DEF_USB_CLK 48000000 |
#define USB_PLL_SOURCE_SHIFT 18 |