Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
clocks-init.c File Reference
#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/blackfin.h>
#include <asm/dma.h>
#include <asm/clocks.h>
#include <asm/mem_init.h>
#include <asm/dpmc.h>

Go to the source code of this file.

Macros

#define SDGCTL_WIDTH   (1 << 31) /* SDRAM external data path width */
 
#define PLL_CTL_VAL
 

Functions

 __attribute__ ((l1_text))
 

Macro Definition Documentation

#define PLL_CTL_VAL
Value:
(((CONFIG_VCO_MULT & 63) << 9) | CLKIN_HALF | \
(PLL_BYPASS << 8) | (ANOMALY_05000305 ? 0 : 0x8000))

Definition at line 38 of file clocks-init.c.

#define SDGCTL_WIDTH   (1 << 31) /* SDRAM external data path width */

Definition at line 37 of file clocks-init.c.

Function Documentation

__attribute__ ( (l1_text)  )

Definition at line 43 of file clocks-init.c.