Searched refs:hcntrl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_pci.c | 420 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()
|
H A D | aic7xxx_pci.c | 1169 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()
|
H A D | aic7xxx_core.c | 5532 u_int hcntrl; in ahc_intr_enable() local 5534 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable() 5535 hcntrl &= ~INTEN; in ahc_intr_enable() 5539 hcntrl |= INTEN; in ahc_intr_enable() 5543 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
|
H A D | aic79xx_core.c | 7767 u_int hcntrl; in ahd_intr_enable() local 7769 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable() 7770 hcntrl &= ~INTEN; in ahd_intr_enable() 7774 hcntrl |= INTEN; in ahd_intr_enable() 7778 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_pci.c | 418 uint8_t hcntrl; in ahd_pci_test_register_access() local 438 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access() 439 if (hcntrl == 0xFF) in ahd_pci_test_register_access() 450 hcntrl &= ~CHIPRST; in ahd_pci_test_register_access() 451 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
|
H A D | aic7xxx_pci.c | 1169 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()
|
H A D | aic7xxx_core.c | 5531 u_int hcntrl; in ahc_intr_enable() local 5533 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable() 5534 hcntrl &= ~INTEN; in ahc_intr_enable() 5538 hcntrl |= INTEN; in ahc_intr_enable() 5542 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
|
H A D | aic79xx_core.c | 7766 u_int hcntrl; in ahd_intr_enable() local 7768 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable() 7769 hcntrl &= ~INTEN; in ahd_intr_enable() 7773 hcntrl |= INTEN; in ahd_intr_enable() 7777 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
|
Completed in 45 milliseconds