Searched refs:tclr (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/timer/ |
H A D | omap-timer.c | 34 unsigned int tclr; /* offset 0x38 */ member 72 TCLR_START, &priv->regs->tclr); in omap_timer_probe()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | fsmc_nand.c | 106 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 D | stm32_fmc2_nand.c | 223 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 D | cpu.h | 26 u32 tclr; /* 0x24 rw */ member
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | timer.c | 42 &timer_base->tclr); in timer_init()
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | cpu.h | 32 u32 tclr; /* 0x38 rw */ member
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-ti-dm.c | 102 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 D | common.c | 79 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
|
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
H A D | cpu.h | 432 unsigned int tclr; /* offset 0x38 */ member
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | cpu.h | 273 u32 tclr; /* 0x24 rw */ member
|
/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | clock.c | 56 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()
|