Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c50 #define FMC2_PCR_TIMING_MASK 0xf macro
1402 tims->tar = min_t(unsigned long, timing, FMC2_PCR_TIMING_MASK); in stm32_fmc2_nfc_calc_timings()
1406 tims->tclr = min_t(unsigned long, timing, FMC2_PCR_TIMING_MASK); in stm32_fmc2_nfc_calc_timings()