Searched refs:ISR (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/MSP430/ |
D | fp.ll | 21 ; does not happen anymore. Note that the only reason an ISR is used here is that
|
/external/syslinux/gpxe/src/drivers/net/ |
D | via-velocity.h | 1051 volatile u32 ISR; /* 0x24 */ member 1215 #define mac_read_isr(regs) readl(&((regs)->ISR)) 1216 #define mac_write_isr(regs, x) writel((x),&((regs)->ISR)) 1217 #define mac_clear_isr(regs) writel(0xffffffffL,&((regs)->ISR))
|
D | ns83820.c | 267 #define ISR 0x10 macro 648 u32 isr = readl(ns->base + ISR); in ns83820_check_intr() 717 u32 isr = readl(ns->base + ISR); in ns83820_transmit()
|
D | mtd80x.c | 112 ISR = 0x34, /* interrupt status */ enumerator 455 outl(FBE | TUNF | CNTOVF | RBU | TI | RI, mtdx.ioaddr + ISR); in mtd_reset()
|
/external/syslinux/core/ |
D | pxe.inc | 155 ; UNDI ISR codes
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 4121 SDValue ISR = N->getOperand(0); in PeepholePPC64ZExt() local 4122 if (!ISR.isMachineOpcode() || in PeepholePPC64ZExt() 4123 ISR.getMachineOpcode() != TargetOpcode::INSERT_SUBREG) in PeepholePPC64ZExt() 4126 if (!ISR.hasOneUse()) in PeepholePPC64ZExt() 4129 if (ISR.getConstantOperandVal(2) != PPC::sub_32) in PeepholePPC64ZExt() 4132 SDValue IDef = ISR.getOperand(0); in PeepholePPC64ZExt() 4140 SDValue Op32 = ISR->getOperand(1); in PeepholePPC64ZExt() 4156 if (!ToPromote.count(UN) && UN != ISR.getNode()) { in PeepholePPC64ZExt() 4207 SDValue ReplOpOps[] = { ISR.getOperand(0), V, ISR.getOperand(2) }; in PeepholePPC64ZExt() 4210 ISR.getNode()->getVTList(), ReplOpOps); in PeepholePPC64ZExt()
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 35 other threads or an ISR is very limited! Only functions 45 called from multiple threads (not ISR!) with NO_SYS=0 52 an ISR (since only then, mem_free - for PBUF_RAM - may 53 be called from an ISR: otherwise, the HEAP is only
|
D | sys_arch.txt | 142 critical regions. An embedded system which supports ISR-based drivers might
|
/external/selinux/mcstrans/share/examples/nato/setrans.d/ |
D | eyes-only.conf | 331 ~c309=ISR # Israel
|
D | rel.conf | 337 ~c200,~c309=ISR # Israel
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 3252 ISR{
|
D | supplementalData.txt | 2402 "ISR",
|
/external/boringssl/mac-x86_64/crypto/aes/ |
D | bsaes-x86_64.S | 2452 L$ISR:
|
/external/boringssl/win-x86_64/crypto/aes/ |
D | bsaes-x86_64.asm | 2555 $L$ISR:
|