Searched refs:INTEN (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 267 #define INTEN 0x04 macro
|
D | aha152x.c | 974 SETPORT(DMACNTRL0, INTEN); 1374 SETPORT(DMACNTRL0, SWINT|INTEN); 1391 SETPORT(DMACNTRL0, INTEN); 1478 SETBITS(DMACNTRL0, INTEN); 1959 CLRBITS(DMACNTRL0, INTEN); 3111 SETBITS(DMACNTRL0, INTEN); 3336 if (s & INTEN) 3705 if (s & INTEN)
|
D | cpqfcTSinit.c | 125 …cpqfcHBAdata->fcChip.Registers.INTEN.address = cpqfcHBAdata->fcChip.Registers.ReMapMemBase + IINTE… in Cpqfc_initHBAdata() 1504 writeb(0, cpqfcHBA->fcChip.Registers.INTEN.address); in cpqfcTS_intr_handler() 1517 writeb(0x1F, cpqfcHBA->fcChip.Registers.INTEN.address); in cpqfcTS_intr_handler()
|
D | cpqfcTSstructs.h | 568 FCREGISTER INTEN; // copy of interrupt enable mask member
|
D | aic7xxx_old.c | 9785 temp_p->unpause = INTEN; in aic7xxx_detect() 10243 temp_p->unpause = hcntrl | INTEN; in aic7xxx_detect() 10244 temp_p->pause = hcntrl | PAUSE | INTEN; in aic7xxx_detect()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 385 #define INTEN 0x02 macro
|
D | aic7xxx.reg | 647 bit INTEN 0x02
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | hermes.h | 339 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
|
D | hermes.c | 151 hermes_write_regn(hw, INTEN, 0); in hermes_init()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 573 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
|
D | aic79xx_inline.h | 879 if ((ahd->pause & INTEN) == 0) { in ahd_intr()
|
D | aic7xxx_core.c | 5086 hcntrl &= ~INTEN; in ahc_intr_enable() 5087 ahc->pause &= ~INTEN; in ahc_intr_enable() 5088 ahc->unpause &= ~INTEN; in ahc_intr_enable() 5090 hcntrl |= INTEN; in ahc_intr_enable() 5091 ahc->pause |= INTEN; in ahc_intr_enable() 5092 ahc->unpause |= INTEN; in ahc_intr_enable()
|
D | aic79xx_core.c | 6610 hcntrl &= ~INTEN; in ahd_intr_enable() 6611 ahd->pause &= ~INTEN; in ahd_intr_enable() 6612 ahd->unpause &= ~INTEN; in ahd_intr_enable() 6614 hcntrl |= INTEN; in ahd_intr_enable() 6615 ahd->pause |= INTEN; in ahd_intr_enable() 6616 ahd->unpause |= INTEN; in ahd_intr_enable()
|
D | aic7xxx_reg.h | 1505 #define INTEN 0x02 macro
|
D | aic7xxx.reg | 765 field INTEN 0x02
|
D | aic79xx_reg.h | 2425 #define INTEN 0x02 macro
|
D | aic79xx.reg | 260 field INTEN 0x02
|