Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hppb.c File Reference
#include <linux/types.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/dma-mapping.h>
#include <linux/ioport.h>
#include <asm/io.h>
#include <asm/hardware.h>
#include <asm/parisc-device.h>

Go to the source code of this file.

Data Structures

struct  hppb_card
 

Macros

#define IO_IO_LOW   offsetof(struct bc_module, io_io_low)
 
#define IO_IO_HIGH   offsetof(struct bc_module, io_io_high)
 

Functions

void __init hppb_init (void)
 

Macro Definition Documentation

#define IO_IO_HIGH   offsetof(struct bc_module, io_io_high)

Definition at line 38 of file hppb.c.

#define IO_IO_LOW   offsetof(struct bc_module, io_io_low)

Definition at line 37 of file hppb.c.

Function Documentation

void __init hppb_init ( void  )

hppb_init - HP-PB bus initialization procedure.

Register this driver.

Definition at line 105 of file hppb.c.