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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1415 u_int simode1; local
1423 simode1 = 0;
1467 simode1 = ahc_inb(ahc, SIMODE1);
1477 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
1494 ahc_outb(ahc, SIMODE1, simode1);
5881 u_int simode1; local
5925 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
5933 simode1 |= ENSCSIRST;
5935 ahc_outb(ahc, SIMODE1, simode1);
5944 simode1
[all...]
H A Daic79xx.h998 uint8_t simode1; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c2679 u_int simode1; local
2693 simode1 = 0;
2750 simode1 = ahd_inb(ahd, SIMODE1);
2757 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
2779 ahd_outb(ahd, SIMODE1, simode1);

Completed in 122 milliseconds