HomeSort by: relevance | last modified time | path
    Searched refs:SIMODE0 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
aic6360reg.h 79 #define SIMODE0 0x10 /* SCSI interrupt mode 0 */
275 /* SIMODE0 */
aic6360.c 343 bus_space_write_1(iot, ioh, SIMODE0, 0x00);
717 bus_space_write_1(iot, ioh, SIMODE0, ENSELDI | ENSELDO);
838 bus_space_write_1(iot, ioh, SIMODE0, ENSELDI);
1879 bus_space_write_1(iot, ioh, SIMODE0, 0);
2188 printf(" SIMODE0=%x SIMODE1=%x DMACNTRL0=%x DMACNTRL1=%x "
2190 bus_space_read_1(iot, ioh, SIMODE0),
aic7xxx.c 1415 u_int simode0; local in function:ahc_clear_critical_section
1423 simode0 = 0;
1466 simode0 = ahc_inb(ahc, SIMODE0);
1467 ahc_outb(ahc, SIMODE0, 0);
1494 ahc_outb(ahc, SIMODE0, simode0);
4597 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
4619 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR)
    [all...]
aic79xx.c 1522 u_int simode0; local in function:ahd_handle_scsiint
1525 simode0 = ahd_inb(ahd, SIMODE0);
1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
2478 u_int simode0; local in function:ahd_clear_critical_section
2492 simode0 = 0;
2538 simode0 = ahd_inb(ahd, SIMODE0);
2544 ahd_outb(ahd, SIMODE0, 0);
2572 ahd_outb(ahd, SIMODE0, simode0)
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 365 * in SIMODE0 to interrupt via the IRQ pin.
367 register SIMODE0 {
aic7xxx_reg.h 152 ahc_print_register(NULL, 0, "SIMODE0", 0x10, regvalue, cur_col, wrap)
1199 #define SIMODE0 0x10
aic79xx.reg 1856 * in SIMODE0 to interrupt via the IRQ pin.
1858 register SIMODE0 {
aic79xx_reg.h 537 ahd_print_register(NULL, 0, "SIMODE0", 0x4b, regvalue, cur_col, wrap)
2712 #define SIMODE0 0x4b

Completed in 29 milliseconds