Home
last modified time | relevance | path

Searched refs:SIMODE1 (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Daic6360.c324 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 Daic6360reg.h81 #define SIMODE1 0x11 /* SCSI interrupt mode 1 */ macro
H A Daic7xxx.c1194 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 Daic79xx.c1783 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 Daic7xxx.seq75 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 Daic7xxx.reg384 * in SIMODE1 to interrupt via the IRQ pin.
386 register SIMODE1 {
H A Daic79xx.seq644 or SIMODE1, ENBUSFREE;
830 or SIMODE1, ENBUSFREE;
1309 and SIMODE1, ~ENBUSFREE;
2226 or SIMODE1, ENBUSFREE;
H A Daic7xxx_reg.h1203 #define SIMODE1 0x11 macro
H A Daic79xx.reg2241 * in SIMODE1 to interrupt via the IRQ pin.
2243 register SIMODE1 {
H A Daic79xx_reg.h2960 #define SIMODE1 0x57 macro