Searched refs:tclr (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | omap-timer.c | 37 unsigned int tclr; /* offset 0x38 */ member 73 TCLR_START, &priv->regs->tclr); in omap_timer_probe()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 137 u8 tclr; member 189 pcr |= FMC2_PCR_TCLR(timings->tclr); in stm32_fmc2_timings_init() 630 int tar, tclr, thiz, twait, tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local 639 tclr = hclkp; in stm32_fmc2_calc_timings() 640 if (tclr < sdrt->tCLR_min) in stm32_fmc2_calc_timings() 641 tclr = sdrt->tCLR_min; in stm32_fmc2_calc_timings() 642 tims->tclr = DIV_ROUND_UP(tclr, hclkp) - 1; in stm32_fmc2_calc_timings() 643 if (tims->tclr > FMC2_PCR_TIMING_MASK) in stm32_fmc2_calc_timings() 644 tims->tclr = FMC2_PCR_TIMING_MASK; in stm32_fmc2_calc_timings()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/ |
| H A D | cpu.h | 27 u32 tclr; /* 0x24 rw */ member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | timer.c | 42 &timer_base->tclr); in timer_init()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/ |
| H A D | cpu.h | 33 u32 tclr; /* 0x38 rw */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/ |
| H A D | cpu.h | 419 unsigned int tclr; /* offset 0x38 */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/ |
| H A D | cpu.h | 274 u32 tclr; /* 0x24 rw */ member
|
| /rk3399_rockchip-uboot/board/BuR/common/ |
| H A D | common.c | 104 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/ |
| H A D | clock.c | 57 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()
|