Searched refs:simode1 (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1993 u_int simode1; local
2001 simode1 = 0;
2045 simode1 = ahc_inb(ahc, SIMODE1);
2055 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
2072 ahc_outb(ahc, SIMODE1, simode1);
6490 u_int simode1; local
6544 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
6552 simode1 |= ENSCSIRST;
6554 ahc_outb(ahc, SIMODE1, simode1);
6563 simode1
[all...]
H A Daic79xx.h1001 uint8_t simode1; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c3449 u_int simode1; local
3463 simode1 = 0;
3520 simode1 = ahd_inb(ahd, SIMODE1);
3527 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
3549 ahd_outb(ahd, SIMODE1, simode1);

Completed in 4951 milliseconds