Searched refs:tRHW (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dsunxi_nand.c97 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \
99 (((tWHR) & 0x3) << 4) | (((tRHW) & 0x3) << 6) | \
1396 s32 tWB, tADL, tWHR, tRHW, tCAD; local
1509 tRHW = sunxi_nand_lookup_timing(tRHW_lut, timings->tRHW_min,
1511 if (tRHW < 0) {
1512 dev_err(nfc->dev, "unsupported tRHW\n");
1513 return tRHW;
1526 sunxi_nand->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD);
H A Dmarvell_nand.c442 * @tRHW: ND_nRE high duration, read to write delay
457 unsigned int tRHW; member in struct:marvell_nfc_timings
2432 * tWHR and tRHW are supposed to be read to write delays (and vice
2438 nfc_tmg.tRHW = TO_CYCLES(max_t(int, sdr->tRHW_min, sdr->tCCS_min),
2480 NDTR1_TRHW(nfc_tmg.tRHW) |

Completed in 216 milliseconds