Home
last modified time | relevance | path

Searched refs:PARITY_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dfd_mcs.c133 #define PARITY_MASK 0x08 macro
135 #define PARITY_MASK 0x00 macro
343 outb( 0x21 | PARITY_MASK, TMC_Cntl_port ); /* Clear forced intr. */ in fd_mcs_make_bus_idle()
345 outb( 0x01 | PARITY_MASK, TMC_Cntl_port ); in fd_mcs_make_bus_idle()
514 outb( PARITY_MASK, TMC_Cntl_port ); in fd_mcs_detect()
648 outb( PARITY_MASK, TMC_Cntl_port ); in fd_mcs_select()
756 outb( 0x10 | PARITY_MASK, TMC_Cntl_port ); in fd_mcs_intr()
778 outb( 0x10 | PARITY_MASK, TMC_Cntl_port ); in fd_mcs_intr()
809 outb( 0xd0 | PARITY_MASK, TMC_Cntl_port ); in fd_mcs_intr()
815 outb( 0x90 | PARITY_MASK, TMC_Cntl_port ); in fd_mcs_intr()
[all …]
Dfdomain.c335 #define PARITY_MASK 0x08 macro
337 #define PARITY_MASK 0x00 macro
600 outb( 0x21 | PARITY_MASK, TMC_Cntl_port ); /* Clear forced intr. */ in fdomain_make_bus_idle()
602 outb( 0x01 | PARITY_MASK, TMC_Cntl_port ); in fdomain_make_bus_idle()
1140 outb( 0x04 | PARITY_MASK, TMC_Cntl_port ); /* Start arbitration */
1174 outb( PARITY_MASK, TMC_Cntl_port ); in fdomain_select()
1282 outb( 0x10 | PARITY_MASK, TMC_Cntl_port ); in do_fdomain_16x0_intr()
1304 outb( 0x10 | PARITY_MASK, TMC_Cntl_port ); in do_fdomain_16x0_intr()
1335 outb( 0xd0 | PARITY_MASK, TMC_Cntl_port ); in do_fdomain_16x0_intr()
1341 outb( 0x90 | PARITY_MASK, TMC_Cntl_port ); in do_fdomain_16x0_intr()
[all …]