Searched refs:DSCOMMAND1 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 863 dscommand1 = ahc_inb(ahc, DSCOMMAND1); in ahc_handle_seqint() 864 ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0); in ahc_handle_seqint() 866 ahc_outb(ahc, DSCOMMAND1, dscommand1); in ahc_handle_seqint() 3702 dscommand1 = ahc_inb(ahc, DSCOMMAND1); in ahc_reinitialize_dataptrs() 3703 ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0); in ahc_reinitialize_dataptrs() 3706 ahc_outb(ahc, DSCOMMAND1, dscommand1); in ahc_reinitialize_dataptrs()
|
D | aic7xxx.seq | 1085 or DSCOMMAND1, HADDLDSEL0; 1089 and DSCOMMAND1, ~HADDLDSEL0; 2358 or DSCOMMAND1, HADDLDSEL0; 2360 and DSCOMMAND1, ~HADDLDSEL0 ret;
|
D | aic7xxx_reg.h | 1481 #define DSCOMMAND1 0x85 macro
|
D | aic7xxx.reg | 706 register DSCOMMAND1 {
|