Searched refs:dscommand1 (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 880 u_int dscommand1; in ahc_handle_seqint() local 883 dscommand1 = ahc_inb(ahc, DSCOMMAND1); in ahc_handle_seqint() 884 ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0); in ahc_handle_seqint() 886 ahc_outb(ahc, DSCOMMAND1, dscommand1); in ahc_handle_seqint() 3792 u_int dscommand1; in ahc_reinitialize_dataptrs() local 3794 dscommand1 = ahc_inb(ahc, DSCOMMAND1); in ahc_reinitialize_dataptrs() 3795 ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0); in ahc_reinitialize_dataptrs() 3798 ahc_outb(ahc, DSCOMMAND1, dscommand1); in ahc_reinitialize_dataptrs()
|