Searched refs:tADL (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 105 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ argument 106 (((tWB) & 0x3) | (((tADL) & 0x3) << 2) | \ 1228 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nand_chip_set_timings() local 1298 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nand_chip_set_timings() 1299 if (tADL > 3) { in sunxi_nand_chip_set_timings() 1324 chip->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nand_chip_set_timings()
|