Searched defs:PARITY_MASK (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dfdomain.c336 #define PARITY_MASK 0x08 macro
338 #define PARITY_MASK 0x00 macro
590 outb(0x21 | PARITY_MASK, port_base + TMC_Cntl); /* Clear forced intr. */
592 outb(0x01 | PARITY_MASK, port_base + TMC_Cntl);
1047 outb(0x04 | PARITY_MASK, port_base + TMC_Cntl); /* Start arbitration */
1082 outb(PARITY_MASK, port_base + TMC_Cntl);
1190 outb(0x10 | PARITY_MASK, port_base + TMC_Cntl);
1212 outb(0x10 | PARITY_MASK, port_base + TMC_Cntl);
1243 outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl);
1249 outb(0x90 | PARITY_MASK, port_bas
[all...]
H A Dfd_mcs.c133 #define PARITY_MASK 0x08 macro
135 #define PARITY_MASK 0x00 macro
344 outb(0x21 | PARITY_MASK, TMC_Cntl_port); /* Clear forced intr. */
346 outb(0x01 | PARITY_MASK, TMC_Cntl_port);
511 outb(PARITY_MASK, TMC_Cntl_port);
572 outb(PARITY_MASK, TMC_Cntl_port);
680 outb(0x10 | PARITY_MASK, TMC_Cntl_port);
702 outb(0x10 | PARITY_MASK, TMC_Cntl_port);
731 outb(0xd0 | PARITY_MASK, TMC_Cntl_port);
737 outb(0x90 | PARITY_MASK, TMC_Cntl_por
[all...]

Completed in 44 milliseconds