Searched refs:INTEN (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dhermes.h111 * Event register bitmasks (INTEN, EVSTAT, EVACK)
325 hermes_write_regn(hw, INTEN, hw->inten);
331 hermes_write_regn(hw, INTEN, events);
H A Dhermes.c154 hermes_write_regn(hw, INTEN, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha152x.h267 #define INTEN 0x04 macro
H A DcpqfcTSinit.c178 cpqfcHBAdata->fcChip.Registers.INTEN.address =
1670 writeb( 0, cpqfcHBA->fcChip.Registers.INTEN.address);
1685 writeb( 0x1F, cpqfcHBA->fcChip.Registers.INTEN.address);
H A Daha152x.c986 SETPORT(DMACNTRL0, INTEN);
1386 SETPORT(DMACNTRL0, SWINT|INTEN);
1403 SETPORT(DMACNTRL0, INTEN);
1490 SETBITS(DMACNTRL0, INTEN);
1927 INTEN is restored by the BH handler */
1928 CLRBITS(DMACNTRL0, INTEN);
3034 SETBITS(DMACNTRL0, INTEN);
3259 if (s & INTEN)
3260 printk("INTEN ");
3628 if (s & INTEN)
[all...]
H A DcpqfcTSstructs.h578 FCREGISTER INTEN; // copy of interrupt enable mask member in struct:__anon2290
H A Daic7xxx_old.c9699 temp_p->unpause = INTEN;
10157 temp_p->unpause = hcntrl | INTEN;
10158 temp_p->pause = hcntrl | PAUSE | INTEN;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h443 #define INTEN 0x02 macro
H A Daic7xxx_core.c4763 hcntrl &= ~INTEN;
4764 ahc->pause &= ~INTEN;
4765 ahc->unpause &= ~INTEN;
4767 hcntrl |= INTEN;
4768 ahc->pause |= INTEN;
4769 ahc->unpause |= INTEN;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h385 #define INTEN 0x02 macro

Completed in 176 milliseconds