SimpleVOut  1.0.0 Initial
A Simple FPGA Core for Creating VGA/DVI/HDMI/OpenLDI Signals
ps7_init.c File Reference
#include "ps7_init.h"
#include "xil_io.h"
Include dependency graph for ps7_init.c:

Go to the source code of this file.

Macros

#define PS7_MASK_POLL_TIME   100000000
 

Functions

char * getPS7MessageInfo (unsigned key)
 
unsigned long ps7GetSiliconVersion ()
 
void mask_write (unsigned long add, unsigned long mask, unsigned long val)
 
int mask_poll (unsigned long add, unsigned long mask)
 
unsigned long mask_read (unsigned long add, unsigned long mask)
 
int ps7_config (unsigned long *ps7_config_init)
 
int ps7_post_config ()
 
int ps7_debug ()
 
int ps7_init ()
 
void perf_start_clock (void)
 
void perf_reset_clock (void)
 
int get_number_of_cycles_for_delay (unsigned int delay)
 
void perf_disable_clock (void)
 
void perf_reset_and_start_timer ()
 

Variables

unsigned long ps7_pll_init_data_3_0 []
 
unsigned long ps7_clock_init_data_3_0 []
 
unsigned long ps7_ddr_init_data_3_0 []
 
unsigned long ps7_mio_init_data_3_0 []
 
unsigned long ps7_peripherals_init_data_3_0 []
 
unsigned long ps7_post_config_3_0 []
 
unsigned long ps7_debug_3_0 []
 
unsigned long ps7_pll_init_data_2_0 []
 
unsigned long ps7_clock_init_data_2_0 []
 
unsigned long ps7_ddr_init_data_2_0 []
 
unsigned long ps7_mio_init_data_2_0 []
 
unsigned long ps7_peripherals_init_data_2_0 []
 
unsigned long ps7_post_config_2_0 []
 
unsigned long ps7_debug_2_0 []
 
unsigned long ps7_pll_init_data_1_0 []
 
unsigned long ps7_clock_init_data_1_0 []
 
unsigned long ps7_ddr_init_data_1_0 []
 
unsigned long ps7_mio_init_data_1_0 []
 
unsigned long ps7_peripherals_init_data_1_0 []
 
unsigned long ps7_post_config_1_0 []
 
unsigned long ps7_debug_1_0 []
 
unsigned long * ps7_mio_init_data = ps7_mio_init_data_3_0
 
unsigned long * ps7_pll_init_data = ps7_pll_init_data_3_0
 
unsigned long * ps7_clock_init_data = ps7_clock_init_data_3_0
 
unsigned long * ps7_ddr_init_data = ps7_ddr_init_data_3_0
 do we need to make this name more unique ? More...
 
unsigned long * ps7_peripherals_init_data = ps7_peripherals_init_data_3_0
 

Detailed Description

This file is automatically generated

Definition in file ps7_init.c.

Macro Definition Documentation

◆ PS7_MASK_POLL_TIME

#define PS7_MASK_POLL_TIME   100000000

Definition at line 12063 of file ps7_init.c.

Function Documentation

◆ get_number_of_cycles_for_delay()

int get_number_of_cycles_for_delay ( unsigned int  delay)

Definition at line 12325 of file ps7_init.c.

Referenced by ps7_config().

Here is the caller graph for this function:

◆ getPS7MessageInfo()

char* getPS7MessageInfo ( unsigned  key)

Definition at line 12066 of file ps7_init.c.

◆ mask_poll()

int mask_poll ( unsigned long  add,
unsigned long  mask 
)

Definition at line 12098 of file ps7_init.c.

References PS7_MASK_POLL_TIME.

◆ mask_read()

unsigned long mask_read ( unsigned long  add,
unsigned long  mask 
)

Definition at line 12111 of file ps7_init.c.

◆ mask_write()

void mask_write ( unsigned long  add,
unsigned long  mask,
unsigned long  val 
)

Definition at line 12091 of file ps7_init.c.

◆ perf_disable_clock()

void perf_disable_clock ( void  )

Definition at line 12333 of file ps7_init.c.

Referenced by perf_reset_clock().

Here is the caller graph for this function:

◆ perf_reset_and_start_timer()

void perf_reset_and_start_timer ( )

Definition at line 12338 of file ps7_init.c.

Referenced by ps7_config().

Here is the caller graph for this function:

◆ perf_reset_clock()

void perf_reset_clock ( void  )

Definition at line 12317 of file ps7_init.c.

Referenced by perf_reset_and_start_timer().

