Home
last modified time | relevance | path

Searched refs:HCNTRL (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
Dahc_isa.c166 hcntrl = bus_space_read_1(tag, bsh, HCNTRL) & IRQMS; in ahc_isa_probe()
167 bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE); in ahc_isa_probe()
168 while ((bus_space_read_1(tag, bsh, HCNTRL) & PAUSE) == 0) in ahc_isa_probe()
Daic7xxx_inline.h78 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0); in ahc_is_paused()
91 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause()
117 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
Daic79xx_inline.h181 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused()
194 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause()
229 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
Daic79xx_pci.c486 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access()
499 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
Daic7xxx_pci.c871 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) { in ahc_pci_config()
1283 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access()
1306 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
Daic7xxx.c1504 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_clear_critical_section()
3962 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()
4176 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause); in ahc_reset()
4187 } while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK)); in ahc_reset()
4193 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_reset()
5166 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable()
5175 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
Daic7xxx_reg.h1503 #define HCNTRL 0x87 macro
Daic79xx.c2683 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section()
5534 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause); in ahd_reset()
5545 } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK)); in ahd_reset()
5552 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_reset()
7092 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable()
7101 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
Daic7xxx.reg758 register HCNTRL {
Daic79xx_reg.h2456 #define HCNTRL 0x05 macro
Daic79xx.reg245 register HCNTRL {