Searched refs:tADL (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/mtd/nand/ |
D | sunxi_nand.c | 104 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ argument 105 (((tWB) & 0x3) | (((tADL) & 0x3) << 2) | \ 1227 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nand_chip_set_timings() local 1297 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nand_chip_set_timings() 1298 if (tADL > 3) { in sunxi_nand_chip_set_timings() 1323 chip->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nand_chip_set_timings()
|