Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Domap-timer.c34 unsigned int tclr; /* offset 0x38 */ member
72 TCLR_START, &priv->regs->tclr); in omap_timer_probe()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsmc_nand.c106 u8 tclr; member
266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
268 tclr = (tims->tclr & FSMC_TCLR_MASK) << FSMC_TCLR_SHIFT; in fsmc_nand_setup()
278 writel_relaxed(value | tclr | tar, host->regs_va + FSMC_PC); in fsmc_nand_setup()
297 tims->tclr = DIV_ROUND_UP(sdrt->tCLR_min / 1000, hclkn) - 1; in fsmc_calc_timings()
298 if (tims->tclr > FSMC_TCLR_MASK) in fsmc_calc_timings()
299 tims->tclr = FSMC_TCLR_MASK; in fsmc_calc_timings()
H A Dstm32_fmc2_nand.c223 u8 tclr; member
291 FIELD_PREP(FMC2_PCR_TCLR, timings->tclr) | in stm32_fmc2_nfc_timings_init()
1403 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local
1410 tclr = max_t(unsigned long, hclkp, sdrt->tCLR_min); in stm32_fmc2_nfc_calc_timings()
1411 timing = DIV_ROUND_UP(tclr, hclkp) - 1; in stm32_fmc2_nfc_calc_timings()
1412 tims->tclr = min_t(unsigned long, timing, FMC2_PCR_TIMING_MASK); in stm32_fmc2_nfc_calc_timings()
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/
H A Dcpu.h26 u32 tclr; /* 0x24 rw */ member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dtimer.c42 &timer_base->tclr); in timer_init()
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h32 u32 tclr; /* 0x38 rw */ member
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm.c102 u32 tclr; member
310 dmtimer_write(timer, OMAP_TIMER_CTRL_REG, timer->context.tclr); in omap_timer_restore_context()
317 timer->context.tclr = dmtimer_read(timer, OMAP_TIMER_CTRL_REG); in omap_timer_save_context()
/openbmc/u-boot/board/BuR/common/
H A Dcommon.c79 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dcpu.h432 unsigned int tclr; /* offset 0x38 */ member
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h273 u32 tclr; /* 0x24 rw */ member
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c56 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()