Searched refs:tCAD (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 105 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ argument 108 (((tCAD) & 0x7) << 8)) 1228 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nand_chip_set_timings() local 1321 tCAD = 0x7; in sunxi_nand_chip_set_timings() 1324 chip->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nand_chip_set_timings()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 97 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ argument 100 (((tCAD) & 0x7) << 8)) 1386 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nfc_setup_interface() local 1513 tCAD = 0x7; in sunxi_nfc_setup_interface() 1516 sunxi_nand->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nfc_setup_interface()
|