Lines Matching +full:0 +full:xd
10 again, 0 tends to be slower, but more stable. */
25 #define QL_RESET_AT_START 0
48 /* offset 0xc */
51 #define FASTSCSI 0
54 #define FASTCLK 0 /*(XTALFREQ>25?1:0)*/
69 If this is 0, the bus will only transfer asynchronously */
70 #define SYNCOFFST 0
83 int int_type; /* type of irq, 2 for ISA board, 0 for PCMCIA */
91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd ))
92 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd …
103 #define get_priv_by_cmd(x) (struct qlogicfas408_priv *)&((x)->device->host->hostdata[0])
104 #define get_priv_by_host(x) (struct qlogicfas408_priv *)&((x)->hostdata[0])