Searched refs:tADL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | sunxi_nand.c | 97 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ argument 98 (((tWB) & 0x3) | (((tADL) & 0x3) << 2) | \ 1386 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nfc_setup_data_interface() local 1487 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nfc_setup_data_interface() 1488 if (tADL > 3) { in sunxi_nfc_setup_data_interface() 1516 sunxi_nand->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nfc_setup_data_interface()
|
| D | marvell_nand.c | 436 unsigned int tADL; member 2340 nfc_tmg.tADL = TO_CYCLES(sdr->tADL_min, period_ns); in marvell_nfc_setup_data_interface() 2397 NDTR0_TADL(nfc_tmg.tADL); in marvell_nfc_setup_data_interface()
|