| /openbsd-src/sys/dev/ic/ |
| H A D | aic6360.c | 324 bus_space_write_1(iot, ioh, SIMODE1, 0x00); in aic_reset() 611 bus_space_write_1(iot, ioh, SIMODE1, ENSCSIRST | ENSELTIMO); in aic_select() 728 bus_space_write_1(iot, ioh, SIMODE1, ENSCSIRST); in aic_sched() 1339 bus_space_write_1(iot, ioh, SIMODE1, in aic_dataout_pio() 1445 bus_space_write_1(iot, ioh, SIMODE1, in aic_dataout_pio() 1482 bus_space_write_1(iot, ioh, SIMODE1, in aic_datain_pio() 1569 bus_space_write_1(iot, ioh, SIMODE1, in aic_datain_pio() 1767 bus_space_write_1(iot, ioh, SIMODE1, in aicintr() 2073 printf(" SIMODE0=%x SIMODE1=%x ", in aic_dump6360() 2075 bus_space_read_1(iot, ioh, SIMODE1)); in aic_dump6360() [all...] |
| H A D | aic6360reg.h | 81 #define SIMODE1 0x11 /* SCSI interrupt mode 1 */ macro
|
| H A D | aic7xxx.c | 1194 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 1244 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) { in ahc_handle_scsiint() 1269 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint() 1507 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section() 1517 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 1519 ahc_outb(ahc, SIMODE1, 0); in ahc_clear_critical_section() 1534 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section() 4460 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1, fo in ahc_chip_init() [all...] |
| H A D | aic79xx.c | 1783 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint() 1784 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint() 2644 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section() 2651 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 2673 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section() 6225 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */ in ahd_chip_init() 6244 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init() 7582 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus() 7664 ahd_outb(ahd, SIMODE1, in ahd_reset_channel() [all...] |
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 75 and SIMODE1, ~ENBUSFREE; 171 or SIMODE1, ENBUSFREE; 370 test SIMODE1, ENSCSIRST jnz . + 3; 372 or SIMODE1, ENSCSIRST; 534 and SIMODE1, ~ENBUSFREE; 681 and SIMODE1, ~ENBUSFREE;
|
| H A D | aic7xxx.reg | 384 * in SIMODE1 to interrupt via the IRQ pin. 386 register SIMODE1 {
|
| H A D | aic79xx.seq | 644 or SIMODE1, ENBUSFREE; 830 or SIMODE1, ENBUSFREE; 1309 and SIMODE1, ~ENBUSFREE; 2226 or SIMODE1, ENBUSFREE;
|
| H A D | aic7xxx_reg.h | 1203 #define SIMODE1 0x11 macro
|
| H A D | aic79xx.reg | 2241 * in SIMODE1 to interrupt via the IRQ pin. 2243 register SIMODE1 {
|
| H A D | aic79xx_reg.h | 2960 #define SIMODE1 0x57 macro
|