Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
zynq_soc.h File Reference

Go to the source code of this file.

Macros

#define PERIPHERAL_CLOCK_RATE   2500000
 
#define UART0_PHYS   0xE0000000
 
#define UART0_VIRT   UART0_PHYS
 
#define TTC0_PHYS   0xF8001000
 
#define TTC0_VIRT   TTC0_PHYS
 
#define PL310_L2CC_PHYS   0xF8F02000
 
#define PL310_L2CC_VIRT   PL310_L2CC_PHYS
 
#define SCU_PERIPH_PHYS   0xF8F00000
 
#define SCU_PERIPH_VIRT   SCU_PERIPH_PHYS
 
#define TTC0_BASE   IOMEM(TTC0_VIRT)
 
#define SCU_PERIPH_BASE   IOMEM(SCU_PERIPH_VIRT)
 
#define SCU_GIC_CPU_BASE   (SCU_PERIPH_BASE + 0x100)
 
#define SCU_GIC_DIST_BASE   (SCU_PERIPH_BASE + 0x1000)
 
#define PL310_L2CC_BASE   IOMEM(PL310_L2CC_VIRT)
 
#define LL_UART_PADDR   UART0_PHYS
 
#define LL_UART_VADDR   UART0_VIRT
 

Macro Definition Documentation

#define LL_UART_PADDR   UART0_PHYS

Definition at line 45 of file zynq_soc.h.

#define LL_UART_VADDR   UART0_VIRT

Definition at line 46 of file zynq_soc.h.

#define PERIPHERAL_CLOCK_RATE   2500000

Definition at line 18 of file zynq_soc.h.

#define PL310_L2CC_BASE   IOMEM(PL310_L2CC_VIRT)

Definition at line 40 of file zynq_soc.h.

#define PL310_L2CC_PHYS   0xF8F02000

Definition at line 28 of file zynq_soc.h.

#define PL310_L2CC_VIRT   PL310_L2CC_PHYS

Definition at line 29 of file zynq_soc.h.

#define SCU_GIC_CPU_BASE   (SCU_PERIPH_BASE + 0x100)

Definition at line 38 of file zynq_soc.h.

#define SCU_GIC_DIST_BASE   (SCU_PERIPH_BASE + 0x1000)

Definition at line 39 of file zynq_soc.h.

#define SCU_PERIPH_BASE   IOMEM(SCU_PERIPH_VIRT)

Definition at line 37 of file zynq_soc.h.

#define SCU_PERIPH_PHYS   0xF8F00000

Definition at line 31 of file zynq_soc.h.

#define SCU_PERIPH_VIRT   SCU_PERIPH_PHYS

Definition at line 32 of file zynq_soc.h.

#define TTC0_BASE   IOMEM(TTC0_VIRT)

Definition at line 36 of file zynq_soc.h.

#define TTC0_PHYS   0xF8001000

Definition at line 25 of file zynq_soc.h.

#define TTC0_VIRT   TTC0_PHYS

Definition at line 26 of file zynq_soc.h.

#define UART0_PHYS   0xE0000000

Definition at line 22 of file zynq_soc.h.

#define UART0_VIRT   UART0_PHYS

Definition at line 23 of file zynq_soc.h.