Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
starfire.c File Reference
#include <linux/kernel.h>
#include <linux/slab.h>
#include <asm/page.h>
#include <asm/oplib.h>
#include <asm/smp.h>
#include <asm/upa.h>
#include <asm/starfire.h>

Go to the source code of this file.

Data Structures

struct  starfire_irqinfo
 

Functions

void check_if_starfire (void)
 
int starfire_hard_smp_processor_id (void)
 
void starfire_hookup (int upaid)
 
unsigned int starfire_translate (unsigned long imap, unsigned int upaid)
 

Variables

int this_is_starfire = 0
 

Function Documentation

void check_if_starfire ( void  )

Definition at line 24 of file starfire.c.

int starfire_hard_smp_processor_id ( void  )

Definition at line 31 of file starfire.c.

void starfire_hookup ( int  upaid)

Definition at line 52 of file starfire.c.

unsigned int starfire_translate ( unsigned long  imap,
unsigned int  upaid 
)

Definition at line 81 of file starfire.c.

Variable Documentation

int this_is_starfire = 0

Definition at line 22 of file starfire.c.