Home
last modified time | relevance | path

Searched refs:hcntrl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_pci.c420 uint8_t hcntrl; in ahd_pci_test_register_access() local
440 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access()
441 if (hcntrl == 0xFF) in ahd_pci_test_register_access()
452 hcntrl &= ~CHIPRST; in ahd_pci_test_register_access()
453 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
Daic7xxx_pci.c1169 uint8_t hcntrl; in ahc_pci_test_register_access() local
1189 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access()
1191 if (hcntrl == 0xFF) in ahc_pci_test_register_access()
1194 if ((hcntrl & CHIPRST) != 0) { in ahc_pci_test_register_access()
1211 hcntrl &= ~CHIPRST; in ahc_pci_test_register_access()
1212 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
Daic7xxx_core.c5560 u_int hcntrl; in ahc_intr_enable() local
5562 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable()
5563 hcntrl &= ~INTEN; in ahc_intr_enable()
5567 hcntrl |= INTEN; in ahc_intr_enable()
5571 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
Daic79xx_core.c7807 u_int hcntrl; in ahd_intr_enable() local
7809 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable()
7810 hcntrl &= ~INTEN; in ahd_intr_enable()
7814 hcntrl |= INTEN; in ahd_intr_enable()
7818 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()