Searched refs:tADL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | sunxi_nand.c | 103 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ argument 104 (((tWB) & 0x3) | (((tADL) & 0x3) << 2) | \ 1486 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nfc_setup_data_interface() local 1573 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nfc_setup_data_interface() 1574 if (tADL > 3) { in sunxi_nfc_setup_data_interface() 1602 chip->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nfc_setup_data_interface()
|
D | marvell_nand.c | 366 unsigned int tADL; member 2228 nfc_tmg.tADL = TO_CYCLES(sdr->tADL_min, period_ns); in marvell_nfc_setup_data_interface() 2285 NDTR0_TADL(nfc_tmg.tADL); in marvell_nfc_setup_data_interface()
|