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

  /device/google/contexthub/firmware/os/platform/stm32/
rtc.c 37 volatile uint32_t ISR; /* 0x0C */
120 RTC->ISR |= RTC_ISR_INIT;
124 while ((RTC->ISR & RTC_ISR_INITF) == 0);
145 RTC->ISR &= ~RTC_ISR_INIT;
222 while ((RTC->ISR & RTC_ISR_WUTWF) == 0);
240 RTC->ISR &= ~RTC_ISR_WUTF;
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0.h 251 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
264 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
core_cm0plus.h 262 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
275 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
core_sc000.h 257 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
270 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
core_cm3.h 258 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
271 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
core_cm4.h 305 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
318 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
core_sc300.h 258 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
271 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
core_cm7.h 320 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
333 uint32_t ISR:9; /*!< bit: 0.. 8 Exception number */
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.h 586 * Bits in the ISR register
1051 volatile u32 ISR; /* 0x24 */
    [all...]
ns83820.c 267 #define ISR 0x10
648 u32 isr = readl(ns->base + ISR); local
649 if(ISR_PHY & isr)
651 if(( ISR_RXIDLE | ISR_RXDESC | ISR_RXERR) & isr)
717 u32 isr = readl(ns->base + ISR); local
718 if (ISR_TXIDLE & isr)
mtd80x.c 112 ISR = 0x34, /* interrupt status */
455 outl(FBE | TUNF | CNTOVF | RBU | TI | RI, mtdx.ioaddr + ISR);
  /toolchain/binutils/binutils-2.25/opcodes/
i370-opc.c 448 #define ISR I370_OPCODE_ESA390_SR
450 #define I390 IBF | IBS | ICK | ICM | IIR | IFX | IHX | IMI | IPC | IPL | IQR | IRP | ISA | ISG | ISR | ITR | I370_OPCODE_ESA390
560 { "clst", 4, {{RRE(0xb25d,0,0), 0}}, {{RRE_MASK, 0}}, ISR, {RRE_R1, RRE_R2} },
623 { "mvst", 4, {{RRE(0xb255,0,0), 0}}, {{RRE_MASK, 0}}, ISR, {RRE_R1, RRE_R2} },
641 { "srst", 4, {{RRE(0xb25e,0,0), 0}}, {{RRE_MASK, 0}}, ISR, {RRE_R1, RRE_R2} },
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 331 ~c309=ISR # Israel
rel.conf 337 ~c200,~c309=ISR # Israel
  /external/boringssl/mac-x86_64/crypto/aes/
bsaes-x86_64.S     [all...]
  /external/boringssl/win-x86_64/crypto/aes/
bsaes-x86_64.asm     [all...]

Completed in 1248 milliseconds