Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

w83977af.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define W977_EFIO_BASE   0x370
#define W977_EFIO2_BASE   0x3f0
#define W977_DEVICE_IR   0x06

Functions

static void w977_efm_enter (unsigned int efio)
static void w977_select_device (__u8 devnum, unsigned int efio)
static void w977_write_reg (__u8 reg, __u8 value, unsigned int efio)
static __u8 w977_read_reg (__u8 reg, unsigned int efio)
static void w977_efm_exit (unsigned int efio)


Define Documentation

#define W977_DEVICE_IR   0x06
 

Definition at line 6 of file w83977af.h.

Referenced by w83977af_close(), and w83977af_probe().

#define W977_EFIO2_BASE   0x3f0
 

Definition at line 5 of file w83977af.h.

#define W977_EFIO_BASE   0x370
 

Definition at line 4 of file w83977af.h.


Function Documentation

static void w977_efm_enter unsigned int  efio  )  [inline, static]
 

Definition at line 12 of file w83977af.h.

References outb.

Referenced by w83977af_close(), and w83977af_probe().

static void w977_efm_exit unsigned int  efio  )  [inline, static]
 

Definition at line 49 of file w83977af.h.

References outb.

Referenced by w83977af_close(), and w83977af_probe().

static __u8 w977_read_reg __u8  reg,
unsigned int  efio
[inline, static]
 

Definition at line 40 of file w83977af.h.

References inb, and outb.

static void w977_select_device __u8  devnum,
unsigned int  efio
[inline, static]
 

Definition at line 22 of file w83977af.h.

References outb, and x07.

Referenced by w83977af_close(), and w83977af_probe().

static void w977_write_reg __u8  reg,
__u8  value,
unsigned int  efio
[inline, static]
 

Definition at line 31 of file w83977af.h.

References outb.

Referenced by w83977af_close(), and w83977af_probe().