Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Dahc_isa.c162 hcntrl = bus_space_read_1(tag, bsh, HCNTRL) & IRQMS; in ahc_isa_probe()
163 bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE); in ahc_isa_probe()
164 while ((bus_space_read_1(tag, bsh, HCNTRL) & PAUSE) == 0) in ahc_isa_probe()
H A Daic7xxx_inline.h76 return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0); in ahc_is_paused()
89 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause()
115 ahc_outb(ahc, HCNTRL, ahc->unpause); in ahc_unpause()
H A Daic79xx_inline.h179 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0); in ahd_is_paused()
192 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause()
227 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_unpause()
H A Daic79xx_pci.c474 * HCNTRL has no side effects and has in ahd_pci_test_register_access()
479 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access()
492 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
H A Daic7xxx_pci.c861 if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) { in ahc_pci_config()
1266 * HCNTRL has no side effects and has in ahc_pci_test_register_access()
1271 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access()
1294 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
H A Daic7xxx_reg.h1500 #define HCNTRL 0x87 macro
H A Daic79xx.c2656 ahd_outb(ahd, HCNTRL, ahd->unpause); in ahd_clear_critical_section()
5464 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause); in ahd_reset()
5475 } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK)); in ahd_reset()
5482 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_reset()
7030 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable()
7039 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
H A Daic7xxx.reg756 register HCNTRL {
H A Daic79xx_reg.h2453 #define HCNTRL 0x05 macro
H A Daic79xx.reg243 register HCNTRL {