Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
hardware.c File Reference
#include <asm/hardware.h>
#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/init.h>

Go to the source code of this file.

Data Structures

struct  hp_cpu_type_mask
 

Functions

const char *__devinit parisc_hardware_description (struct parisc_device_id *id)
 
enum cpu_type __cpuinit parisc_get_cpu_type (unsigned long hversion)
 

Variables

const char *const cpu_name_version [][2]
 

Function Documentation

enum cpu_type __cpuinit parisc_get_cpu_type ( unsigned long  hversion)

Definition at line 1370 of file hardware.c.

const char* __devinit parisc_hardware_description ( struct parisc_device_id id)

Definition at line 1331 of file hardware.c.

Variable Documentation

const char* const cpu_name_version[][2]
Initial value:
= {
[pcx] = { "PA7000 (PCX)", "1.0" },
[pcxs] = { "PA7000 (PCX-S)", "1.1a" },
[pcxt] = { "PA7100 (PCX-T)", "1.1b" },
[pcxt_] = { "PA7200 (PCX-T')", "1.1c" },
[pcxl] = { "PA7100LC (PCX-L)", "1.1d" },
[pcxl2] = { "PA7300LC (PCX-L2)", "1.1e" },
[pcxu] = { "PA8000 (PCX-U)", "2.0" },
[pcxu_] = { "PA8200 (PCX-U+)", "2.0" },
[pcxw] = { "PA8500 (PCX-W)", "2.0" },
[pcxw_] = { "PA8600 (PCX-W+)", "2.0" },
[pcxw2] = { "PA8700 (PCX-W2)", "2.0" },
[mako] = { "PA8800 (Mako)", "2.0" },
[mako2] = { "PA8900 (Shortfin)", "2.0" }
}

Definition at line 1314 of file hardware.c.