Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations
sata_promise.h File Reference
#include <linux/ata.h>

Go to the source code of this file.

Enumerations

enum  pdc_packet_bits {
  PDC_PKT_READ = (1 << 2), PDC_PKT_NODATA = (1 << 3), PDC_PKT_SIZEMASK = (1 << 7) | (1 << 6) | (1 << 5), PDC_PKT_CLEAR_BSY = (1 << 4),
  PDC_PKT_WAIT_DRDY = (1 << 3) | (1 << 4), PDC_LAST_REG = (1 << 3), PDC_REG_DEVCTL = (1 << 3) | (1 << 2) | (1 << 1)
}
 

Enumeration Type Documentation

Enumerator:
PDC_PKT_READ 
PDC_PKT_NODATA 
PDC_PKT_SIZEMASK 
PDC_PKT_CLEAR_BSY 
PDC_PKT_WAIT_DRDY 
PDC_LAST_REG 
PDC_REG_DEVCTL 

Definition at line 32 of file sata_promise.h.