Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
clk.c File Reference
#include <linux/clk.h>
#include <linux/clkdev.h>
#include <linux/clk-provider.h>

Go to the source code of this file.

Macros

#define SOCFPGA_OSC1_CLK   10000000
 
#define SOCFPGA_MPU_CLK   800000000
 
#define SOCFPGA_MAIN_QSPI_CLK   432000000
 
#define SOCFPGA_MAIN_NAND_SDMMC_CLK   250000000
 
#define SOCFPGA_S2F_USR_CLK   125000000
 

Functions

void __init socfpga_init_clocks (void)
 

Macro Definition Documentation

#define SOCFPGA_MAIN_NAND_SDMMC_CLK   250000000

Definition at line 24 of file clk.c.

#define SOCFPGA_MAIN_QSPI_CLK   432000000

Definition at line 23 of file clk.c.

#define SOCFPGA_MPU_CLK   800000000

Definition at line 22 of file clk.c.

#define SOCFPGA_OSC1_CLK   10000000

Definition at line 21 of file clk.c.

#define SOCFPGA_S2F_USR_CLK   125000000

Definition at line 25 of file clk.c.

Function Documentation

void __init socfpga_init_clocks ( void  )

Definition at line 27 of file clk.c.