Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c31 #define FMC2_PCR_TIMING_MASK 0xf macro
636 if (tims->tar > FMC2_PCR_TIMING_MASK) in stm32_fmc2_calc_timings()
637 tims->tar = FMC2_PCR_TIMING_MASK; 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()