Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/timer/
H A Domap-timer.c37 unsigned int tclr; /* offset 0x38 */ member
73 TCLR_START, &priv->regs->tclr); in omap_timer_probe()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/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.c222 u8 tclr; member
289 FIELD_PREP(FMC2_PCR_TCLR, timings->tclr) | in stm32_fmc2_nfc_timings_init()
1397 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local
1404 tclr = max_t(unsigned long, hclkp, sdrt->tCLR_min); in stm32_fmc2_nfc_calc_timings()
1405 timing = DIV_ROUND_UP(tclr, hclkp) - 1; in stm32_fmc2_nfc_calc_timings()
1406 tims->tclr = min_t(unsigned long, timing, FMC2_PCR_TIMING_MASK); in stm32_fmc2_nfc_calc_timings()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/
H A Dcpu.h27 u32 tclr; /* 0x24 rw */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dtimer.c42 &timer_base->tclr); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h33 u32 tclr; /* 0x38 rw */ member
/OK3568_Linux_fs/kernel/include/clocksource/
H A Dtimer-ti-dm.h81 u32 tclr; member
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-ti-dm.c96 timer->context.tclr); in omap_timer_restore_context()
104 timer->context.tclr = in omap_timer_save_context()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dcpu.h419 unsigned int tclr; /* offset 0x38 */ member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h274 u32 tclr; /* 0x24 rw */ member
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c104 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c57 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()