Searched refs:tclr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | fsmc_nand.c | 97 u8 tclr; member 257 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local 259 tclr = (tims->tclr & FSMC_TCLR_MASK) << FSMC_TCLR_SHIFT; in fsmc_nand_setup() 269 writel_relaxed(value | tclr | tar, host->regs_va + FSMC_PC); in fsmc_nand_setup() 288 tims->tclr = DIV_ROUND_UP(sdrt->tCLR_min / 1000, hclkn) - 1; in fsmc_calc_timings() 289 if (tims->tclr > FSMC_TCLR_MASK) in fsmc_calc_timings() 290 tims->tclr = FSMC_TCLR_MASK; in fsmc_calc_timings()
|
D | stm32_fmc2_nand.c | 222 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()
|
/Linux-v5.10/include/clocksource/ |
D | timer-ti-dm.h | 80 u32 tclr; member
|
/Linux-v5.10/drivers/clocksource/ |
D | timer-ti-dm.c | 93 timer->context.tclr); in omap_timer_restore_context() 98 timer->context.tclr = in omap_timer_save_context()
|