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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1970 u_int simode1; local
1978 simode1 = 0;
2021 simode1 = ahc_inb(ahc, SIMODE1);
2031 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
2048 ahc_outb(ahc, SIMODE1, simode1);
6423 u_int simode1; local
6477 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
6485 simode1 |= ENSCSIRST;
6487 ahc_outb(ahc, SIMODE1, simode1);
6496 simode1
[all...]
H A Daic79xx.h998 uint8_t simode1; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c3417 u_int simode1; local
3431 simode1 = 0;
3487 simode1 = ahd_inb(ahd, SIMODE1);
3494 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
3516 ahd_outb(ahd, SIMODE1, simode1);

Completed in 230 milliseconds