Searched refs:SIMODE0 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 1547 simode0 = ahd_inb(ahd, SIMODE0); in ahd_handle_scsiint() 2629 simode0 = ahd_inb(ahd, SIMODE0); in ahd_clear_critical_section() 2635 ahd_outb(ahd, SIMODE0, 0); in ahd_clear_critical_section() 2663 ahd_outb(ahd, SIMODE0, simode0); in ahd_clear_critical_section() 5802 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI)); in ahd_setup_iocell_workaround() 5835 ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI)); in ahd_iocell_first_selection() 6542 ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN); in ahd_chip_init() 9152 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50); in ahd_dump_card_state()
|
H A D | aic7xxx.reg | 363 * in SIMODE0 to interrupt via the IRQ pin. 365 register SIMODE0 {
|
H A D | aic7xxx_reg.h | 1191 #define SIMODE0 0x10 macro
|
H A D | aic79xx.reg | 1845 * in SIMODE0 to interrupt via the IRQ pin. 1847 register SIMODE0 {
|
H A D | aic79xx_reg.h | 2746 #define SIMODE0 0x4b macro
|