Searched refs:hcntrl (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/aic7xxx/ |
| H A D | ahc_isa.c | 133 u_int hcntrl; in ahc_isa_probe() local 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()
|
| H A D | aic79xx_pci.c | 459 uint8_t hcntrl; in ahd_pci_test_register_access() 479 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access() 480 if (hcntrl == 0xFF) in ahd_pci_test_register_access() 491 hcntrl &= ~CHIPRST; in ahd_pci_test_register_access() 492 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access() 465 uint8_t hcntrl; ahd_pci_test_register_access() local
|
| H A D | aic7xxx_pci.c | 1251 uint8_t hcntrl; 1271 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access() 1273 if (hcntrl == 0xFF) in ahc_pci_test_register_access() 1276 if ((hcntrl & CHIPRST) != 0) { in ahc_pci_test_register_access() 1293 hcntrl &= ~CHIPRST; in ahc_pci_test_register_access() 1294 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access() 1258 uint8_t hcntrl; ahc_pci_test_register_access() local
|
| H A D | aic7xxx.c | 5119 u_int hcntrl; in ahc_intr_enable() local 5121 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable() 5122 hcntrl &= ~INTEN; in ahc_intr_enable() 5126 hcntrl |= INTEN; in ahc_intr_enable() 5130 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
|
| H A D | aic79xx.c | 7028 u_int hcntrl; in ahd_intr_enable() local 7030 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable() 7031 hcntrl &= ~INTEN; in ahd_intr_enable() 7035 hcntrl |= INTEN; in ahd_intr_enable() 7039 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
|