/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
D | timer.c | 26 writel(TIMER_TCR_COUNTER_RESET, &timer->tcr); in lpc32xx_timer_reset() 27 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_reset() 41 writel(TIMER_TCR_COUNTER_ENABLE, &timer->tcr); in lpc32xx_timer_count() 43 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_count()
|
/external/u-boot/arch/arm/include/asm/armv8/ |
D | mmu.h | 104 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() argument 109 asm volatile("msr tcr_el1, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair() 113 asm volatile("msr tcr_el2, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair() 117 asm volatile("msr tcr_el3, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair()
|
/external/u-boot/arch/arm/mach-davinci/ |
D | timer.c | 40 writel(0x0, &timer->tcr); in timer_init() 45 writel(2 << 22, &timer->tcr); in timer_init() 107 writel(0x0, &wdttimer->tcr); in davinci_hw_watchdog_enable() 113 writel(2 << 22, &wdttimer->tcr); in davinci_hw_watchdog_enable()
|
D | reset.c | 24 writel(readl(&wdttimer->tcr) | 0x40, &wdttimer->tcr); in reset_cpu()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 851 TryCastResult tcr = in CheckReinterpretCast() local 854 if (tcr != TC_Success && msg != 0) in CheckReinterpretCast() 870 } else if (tcr == TC_Success) { in CheckReinterpretCast() 915 TryCastResult tcr in CheckStaticCast() local 918 if (tcr != TC_Success && msg != 0) { in CheckStaticCast() 932 } else if (tcr == TC_Success) { in CheckStaticCast() 970 TryCastResult tcr; in TryStaticCast() local 975 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast() 977 if (tcr != TC_NotApplicable) in TryStaticCast() 978 return tcr; in TryStaticCast() [all …]
|
/external/u-boot/drivers/net/ |
D | fsl_mcdmafec.c | 121 printf("x_cntrl %x - %x\n", (int)&fecp->tcr, fecp->tcr); in dbg_fec_regs() 158 fecp->tcr = FEC_TCR_FDEN; in set_fec_duplex_speed() 163 fecp->tcr &= ~FEC_TCR_FDEN; in set_fec_duplex_speed() 263 fecp->tcr |= FEC_TCR_GTS; in fec_recv() 268 if (fecp->tcr & FEC_TCR_GTS) { in fec_recv() 271 fecp->tcr &= ~FEC_TCR_GTS; in fec_recv() 469 fecp->tcr |= FEC_TCR_GTS; in fec_halt()
|
D | mcffec.c | 91 fecp->tcr = FEC_TCR_FDEN; in setFecDuplexSpeed() 96 fecp->tcr &= ~FEC_TCR_FDEN; in setFecDuplexSpeed() 261 printf("x_cntrl %x - %x\n", (int)&fecp->tcr, fecp->tcr); in dbgFecRegs()
|
D | at91_emac.c | 401 writel(AT91_EMAC_TCR_LEN(length), &emac->tcr); in at91emac_send() 402 while (AT91_EMAC_TCR_LEN(readl(&emac->tcr))) in at91emac_send()
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | cache_v8.c | 41 u64 tcr; in get_tcr() local 70 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr() 72 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr() 74 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr() 78 tcr |= TCR_TG0_4K | TCR_SHARED_INNER | TCR_ORGN_WBWA | TCR_IRGN_WBWA; in get_tcr() 79 tcr |= TCR_T0SZ(va_bits); in get_tcr() 86 return tcr; in get_tcr()
|
/external/u-boot/arch/m68k/include/asm/ |
D | timer.h | 25 u16 tcr; /* 0x08 Capture register */ member 37 u32 tcr; /* 0x08 Capture register */
|
D | fec.h | 130 u32 tcr; /* 0x144 */ member 159 u32 tcr;
|
D | fsl_mcdmafec.h | 30 u32 tcr; /* 0x0C4 */ member
|
/external/libavc/common/ |
D | ih264_deblk_edge_filters.c | 1673 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4() local 1695 tcr = tcr0 + 1; in ih264_deblk_chroma_vert_bslt4() 1728 delta = CLIP3(-tcr, tcr, val); in ih264_deblk_chroma_vert_bslt4() 1798 WORD8 tcb, tcr; in ih264_deblk_chroma_horz_bslt4() local 1841 tcr = tcr0 + 1; in ih264_deblk_chroma_horz_bslt4() 1860 delta = CLIP3(-tcr, tcr, val); in ih264_deblk_chroma_horz_bslt4() 2024 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4_mbaff() local 2046 tcr = tcr0 + 1; in ih264_deblk_chroma_vert_bslt4_mbaff() 2078 delta = CLIP3(-tcr, tcr, val); in ih264_deblk_chroma_vert_bslt4_mbaff()
|
/external/u-boot/arch/arm/mach-at91/include/mach/ |
D | at91_pdc.h | 13 u32 tcr; /* 0x10C Transmit Counter Register */ member
|
D | at91_emac.h | 16 u32 tcr; member
|
D | at91_matrix.h | 52 u32 tcr; member
|
/external/u-boot/arch/arm/mach-davinci/include/mach/ |
D | timer_defs.h | 18 u_int32_t tcr; member
|
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
D | timer.h | 14 u32 tcr; /* Timer Control Register */ member
|
/external/u-boot/arch/m68k/include/asm/coldfire/ |
D | dspi.h | 16 u32 tcr; /* 0x08 */ member
|
D | ssi.h | 20 u32 tcr; member
|
/external/u-boot/include/ |
D | fsl_dspi.h | 18 u32 tcr; /* 0x08 */ member
|
/external/u-boot/drivers/usb/eth/ |
D | r8152.c | 56 unsigned short tcr; member 981 u16 tcr; in r8152b_get_version() local 985 tcr = (u16)(ocp_data & VERSION_MASK); in r8152b_get_version() 988 if (tcr == r8152_versions[i].tcr) { in r8152b_get_version() 997 debug("r8152 Unknown tcr version 0x%04x\n", tcr); in r8152b_get_version()
|
/external/u-boot/arch/powerpc/include/asm/ |
D | immap_86xx.h | 593 uint tcr; /* 0x41300 - Timer Control Register */ member
|
D | immap_85xx.h | 693 u32 tcr; /* Timer Control */ member
|
/external/u-boot/drivers/mmc/ |
D | fsl_esdhc.c | 82 uint tcr; /* Tuning control register */ member
|