Home
last modified time | relevance | path

Searched refs:tclr (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/timer/
H A Domap-timer.c37 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 Dstm32_fmc2_nand.c137 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 Dcpu.h27 u32 tclr; /* 0x24 rw */ member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dtimer.c42 &timer_base->tclr); in timer_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h33 u32 tclr; /* 0x38 rw */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/
H A Dcpu.h419 unsigned int tclr; /* offset 0x38 */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h274 u32 tclr; /* 0x24 rw */ member
/rk3399_rockchip-uboot/board/BuR/common/
H A Dcommon.c104 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dclock.c57 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()