Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
NCR5380.c File Reference
#include <scsi/scsi_dbg.h>
#include <scsi/scsi_transport_spi.h>

Go to the source code of this file.

Macros

#define NDEBUG   0
 
#define NDEBUG_ABORT   0
 
#define LIST(x, y)
 
#define REMOVE(w, x, y, z)
 
#define io_recovery_delay(x)   udelay(x)
 
#define USLEEP_SLEEP   (20*HZ/1000)
 
#define USLEEP_POLL   (200*HZ/1000)
 
#define USLEEP_WAITLONG   USLEEP_SLEEP
 
#define SPRINTF(args...)   do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0)
 

Macro Definition Documentation

#define io_recovery_delay (   x)    udelay(x)

Definition at line 120 of file NCR5380.c.

#define LIST (   x,
  y 
)

Definition at line 103 of file NCR5380.c.

#define NDEBUG   0

Definition at line 93 of file NCR5380.c.

#define NDEBUG_ABORT   0

Definition at line 96 of file NCR5380.c.

#define REMOVE (   w,
  x,
  y,
 
)

Definition at line 104 of file NCR5380.c.

#define SPRINTF (   args...)    do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0)

Definition at line 699 of file NCR5380.c.

#define USLEEP_POLL   (200*HZ/1000)

Definition at line 492 of file NCR5380.c.

#define USLEEP_SLEEP   (20*HZ/1000)

Definition at line 488 of file NCR5380.c.

#define USLEEP_WAITLONG   USLEEP_SLEEP

Definition at line 496 of file NCR5380.c.

Variable Documentation

const char* name

Definition at line 358 of file NCR5380.c.

unsigned char value

Definition at line 357 of file NCR5380.c.