Searched refs:hcntrl (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx_pci.c | 428 uint8_t hcntrl; ahd_pci_test_register_access() local 448 hcntrl = ahd_inb(ahd, HCNTRL); ahd_pci_test_register_access() 449 if (hcntrl == 0xFF) ahd_pci_test_register_access() 460 hcntrl &= ~CHIPRST; ahd_pci_test_register_access() 461 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); ahd_pci_test_register_access()
|
H A D | aic7xxx_pci.c | 1176 uint8_t hcntrl; ahc_pci_test_register_access() local 1196 hcntrl = ahc_inb(ahc, HCNTRL); ahc_pci_test_register_access() 1198 if (hcntrl == 0xFF) ahc_pci_test_register_access() 1201 if ((hcntrl & CHIPRST) != 0) { ahc_pci_test_register_access() 1218 hcntrl &= ~CHIPRST; ahc_pci_test_register_access() 1219 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); ahc_pci_test_register_access()
|
H A D | aic7xxx_core.c | 5593 u_int hcntrl; ahc_intr_enable() local 5595 hcntrl = ahc_inb(ahc, HCNTRL); ahc_intr_enable() 5596 hcntrl &= ~INTEN; ahc_intr_enable() 5600 hcntrl |= INTEN; ahc_intr_enable() 5604 ahc_outb(ahc, HCNTRL, hcntrl); ahc_intr_enable()
|
H A D | aic79xx_core.c | 7859 u_int hcntrl; ahd_intr_enable() local 7861 hcntrl = ahd_inb(ahd, HCNTRL); ahd_intr_enable() 7862 hcntrl &= ~INTEN; ahd_intr_enable() 7866 hcntrl |= INTEN; ahd_intr_enable() 7870 ahd_outb(ahd, HCNTRL, hcntrl); ahd_intr_enable()
|
Completed in 171 milliseconds