Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wsp.c File Reference
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/smp.h>
#include <linux/delay.h>
#include <linux/time.h>
#include <asm/scom.h>
#include "wsp.h"
#include "ics.h"

Go to the source code of this file.

Macros

#define WSP_SOC_COMPATIBLE   "ibm,wsp-soc"
 
#define PBIC_COMPATIBLE   "ibm,wsp-pbic"
 
#define COPRO_COMPATIBLE   "ibm,wsp-coprocessor"
 

Functions

void __init wsp_setup_arch (void)
 
void __init wsp_setup_irq (void)
 
int __init wsp_probe_devices (void)
 
void wsp_halt (void)
 

Macro Definition Documentation

#define COPRO_COMPATIBLE   "ibm,wsp-coprocessor"

Definition at line 24 of file wsp.c.

#define PBIC_COMPATIBLE   "ibm,wsp-pbic"

Definition at line 23 of file wsp.c.

#define WSP_SOC_COMPATIBLE   "ibm,wsp-soc"

Definition at line 22 of file wsp.c.

Function Documentation

void wsp_halt ( void  )

Definition at line 85 of file wsp.c.

int __init wsp_probe_devices ( void  )

Definition at line 66 of file wsp.c.

void __init wsp_setup_arch ( void  )

Definition at line 43 of file wsp.c.

void __init wsp_setup_irq ( void  )

Definition at line 59 of file wsp.c.