Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c425 uint8_t hcntrl; in ahd_pci_test_register_access() local
445 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_pci_test_register_access()
446 if (hcntrl == 0xFF) in ahd_pci_test_register_access()
457 hcntrl &= ~CHIPRST; in ahd_pci_test_register_access()
458 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
Daic7xxx_pci.c1258 uint8_t hcntrl; in ahc_pci_test_register_access() local
1278 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_pci_test_register_access()
1279 if (hcntrl == 0xFF) in ahc_pci_test_register_access()
1290 hcntrl &= ~CHIPRST; in ahc_pci_test_register_access()
1291 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE); in ahc_pci_test_register_access()
Daic7xxx_core.c5083 u_int hcntrl; in ahc_intr_enable() local
5085 hcntrl = ahc_inb(ahc, HCNTRL); in ahc_intr_enable()
5086 hcntrl &= ~INTEN; in ahc_intr_enable()
5090 hcntrl |= INTEN; in ahc_intr_enable()
5094 ahc_outb(ahc, HCNTRL, hcntrl); in ahc_intr_enable()
Daic79xx_core.c6607 u_int hcntrl; in ahd_intr_enable() local
6609 hcntrl = ahd_inb(ahd, HCNTRL); in ahd_intr_enable()
6610 hcntrl &= ~INTEN; in ahd_intr_enable()
6614 hcntrl |= INTEN; in ahd_intr_enable()
6618 ahd_outb(ahd, HCNTRL, hcntrl); in ahd_intr_enable()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c9490 unsigned char hcntrl, hostconf; in aic7xxx_detect() local
10237 hcntrl = IRQMS; /* Level */ in aic7xxx_detect()
10239 hcntrl = 0; /* Edge */ in aic7xxx_detect()
10241 hcntrl = inb(base + HCNTRL) & IRQMS; /* Default */ in aic7xxx_detect()
10243 temp_p->unpause = hcntrl | INTEN; in aic7xxx_detect()
10244 temp_p->pause = hcntrl | PAUSE | INTEN; in aic7xxx_detect()
10250 aic_outb(temp_p, hcntrl | PAUSE, HCNTRL); in aic7xxx_detect()