Searched refs:HCNTRL (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | ahc_isa.c | 162 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 D | aic7xxx_inline.h | 76 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 D | aic79xx_inline.h | 179 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 D | aic79xx_pci.c | 474 * 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 D | aic7xxx_pci.c | 861 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 D | aic7xxx_reg.h | 1500 #define HCNTRL 0x87 macro
|
H A D | aic79xx.c | 2656 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 D | aic7xxx.reg | 756 register HCNTRL {
|
H A D | aic79xx_reg.h | 2453 #define HCNTRL 0x05 macro
|
H A D | aic79xx.reg | 243 register HCNTRL {
|