Searched refs:tpoecs (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/mtd/nand/raw/ |
| D | mtk_nand.c | 102 #define ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt) \ argument 103 ((tpoecs) << 28 | (tprecs) << 22 | (tc2r) << 16 | \ 512 u32 rate, tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt; in mtk_nfc_setup_data_interface() local 528 tpoecs = max(timings->tALH_min, timings->tCLH_min) / 1000; in mtk_nfc_setup_data_interface() 529 tpoecs = DIV_ROUND_UP(tpoecs * rate, 1000000); in mtk_nfc_setup_data_interface() 530 tpoecs &= 0xf; in mtk_nfc_setup_data_interface() 569 trlt = ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt); in mtk_nfc_setup_data_interface()
|