Home
last modified time | relevance | path

Searched refs:tcr (Results 1 – 18 of 18) sorted by relevance

/arch/arm/include/asm/armv8/
A Dmmu.h113 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() argument
118 asm volatile("msr tcr_el1, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair()
122 asm volatile("msr tcr_el2, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair()
126 asm volatile("msr tcr_el3, %0" : : "r" (tcr) : "memory"); in set_ttbr_tcr_mair()
134 static inline void get_ttbr_tcr_mair(int el, u64 *table, u64 *tcr, u64 *attr) in get_ttbr_tcr_mair() argument
138 asm volatile("mrs %0, tcr_el1" : "=r" (*tcr)); in get_ttbr_tcr_mair()
142 asm volatile("mrs %0, tcr_el2" : "=r" (*tcr)); in get_ttbr_tcr_mair()
146 asm volatile("mrs %0, tcr_el3" : "=r" (*tcr)); in get_ttbr_tcr_mair()
179 void walk_pagetable(u64 ttbr, u64 tcr, pte_walker_cb_t cb, void *priv);
188 void dump_pagetable(u64 ttbr, u64 tcr);
/arch/arm/mach-lpc32xx/
A Dtimer.c28 writel(TIMER_TCR_COUNTER_RESET, &timer->tcr); in lpc32xx_timer_reset()
29 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_reset()
46 writel(TIMER_TCR_COUNTER_ENABLE, &timer->tcr); in lpc32xx_timer_count()
48 writel(TIMER_TCR_COUNTER_DISABLE, &timer->tcr); in lpc32xx_timer_count()
/arch/arm/mach-davinci/
A Dreset.c24 writel(readl(&wdttimer->tcr) | 0x40, &wdttimer->tcr); in reset_cpu()
A Dtimer.c44 writel(0x0, &timer->tcr); in timer_init()
49 writel(2 << 22, &timer->tcr); in timer_init()
/arch/m68k/include/asm/
A Dtimer.h25 u16 tcr; /* 0x08 Capture register */ member
37 u32 tcr; /* 0x08 Capture register */
A Dfec.h131 u32 tcr; /* 0x144 */ member
160 u32 tcr;
/arch/arm/cpu/armv8/
A Dcache_v8.c66 u64 tcr; in get_tcr() local
95 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr()
97 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr()
99 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr()
104 tcr |= TCR_T0SZ(va_bits); in get_tcr()
111 return tcr; in get_tcr()
469 u64 va_bits = 64 - (tcr & (BIT(6) - 1)); in __pagetable_walk()
526 __pagetable_walk(_addr, tcr, level + 1, cb, priv); in __pagetable_walk()
677 __pagetable_walk(ttbr, tcr, 0, cb, priv); in walk_pagetable()
680 void dump_pagetable(u64 ttbr, u64 tcr) in dump_pagetable() argument
[all …]
/arch/arm/mach-at91/include/mach/
A Dat91_pdc.h13 u32 tcr; /* 0x10C Transmit Counter Register */ member
A Dat91_emac.h16 u32 tcr; member
A Dat91_matrix.h52 u32 tcr; member
/arch/arm/mach-davinci/include/mach/
A Dtimer_defs.h18 u_int32_t tcr; member
/arch/arm/include/asm/arch-lpc32xx/
A Dtimer.h14 u32 tcr; /* Timer Control Register */ member
/arch/m68k/include/asm/coldfire/
A Ddspi.h16 u32 tcr; /* 0x08 */ member
A Dssi.h20 u32 tcr; member
/arch/arm/include/asm/arch-imx8ulp/
A Dimx-regs.h84 u32 tcr; member
/arch/arm/mach-imx/imx8ulp/upower/
A Dupower_api.c78 writel(1 << (size - 1), &mu->tcr); in upwr_tx()
343 writel(0, &mu->tcr); in upwr_init()
/arch/arm/include/asm/arch-imx9/
A Dimx-regs.h87 u32 tcr; member
/arch/powerpc/include/asm/
A Dimmap_85xx.h692 u32 tcr; /* Timer Control */ member

Completed in 50 milliseconds