Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic79xx.c | 1522 u_int simode0; local in function:ahd_handle_scsiint 1525 simode0 = ahd_inb(ahd, SIMODE0); 1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); 2478 u_int simode0; local in function:ahd_clear_critical_section 2492 simode0 = 0; 2538 simode0 = ahd_inb(ahd, SIMODE0); 2544 ahd_outb(ahd, SIMODE0, 0); 2572 ahd_outb(ahd, SIMODE0, simode0) [all...] |
aic7xxx.c | 1415 u_int simode0; local in function:ahc_clear_critical_section 1423 simode0 = 0; 1466 simode0 = ahc_inb(ahc, SIMODE0); 1467 ahc_outb(ahc, SIMODE0, 0); 1494 ahc_outb(ahc, SIMODE0, simode0); 4597 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); 4619 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR) [all...] |
aic79xxvar.h | 1022 uint8_t simode0; member in struct:ahd_suspend_channel_state |
aic7xxxvar.h | 1001 uint8_t simode0; member in struct:ahc_suspend_channel_state |