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

  /src/sys/dev/ic/
aic6360.c 348 bus_space_write_1(iot, ioh, SIMODE1, 0x00);
718 bus_space_write_1(iot, ioh, SIMODE1, ENSCSIRST | ENSELTIMO);
839 bus_space_write_1(iot, ioh, SIMODE1, ENSCSIRST);
1451 bus_space_write_1(iot, ioh, SIMODE1,
1557 bus_space_write_1(iot, ioh, SIMODE1,
1594 bus_space_write_1(iot, ioh, SIMODE1,
1681 bus_space_write_1(iot, ioh, SIMODE1,
1880 bus_space_write_1(iot, ioh, SIMODE1,
2188 printf(" SIMODE0=%x SIMODE1=%x DMACNTRL0=%x DMACNTRL1=%x "
2191 bus_space_read_1(iot, ioh, SIMODE1),
    [all...]
aic6360reg.h 80 #define SIMODE1 0x11 /* SCSI interrupt mode 1 */
284 /* SIMODE1 */
aic7xxx.c 1162 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1209 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
1233 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1416 u_int simode1; local in function:ahc_clear_critical_section
1424 simode1 = 0;
1468 simode1 = ahc_inb(ahc, SIMODE1);
1478 ahc_outb(ahc, SIMODE1, ENBUSFREE)
5915 u_int simode1; local in function:ahc_reset_channel
    [all...]
aic79xx.c 1726 ahd_outb(ahd, SIMODE1,
1727 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
2479 u_int simode1; local in function:ahd_clear_critical_section
2493 simode1 = 0;
2551 simode1 = ahd_inb(ahd, SIMODE1);
2558 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
2580 ahd_outb(ahd, SIMODE1, simode1);
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 74 and SIMODE1, ~ENBUSFREE;
168 or SIMODE1, ENBUSFREE;
366 test SIMODE1, ENSCSIRST jnz . + 3;
368 or SIMODE1, ENSCSIRST;
529 and SIMODE1, ~ENBUSFREE;
676 and SIMODE1, ~ENBUSFREE;
aic79xx.seq 504 or SIMODE1, ENBUSFREE;
660 or SIMODE1, ENBUSFREE;
1107 and SIMODE1, ~ENBUSFREE;
aic7xxx.reg 383 * in SIMODE1 to interrupt via the IRQ pin.
385 register SIMODE1 {
aic7xxx_reg.h 159 ahc_print_register(NULL, 0, "SIMODE1", 0x11, regvalue, cur_col, wrap)
1209 #define SIMODE1 0x11
aic79xx.reg 2249 * in SIMODE1 to interrupt via the IRQ pin.
2251 register SIMODE1 {
aic79xx_reg.h 747 ahd_print_register(NULL, 0, "SIMODE1", 0x57, regvalue, cur_col, wrap)
2924 #define SIMODE1 0x57

Completed in 34 milliseconds