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

#include <ide.h>

Data Fields

unsigned long data_addr
 
union {
   unsigned long   error_addr
 
   unsigned long   feature_addr
 
}; 
 
unsigned long nsect_addr
 
unsigned long lbal_addr
 
unsigned long lbam_addr
 
unsigned long lbah_addr
 
unsigned long device_addr
 
union {
   unsigned long   status_addr
 
   unsigned long   command_addr
 
}; 
 
unsigned long ctl_addr
 
unsigned long irq_addr
 

Detailed Description

Definition at line 58 of file ide.h.

Field Documentation

union { ... }
union { ... }
unsigned long command_addr

Definition at line 75 of file ide.h.

unsigned long ctl_addr

Definition at line 78 of file ide.h.

unsigned long data_addr

Definition at line 59 of file ide.h.

unsigned long device_addr

Definition at line 71 of file ide.h.

unsigned long error_addr

Definition at line 62 of file ide.h.

unsigned long feature_addr

Definition at line 63 of file ide.h.

unsigned long irq_addr

Definition at line 80 of file ide.h.

unsigned long lbah_addr

Definition at line 69 of file ide.h.

unsigned long lbal_addr

Definition at line 67 of file ide.h.

unsigned long lbam_addr

Definition at line 68 of file ide.h.

unsigned long nsect_addr

Definition at line 66 of file ide.h.

unsigned long status_addr

Definition at line 74 of file ide.h.


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