Searched refs:tAR_min (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_timings.c | 26 .tAR_min = 25000, 68 .tAR_min = 10000, 110 .tAR_min = 10000, 152 .tAR_min = 10000, 194 .tAR_min = 10000, 236 .tAR_min = 10000,
|
A D | pxa3xx_nand.c | 487 u32 tAR_min = DIV_ROUND_UP(t->tAR_min, 1000); in pxa3xx_nand_set_sdr_timing() local 502 NDTR1_tAR(ns2cycle(tAR_min, nand_clk)); in pxa3xx_nand_set_sdr_timing()
|
A D | stm32_fmc2_nand.c | 606 tar = max_t(unsigned long, hclkp, sdrt->tAR_min); in stm32_fmc2_nfc_calc_timings()
|
/u-boot/include/linux/mtd/ |
A D | rawnand.h | 720 u32 tAR_min; member
|
Completed in 13 milliseconds