Searched refs:tWP_min (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 54 .tWP_min = 50000, 96 .tWP_min = 25000, 138 .tWP_min = 17000, 180 .tWP_min = 15000, 222 .tWP_min = 12000, 264 .tWP_min = 10000,
|
| H A D | stm32_fmc2_nand.c | 657 if (twait < sdrt->tWP_min) in stm32_fmc2_calc_timings() 658 twait = sdrt->tWP_min; in stm32_fmc2_calc_timings()
|
| H A D | pxa3xx_nand.c | 456 u32 tWP_min = DIV_ROUND_UP(t->tWC_min - t->tWH_min, 1000); in pxa3xx_nand_set_sdr_timing() local 470 NDTR0_tWP(ns2cycle(tWP_min, nand_clk)) | in pxa3xx_nand_set_sdr_timing()
|
| H A D | sunxi_nand.c | 1247 if (timings->tWP_min > min_clk_period) in sunxi_nand_chip_set_timings() 1248 min_clk_period = timings->tWP_min; in sunxi_nand_chip_set_timings()
|
| H A D | denali.c | 1042 rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), t_x); in denali_setup_data_interface()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 718 u32 tWP_min; member
|