Searched refs:tclr (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/timer/ |
A D | omap-timer.c | 33 unsigned int tclr; /* offset 0x38 */ member 71 TCLR_START, &priv->regs->tclr); in omap_timer_probe()
|
/u-boot/arch/arm/mach-omap2/ |
A D | timer.c | 46 &timer_base->tclr); in timer_init()
|
/u-boot/arch/arm/include/asm/arch-omap4/ |
A D | cpu.h | 26 u32 tclr; /* 0x24 rw */ member
|
/u-boot/arch/arm/include/asm/arch-omap5/ |
A D | cpu.h | 32 u32 tclr; /* 0x38 rw */ member
|
/u-boot/drivers/mtd/nand/raw/ |
A D | stm32_fmc2_nand.c | 138 u8 tclr; member 189 FIELD_PREP(FMC2_PCR_TCLR, timings->tclr) | in stm32_fmc2_nfc_timings_init() 603 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local 610 tclr = max_t(unsigned long, hclkp, sdrt->tCLR_min); in stm32_fmc2_nfc_calc_timings() 611 timing = DIV_ROUND_UP(tclr, hclkp) - 1; in stm32_fmc2_nfc_calc_timings() 612 tims->tclr = min_t(unsigned long, timing, FMC2_PCR_TIMING_MASK); in stm32_fmc2_nfc_calc_timings()
|
/u-boot/board/BuR/common/ |
A D | common.c | 77 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
|
/u-boot/arch/arm/include/asm/arch-am33xx/ |
A D | cpu.h | 433 unsigned int tclr; /* offset 0x38 */ member
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | cpu.h | 273 u32 tclr; /* 0x24 rw */ member
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | clock.c | 55 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()
|
Completed in 23 milliseconds