/external/qemu/hw/ |
smc91c111.c | 24 uint16_t tcr; member in struct:__anon9913 62 qemu_put_be16(f, s->tcr); 98 s->tcr = qemu_get_be16(f); 244 if ((s->tcr & TCR_TXEN) == 0) 262 if (len < 64 && (s->tcr & TCR_PAD_EN)) { 271 add_crc = (control & 0x10) || (s->tcr & TCR_NOCRC) == 0; 311 s->tcr = 0; 339 case 0: /* TCR */ 340 SET_LOW(tcr, value); 343 SET_HIGH(tcr, value) [all...] |
/external/clang/lib/Sema/ |
SemaCXXCast.cpp | 632 TryCastResult tcr = local 635 if (tcr != TC_Success && msg != 0) 649 } else if (tcr == TC_Success && Self.getLangOptions().ObjCAutoRefCount) { 697 TryCastResult tcr local 700 if (tcr != TC_Success && msg != 0) { 712 } else if (tcr == TC_Success) { 754 TryCastResult tcr; local 759 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, OpRange, 761 if (tcr != TC_NotApplicable) 762 return tcr; 1749 TryCastResult tcr = TryConstCast(*this, CastExpr, CastTy, \/*CStyle*\/true, local [all...] |
/external/grub/netboot/ |
smc9000.c | 83 _outw(TCR_CLEAR, ioaddr + TCR); 307 _outw(inw(smc9000_base + TCR ) | TCR_ENABLE, smc9000_base + TCR ); 378 _outb( TCR_CLEAR, smc9000_base + TCR ); 489 /* see the header file for options in TCR/RCR NORMAL*/ 490 _outw(TCR_NORMAL, smc9000_base + TCR);
|
smc9000.h | 63 #define TCR 0 /* transmit control register */ 71 /* the normal settings for the TCR register : */
|
via-rhine.c | 122 * Bits in the TCR register 1075 /* set TCR RCR threshold */
|
/bionic/libc/kernel/arch-sh/asm/ |
smc37c93x.h | 79 #define tcr iir macro
|
/external/kernel-headers/original/linux/ |
serial_reg.h | 102 #define UART_MCR_TCRTLR 0x40 /* Access TCR/TLR (TI16C752, EFR[4]=1) */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
serial_reg.h | 104 #define UART_MCR_TCRTLR 0x40 /* Access TCR/TLR (TI16C752, EFR[4]=1) */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/ |
libbfd.a | [all...] |