Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cpu_table Struct Reference

#include <cpu.h>

Data Fields

unsigned long idcode
 
unsigned long idmask
 
void(* map_io )(void)
 
void(* init_uarts )(struct s3c2410_uartcfg *cfg, int no)
 
void(* init_clocks )(int xtal)
 
int(* init )(void)
 
const charname
 

Detailed Description

Definition at line 153 of file cpu.h.

Field Documentation

unsigned long idcode

Definition at line 154 of file cpu.h.

unsigned long idmask

Definition at line 155 of file cpu.h.

int(* init)(void)

Definition at line 159 of file cpu.h.

void(* init_clocks)(int xtal)

Definition at line 158 of file cpu.h.

void(* init_uarts)(struct s3c2410_uartcfg *cfg, int no)

Definition at line 157 of file cpu.h.

void(* map_io)(void)

Definition at line 156 of file cpu.h.

const char* name

Definition at line 160 of file cpu.h.


The documentation for this struct was generated from the following file: