Searched refs:SIMODE0 (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/sys/dev/ic/ |
| H A D | aic6360reg.h | 80 #define SIMODE0 0x10 /* SCSI interrupt mode 0 */ macro
|
| H A D | aic6360.c | 319 bus_space_write_1(iot, ioh, SIMODE0, 0x00); in aic_reset() 610 bus_space_write_1(iot, ioh, SIMODE0, ENSELDI | ENSELDO); in aic_select() 727 bus_space_write_1(iot, ioh, SIMODE0, ENSELDI); in aic_sched() 1766 bus_space_write_1(iot, ioh, SIMODE0, 0); in aicintr() 2073 printf(" SIMODE0=%x SIMODE1=%x ", in aic_dump6360() 2074 bus_space_read_1(iot, ioh, SIMODE0), in aic_dump6360()
|
| H A D | aic7xxx.c | 1505 simode0 = ahc_inb(ahc, SIMODE0); in ahc_clear_critical_section() 1506 ahc_outb(ahc, SIMODE0, 0); in ahc_clear_critical_section() 1533 ahc_outb(ahc, SIMODE0, simode0); in ahc_clear_critical_section() 4473 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 4490 ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR); in ahc_chip_init() 6471 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50); in ahc_dump_card_state()
|
| H A D | aic79xx.c | 1563 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 2631 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 2637 ahd_outb(ahd, SIMODE0, 0); in ahd_clear_critical_section() 2665 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section() 5739 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); in ahd_setup_iocell_workaround() 5772 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); in ahd_iocell_first_selection() 6276 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN); in ahd_chip_init() 8884 ahd_simode0_print(ahd_inb(ahd, SIMODE0), in ahd_dump_card_state() [all...] |
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.reg | 366 * in SIMODE0 to interrupt via the IRQ pin. 368 register SIMODE0 {
|
| H A D | aic7xxx_reg.h | 1193 #define SIMODE0 0x10 macro
|
| H A D | aic79xx.reg | 1848 * in SIMODE0 to interrupt via the IRQ pin. 1850 register SIMODE0 {
|
| H A D | aic79xx_reg.h | 2748 #define SIMODE0 0x4b macro
|