Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
adb_iop.h File Reference

Go to the source code of this file.

Data Structures

struct  adb_iopmsg
 

Macros

#define ADB_IOP   IOP_NUM_ISM
 
#define ADB_CHAN   2
 
#define ADB_IOP_LISTEN   0x01
 
#define ADB_IOP_TALK   0x02
 
#define ADB_IOP_EXISTS   0x04
 
#define ADB_IOP_FLUSH   0x08
 
#define ADB_IOP_RESET   0x10
 
#define ADB_IOP_INT   0x20
 
#define ADB_IOP_POLL   0x40
 
#define ADB_IOP_UNINT   0x80
 
#define AIF_RESET   0x00
 
#define AIF_FLUSH   0x01
 
#define AIF_LISTEN   0x08
 
#define AIF_TALK   0x0C
 
#define ADB_IOP_EXPLICIT   0x80 /* nonzero if explicit command */
 
#define ADB_IOP_AUTOPOLL   0x40 /* auto/SRQ polling enabled */
 
#define ADB_IOP_SRQ   0x04 /* SRQ detected */
 
#define ADB_IOP_TIMEOUT   0x02 /* nonzero if timeout */
 

Macro Definition Documentation

#define ADB_CHAN   2

Definition at line 9 of file adb_iop.h.

#define ADB_IOP   IOP_NUM_ISM

Definition at line 8 of file adb_iop.h.

#define ADB_IOP_AUTOPOLL   0x40 /* auto/SRQ polling enabled */

Definition at line 30 of file adb_iop.h.

#define ADB_IOP_EXISTS   0x04

Definition at line 15 of file adb_iop.h.

#define ADB_IOP_EXPLICIT   0x80 /* nonzero if explicit command */

Definition at line 29 of file adb_iop.h.

#define ADB_IOP_FLUSH   0x08

Definition at line 16 of file adb_iop.h.

#define ADB_IOP_INT   0x20

Definition at line 18 of file adb_iop.h.

#define ADB_IOP_LISTEN   0x01

Definition at line 13 of file adb_iop.h.

#define ADB_IOP_POLL   0x40

Definition at line 19 of file adb_iop.h.

#define ADB_IOP_RESET   0x10

Definition at line 17 of file adb_iop.h.

#define ADB_IOP_SRQ   0x04 /* SRQ detected */

Definition at line 31 of file adb_iop.h.

#define ADB_IOP_TALK   0x02

Definition at line 14 of file adb_iop.h.

#define ADB_IOP_TIMEOUT   0x02 /* nonzero if timeout */

Definition at line 32 of file adb_iop.h.

#define ADB_IOP_UNINT   0x80

Definition at line 20 of file adb_iop.h.

#define AIF_FLUSH   0x01

Definition at line 23 of file adb_iop.h.

#define AIF_LISTEN   0x08

Definition at line 24 of file adb_iop.h.

#define AIF_RESET   0x00

Definition at line 22 of file adb_iop.h.

#define AIF_TALK   0x0C

Definition at line 25 of file adb_iop.h.