Searched defs:simode0 (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1992 u_int simode0; local
2000 simode0 = 0;
2043 simode0 = ahc_inb(ahc, SIMODE0);
2071 ahc_outb(ahc, SIMODE0, simode0);
H A Daic79xx.h1000 uint8_t simode0; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c2426 u_int simode0; local
2429 simode0 = ahd_inb(ahd, SIMODE0);
2430 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
3448 u_int simode0; local
3462 simode0 = 0;
3507 simode0 = ahd_inb(ahd, SIMODE0);
3541 ahd_outb(ahd, SIMODE0, simode0);

Completed in 306 milliseconds