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

Go to the source code of this file.

Functions

void mpc8xx_restart (char *cmd)
 
void mpc8xx_calibrate_decr (void)
 
int mpc8xx_set_rtc_time (struct rtc_time *tm)
 
void mpc8xx_get_rtc_time (struct rtc_time *tm)
 
void mpc8xx_pics_init (void)
 
unsigned int mpc8xx_get_irq (void)
 

Function Documentation

void mpc8xx_calibrate_decr ( void  )

Definition at line 89 of file m8xx_setup.c.

unsigned int mpc8xx_get_irq ( void  )

Definition at line 73 of file mpc8xx_pic.c.

void mpc8xx_get_rtc_time ( struct rtc_time tm)

Definition at line 189 of file m8xx_setup.c.

void mpc8xx_pics_init ( void  )

Definition at line 243 of file m8xx_setup.c.

void mpc8xx_restart ( char cmd)

Definition at line 203 of file m8xx_setup.c.

int mpc8xx_set_rtc_time ( struct rtc_time tm)

Definition at line 169 of file m8xx_setup.c.