Searched refs:intmask (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dmips33_core.h47 uint32 intmask; member in struct:__anon19500
H A Dmips74k_core.h41 uint32 intmask[6]; member in struct:__anon19501
H A Dpci_core.h41 uint32 intmask; /* Interrupt mask */ member in struct:sbpciregs
H A Di2s_core.h60 uint32 intmask; /* 0x024 R/W Default 0x0 */ member in struct:_i2sregs
H A Dsbmemc.h61 uint32 intmask; member in struct:sbmemcregs
H A Dsbhndarm.h81 /* intmask/intstatus bits */
175 /* intmask/intstatus bits */
261 uint32 intmask; /* 0x98 */ member in struct:__anon19548
281 uint32 intmask; /* 0x24 */ member in struct:__anon19549
H A Dsbsdpcmdev.h81 uint32 intmask; /* IntSbMask, 0x028, rev8 */ member in struct:__anon19567
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dirq.c335 uint32 *intmask; local
338 intmask = (uint32 *) &((mips74kregs_t *)regs)->intmask[5];
339 W_REG(NULL, intmask, 1 << 31);
341 intmask = (uint32 *) &((mips74kregs_t *)regs)->intmask[0];
342 shints = R_REG(NULL, intmask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_i2c.c222 u32 intstat, intmask; local
246 intmask = mmread(MANTIS_INT_MASK);
249 intmask = mmread(MANTIS_INT_MASK);
250 mmwrite((intmask & ~MANTIS_INT_I2CDONE), MANTIS_INT_MASK);
258 u32 intmask; local
261 intmask = mmread(MANTIS_INT_MASK);
262 mmwrite((intmask & ~MANTIS_INT_I2CDONE), MANTIS_INT_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci.c1372 static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask) argument
1374 BUG_ON(intmask == 0);
1379 mmc_hostname(host->mmc), (unsigned)intmask);
1384 if (intmask & SDHCI_INT_TIMEOUT)
1386 else if (intmask & (SDHCI_INT_CRC | SDHCI_INT_END_BIT |
1417 if (intmask & SDHCI_INT_RESPONSE)
1450 static void sdhci_data_irq(struct sdhci_host *host, u32 intmask) argument
1452 BUG_ON(intmask == 0);
1461 if (intmask & SDHCI_INT_DATA_END) {
1469 mmc_hostname(host->mmc), (unsigned)intmask);
1519 u32 intmask; local
[all...]
H A Dvia-sdmmc.c837 static void via_sdc_cmd_isr(struct via_crdr_mmc_host *host, u16 intmask) argument
839 BUG_ON(intmask == 0);
844 mmc_hostname(host->mmc), intmask);
848 if (intmask & VIA_CRDR_SDSTS_CRTO)
850 else if (intmask & VIA_CRDR_SDSTS_SC)
855 else if (intmask & VIA_CRDR_SDSTS_CRD)
859 static void via_sdc_data_isr(struct via_crdr_mmc_host *host, u16 intmask) argument
861 BUG_ON(intmask == 0);
863 if (intmask & VIA_CRDR_SDSTS_DT)
865 else if (intmask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arcnet/
H A Darcnet.c450 lp->intmask = NORXflag | RECONflag;
451 AINTMASK(lp->intmask);
662 lp->intmask |= TXFREEflag|EXCNAKflag;
663 AINTMASK(lp->intmask);
682 BUGMSG(D_DURING, "go_tx: status=%Xh, intmask=%Xh, next_tx=%d, cur_tx=%d\n",
683 ASTATUS(), lp->intmask, lp->next_tx, lp->cur_tx);
700 lp->intmask |= TXFREEflag|EXCNAKflag;
727 lp->intmask |= TXFREEflag|EXCNAKflag;
728 AINTMASK(lp->intmask);
733 BUGMSG(D_EXTRA, "tx timed out%s (status=%Xh, intmask
[all...]
H A Darc-rimi.c200 lp->hw.intmask = arcrimi_setmask;
H A Dcom20020.c174 lp->hw.intmask = com20020_setmask;
H A Dcom90io.c254 lp->hw.intmask = com90io_setmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dpi1.h50 volatile u8 intmask; /* enabled low, reset high*/ member in struct:pi1_regs
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndchipc.c57 uint intmask; /* int mask */ member in struct:__anon20335
64 /* chip common intmask */
320 cc_isr_desc[i].intmask = ccintmask;
327 cc_intmask = R_REG(si_osh(sih), &regs->intmask);
329 W_REG(si_osh(sih), &regs->intmask, cc_intmask);
360 (intstatus = (desc->intmask & ccintstatus))) {
H A Dhndmips.c104 if (R_REG(osh, &((mips74kregs_t *)regs)->intmask[irq]) &
156 W_REG(osh, &((mips74kregs_t *)regs)->intmask[irq], 0);
193 AND_REG(osh, &((mips74kregs_t *)regs)->intmask[0], ~(1 << flag));
196 OR_REG(osh, &((mips74kregs_t *)regs)->intmask[0], 1 << flag);
198 W_REG(osh, &((mips74kregs_t *)regs)->intmask[irq], 1 << flag);
1655 W_REG(osh, &mipsr->intmask, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Darcdevice.h245 intmask; /* current value of INTMASK register */ member in struct:arcnet_local
306 void (*intmask) (struct net_device * dev, int mask); member in struct:arcnet_local::__anon17202
324 #define AINTMASK(x) (lp->hw.intmask(dev, (x)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmddi.c186 static void mddi_wait_interrupt(struct mddi_info *mddi, uint32_t intmask);
305 uint32_t intmask, int timeout)
310 mddi->got_int &= ~intmask;
311 mddi->int_enable |= intmask;
314 return wait_event_timeout(mddi->int_wait, mddi->got_int & intmask,
318 static void mddi_wait_interrupt(struct mddi_info *mddi, uint32_t intmask) argument
320 if (mddi_wait_interrupt_timeout(mddi, intmask, HZ/10) == 0)
323 current->pid, intmask, mddi_readl(INT), mddi_readl(STAT),
304 mddi_wait_interrupt_timeout(struct mddi_info *mddi, uint32_t intmask, int timeout) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/
H A Dgpio.c248 unsigned int intmask[] = { IOPC_IOEINT0TM, IOPC_IOEINT1TM, IOPC_IOEINT2TM, IOPC_IOEINT3TM }; local
267 switch ((ctrl & intmask[i]) >> (4 * i)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dpcilynx.c724 u32 intmask; local
728 intmask = reg_read(lynx, PCI_INT_STATUS);
730 if (!(intmask & PCI_INT_INT_PEND))
733 PRINTD(KERN_DEBUG, lynx->id, "interrupt: 0x%08x / 0x%08x", intmask,
737 reg_write(lynx, PCI_INT_STATUS, intmask);
739 if (intmask & PCI_INT_1394) {
796 if (intmask & PCI_INT_DMA_HLT(CHANNEL_ISO_RCV)) {
821 if (intmask & PCI_INT_DMA_HLT(CHANNEL_ASYNC_SEND)) {
867 if (intmask & PCI_INT_DMA_HLT(CHANNEL_ISO_SEND)) {
909 if (intmask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_tis.c468 u32 vendor, intfcaps, intmask; local
534 intmask =
538 intmask |= TPM_INTF_CMD_READY_INT
542 iowrite32(intmask,
572 iowrite32(intmask | TPM_GLOBAL_INT_ENABLE,
580 iowrite32(intmask,
606 iowrite32(intmask | TPM_GLOBAL_INT_ENABLE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_pram.h59 unsigned short intmask; /* Channel's interrupt mask flags */ member in struct:quicc32_pram
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket.c516 IntMask = sGetChanIntID(cp) & info->intmask;
673 info->intmask = RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR;
777 info->intmask |= DELTA_CTS;
780 info->intmask &= ~DELTA_CTS;
784 info->intmask &= ~DELTA_CD;
791 info->intmask |= DELTA_CD;

Completed in 219 milliseconds

12