Go to the documentation of this file.
2 #ifndef __QLOGICFAS408_H
3 #define __QLOGICFAS408_H
11 #define QL_TURBO_PDMA 1
15 #define QL_ENABLE_PARITY 1
24 #define QL_RESET_AT_START 0
90 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd ))
91 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd ))
94 #define WATCHDOG 5000000
102 #define get_priv_by_cmd(x) (struct qlogicfas408_priv *)&((x)->device->host->hostdata[0])
103 #define get_priv_by_host(x) (struct qlogicfas408_priv *)&((x)->hostdata[0])