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

  /src/sys/dev/ic/
aic77xx.c 60 u_int8_t hcntrl; local in function:ahc_aic77xx_irq
63 hcntrl = bus_space_read_1(iot, ioh, HCNTRL) & IRQMS;
64 bus_space_write_1(iot, ioh, HCNTRL, hcntrl | PAUSE);
aic7xxx_inline.h 81 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
94 ahc_outb(ahc, HCNTRL, ahc->pause);
120 ahc_outb(ahc, HCNTRL, ahc->unpause);
aic79xx_inline.h 178 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
191 ahd_outb(ahd, HCNTRL, ahd->pause);
226 ahd_outb(ahd, HCNTRL, ahd->unpause);
aic7xxx.c 1489 ahc_outb(ahc, HCNTRL, ahc->unpause);
3810 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
4003 if ((ahc_inb(ahc, HCNTRL) & CHIPRST) != 0) {
4026 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
4037 } while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK));
4043 ahc_outb(ahc, HCNTRL, ahc->pause);
4893 u_int hcntrl; local in function:ahc_intr_enable
4895 hcntrl = ahc_inb(ahc, HCNTRL);
4896 hcntrl &= ~INTEN
    [all...]
aic79xx.c 2565 ahd_outb(ahd, HCNTRL, ahd->unpause);
5287 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);
5298 } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK));
5304 ahd_outb(ahd, HCNTRL, ahd->pause);
6761 u_int hcntrl; local in function:ahd_intr_enable
6763 hcntrl = ahd_inb(ahd, HCNTRL);
6764 hcntrl &= ~INTEN;
6768 hcntrl |= INTEN;
6772 ahd_outb(ahd, HCNTRL, hcntrl)
    [all...]
  /src/sys/dev/pci/
ahc_pci.c 913 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
1339 uint8_t hcntrl;
1354 * HCNTRL has no side effects and has
1359 hcntrl = ahc_inb(ahc, HCNTRL);
1360 if (hcntrl == 0xFF)
1370 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
ahd_pci.c 581 uint8_t hcntrl; local in function:ahd_pci_test_register_access
596 * HCNTRL has no side effects and has
601 hcntrl = ahd_inb(ahd, HCNTRL);
602 if (hcntrl == 0xFF)
613 hcntrl &= ~CHIPRST;
614 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 758 register HCNTRL {
aic7xxx_reg.h 656 ahc_print_register(NULL, 0, "HCNTRL", 0x87, regvalue, cur_col, wrap)
1509 #define HCNTRL 0x87
aic79xx.reg 254 register HCNTRL {
aic79xx_reg.h 61 ahd_print_register(NULL, 0, "HCNTRL", 0x05, regvalue, cur_col, wrap)
2419 #define HCNTRL 0x05

Completed in 72 milliseconds