Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c1159 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint()
1209 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) { in ahc_handle_scsiint()
1234 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE); in ahc_handle_scsiint()
1469 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section()
1479 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section()
1481 ahc_outb(ahc, SIMODE1, 0); in ahc_clear_critical_section()
1496 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section()
5987 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST); in ahc_reset_current_bus()
5998 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST); in ahc_reset_current_bus()
6072 ahc_outb(ahc, SIMODE1, simode1); in ahc_reset_channel()
[all …]
H A Daic79xx.c1772 ahd_outb(ahd, SIMODE1, in ahd_handle_scsiint()
1773 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE); in ahd_handle_scsiint()
2642 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section()
2649 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section()
2671 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section()
6510 ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR); in ahd_chip_init()
7850 ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST); in ahd_reset_current_bus()
7938 ahd_outb(ahd, SIMODE1, in ahd_reset_channel()
7939 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST)); in ahd_reset_channel()
8047 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