Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c1166 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint()
1216 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) { in ahc_handle_scsiint()
1241 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint()
1478 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section()
1488 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section()
1490 ahc_outb(ahc, SIMODE1, 0); in ahc_clear_critical_section()
1505 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section()
6003 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST); in ahc_reset_current_bus()
6014 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST); in ahc_reset_current_bus()
6088 ahc_outb(ahc, SIMODE1, simode1); in ahc_reset_channel()
[all …]
H A Daic79xx.c1779 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint()
1780 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint()
2651 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section()
2658 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section()
2680 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section()
6526 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init()
7866 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus()
7954 ahd_outb(ahd, SIMODE1, in ahd_reset_channel()
7955 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel()
8063 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST); in ahd_reset_poll()
[all …]
H A Daic7xxx.seq72 and SIMODE1, ~ENBUSFREE;
168 or SIMODE1, ENBUSFREE;
367 test SIMODE1, ENSCSIRST jnz . + 3;
369 or SIMODE1, ENSCSIRST;
531 and SIMODE1, ~ENBUSFREE;
678 and SIMODE1, ~ENBUSFREE;
H A Daic7xxx.reg381 * in SIMODE1 to interrupt via the IRQ pin.
383 register SIMODE1 {
H A Daic79xx.seq641 or SIMODE1, ENBUSFREE;
827 or SIMODE1, ENBUSFREE;
1306 and SIMODE1, ~ENBUSFREE;
2223 or SIMODE1, ENBUSFREE;
H A Daic7xxx_reg.h1201 #define SIMODE1 0x11 macro
H A Daic79xx.reg2238 * in SIMODE1 to interrupt via the IRQ pin.
2240 register SIMODE1 {
H A Daic79xx_reg.h2958 #define SIMODE1 0x57 macro