Searched refs:SIMODE1 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 1772 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint() 1773 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 2642 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section() 2649 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 2671 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section() 6510 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init() 7850 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus() 7938 ahd_outb(ahd, SIMODE1, in ahd_reset_channel() 7939 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel() 8047 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST); in ahd_reset_poll() [all …]
|
H A D | aic7xxx.seq | 72 and SIMODE1, ~ENBUSFREE; 168 or SIMODE1, ENBUSFREE; 367 test SIMODE1, ENSCSIRST jnz . + 3; 369 or SIMODE1, ENSCSIRST; 531 and SIMODE1, ~ENBUSFREE; 678 and SIMODE1, ~ENBUSFREE;
|
H A D | aic7xxx.reg | 381 * in SIMODE1 to interrupt via the IRQ pin. 383 register SIMODE1 {
|
H A D | aic79xx.seq | 641 or SIMODE1, ENBUSFREE; 827 or SIMODE1, ENBUSFREE; 1306 and SIMODE1, ~ENBUSFREE; 2223 or SIMODE1, ENBUSFREE;
|
H A D | aic7xxx_reg.h | 1201 #define SIMODE1 0x11 macro
|
H A D | aic79xx.reg | 2238 * in SIMODE1 to interrupt via the IRQ pin. 2240 register SIMODE1 {
|
H A D | aic79xx_reg.h | 2958 #define SIMODE1 0x57 macro
|