Here is the caller graph for this function:

◆ perf_start_clock()

void perf_start_clock ( void  )

Definition at line 12308 of file ps7_init.c.

Referenced by perf_reset_and_start_timer().

Here is the caller graph for this function:

◆ ps7_config()

int ps7_config ( unsigned long *  ps7_config_init)

Definition at line 12121 of file ps7_init.c.

Referenced by ps7_debug(), ps7_init(), and ps7_post_config().

Here is the caller graph for this function:

◆ ps7_debug()

int ps7_debug ( )

Definition at line 12225 of file ps7_init.c.

◆ ps7_init()

int ps7_init ( )

Definition at line 12245 of file ps7_init.c.

◆ ps7_post_config()

int ps7_post_config ( )

Definition at line 12206 of file ps7_init.c.

◆ ps7GetSiliconVersion()

unsigned long ps7GetSiliconVersion ( )

Definition at line 12083 of file ps7_init.c.

Referenced by ps7_debug(), ps7_init(), and ps7_post_config().

Here is the caller graph for this function:

Variable Documentation

◆ ps7_clock_init_data

unsigned long* ps7_clock_init_data = ps7_clock_init_data_3_0

Definition at line 12201 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_clock_init_data_1_0

unsigned long ps7_clock_init_data_1_0[]

Definition at line 8267 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_clock_init_data_2_0

unsigned long ps7_clock_init_data_2_0[]

Definition at line 4179 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_clock_init_data_3_0

unsigned long ps7_clock_init_data_3_0[]

Definition at line 244 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_ddr_init_data

unsigned long* ps7_ddr_init_data = ps7_ddr_init_data_3_0

do we need to make this name more unique ?

Definition at line 12202 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_ddr_init_data_1_0

unsigned long ps7_ddr_init_data_1_0[]

Definition at line 8484 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_ddr_init_data_2_0

unsigned long ps7_ddr_init_data_2_0[]

Definition at line 4396 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_ddr_init_data_3_0

unsigned long ps7_ddr_init_data_3_0[]

Definition at line 461 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_debug_1_0

unsigned long ps7_debug_1_0[]

Definition at line 12029 of file ps7_init.c.

Referenced by ps7_debug().

◆ ps7_debug_2_0

unsigned long ps7_debug_2_0[]

Definition at line 8008 of file ps7_init.c.

Referenced by ps7_debug().

◆ ps7_debug_3_0

unsigned long ps7_debug_3_0[]

Definition at line 3920 of file ps7_init.c.

Referenced by ps7_debug().

◆ ps7_mio_init_data

unsigned long* ps7_mio_init_data = ps7_mio_init_data_3_0

Definition at line 12199 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_mio_init_data_1_0

unsigned long ps7_mio_init_data_1_0[]

Definition at line 9724 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_mio_init_data_2_0

unsigned long ps7_mio_init_data_2_0[]

Definition at line 5700 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_mio_init_data_3_0

unsigned long ps7_mio_init_data_3_0[]

Definition at line 1613 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_peripherals_init_data

unsigned long* ps7_peripherals_init_data = ps7_peripherals_init_data_3_0

Definition at line 12203 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_peripherals_init_data_1_0

unsigned long ps7_peripherals_init_data_1_0[]

Definition at line 11712 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_peripherals_init_data_2_0

unsigned long ps7_peripherals_init_data_2_0[]

Definition at line 7691 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_peripherals_init_data_3_0

unsigned long ps7_peripherals_init_data_3_0[]

Definition at line 3601 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_pll_init_data

unsigned long* ps7_pll_init_data = ps7_pll_init_data_3_0

Definition at line 12200 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_pll_init_data_1_0

unsigned long ps7_pll_init_data_1_0[]

Definition at line 8040 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_pll_init_data_2_0

unsigned long ps7_pll_init_data_2_0[]

Definition at line 3952 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_pll_init_data_3_0

unsigned long ps7_pll_init_data_3_0[]

Definition at line 17 of file ps7_init.c.

Referenced by ps7_init().

◆ ps7_post_config_1_0

unsigned long ps7_post_config_1_0[]

Definition at line 11919 of file ps7_init.c.

Referenced by ps7_post_config().

◆ ps7_post_config_2_0

unsigned long ps7_post_config_2_0[]

Definition at line 7898 of file ps7_init.c.

Referenced by ps7_post_config().

◆ ps7_post_config_3_0

unsigned long ps7_post_config_3_0[]

Definition at line 3802 of file ps7_init.c.

Referenced by ps7_post_config().