HomeSort by relevance Sort by last modified time
    Searched refs:intmask (Results 1 - 11 of 11) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 70 uint16 intmask; /* Current active interrupts */ member in struct:sdioh_info
bcmsdspi.h 71 uint32 intmask; /* Current active interrupts */ member in struct:sdioh_info
bcmspibrcm.h 62 uint32 intmask; /* Current active interrupts */ member in struct:sdioh_info
bcmsdstd.h 105 uint16 intmask; /* Current active interrupts */ member in struct:sdioh_info
sbsdpcmdev.h 86 uint32 intmask; /* IntSbMask, 0x028, rev8 */ member in struct:__anon9603
sbchipc.h 58 uint32 intmask; member in struct:__anon9590
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c 190 SPIPCI_WREG(osh, &regs->spih_int_mask, 0x00000000); /* Clear Intmask */
410 sd->intmask &= ~SPIH_DEV_INTR;
411 SPIPCI_WREG(osh, &regs->spih_int_mask, sd->intmask); /* Clear Intmask */
430 sd->intmask |= SPIH_DEV_INTR;
431 /* Set device intr in Intmask */
432 SPIPCI_WREG(osh, &regs->spih_int_mask, sd->intmask);
451 cur_int = raw_int & sd->intmask;
485 sd->intmask &= ~SPIH_WFIFO_INTR;
486 SPIPCI_WREG(osh, &regs->spih_int_mask, sd->intmask);
    [all...]
bcmsdh_sdmmc.c 529 si->intmask |= CLIENT_INTR;
531 si->intmask &= ~CLIENT_INTR;
1100 sd->intmask &= ~CLIENT_INTR;
1108 sd->intmask |= CLIENT_INTR;
    [all...]
bcmsdstd.c 537 si->intmask |= CLIENT_INTR;
539 si->intmask &= ~CLIENT_INTR;
    [all...]
  /external/grub/netboot/
epic100.c 65 static int intmask; variable
126 intmask = ioaddr + INTMASK; /* Interrupt Mask */
143 outl(INTR_DISABLE, intmask);
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c     [all...]

Completed in 29 milliseconds