Searched refs:hcntrl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/dev/aic7xxx/ |
| HD | ahc_isa.c | 134 u_int hcntrl; in ahc_isa_probe() local 163 hcntrl = bus_space_read_1(tag, bsh, HCNTRL) & IRQMS; in ahc_isa_probe() 164 bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE); in ahc_isa_probe()
|
| HD | aic79xx_pci.c | 465 uint8_t hcntrl; in ahd_pci_test_register_access() local 485 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access() 486 if (hcntrl == 0xFF) in ahd_pci_test_register_access() 497 hcntrl &= ~CHIPRST; in ahd_pci_test_register_access() 498 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
|
| HD | aic7xxx_pci.c | 1258 uint8_t hcntrl; in ahc_pci_test_register_access() local 1278 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access() 1280 if (hcntrl == 0xFF) in ahc_pci_test_register_access() 1283 if ((hcntrl & CHIPRST) != 0) { in ahc_pci_test_register_access() 1300 hcntrl &= ~CHIPRST; in ahc_pci_test_register_access() 1301 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
|
| HD | aic7xxx.c | 5135 u_int hcntrl; in ahc_intr_enable() local 5137 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable() 5138 hcntrl &= ~INTEN; in ahc_intr_enable() 5142 hcntrl |= INTEN; in ahc_intr_enable() 5146 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
|
| HD | aic79xx.c | 7044 u_int hcntrl; in ahd_intr_enable() local 7046 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable() 7047 hcntrl &= ~INTEN; in ahd_intr_enable() 7051 hcntrl |= INTEN; in ahd_intr_enable() 7055 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
|