Searched refs:SIMODE1 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 1166 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 1216 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) { in ahc_handle_scsiint() 1241 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 1478 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section() 1488 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 1490 ahc_outb(ahc, SIMODE1, 0); in ahc_clear_critical_section() 1505 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section() 6003 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST); in ahc_reset_current_bus() 6014 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST); in ahc_reset_current_bus() 6088 ahc_outb(ahc, SIMODE1, simode1); in ahc_reset_channel() [all …]
|
| H A D | aic79xx.c | 1779 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint() 1780 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 2651 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section() 2658 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 2680 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section() 6526 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init() 7866 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus() 7954 ahd_outb(ahd, SIMODE1, in ahd_reset_channel() 7955 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel() 8063 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
|