Searched refs:tRHW (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 97 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ 99 (((tWHR) & 0x3) << 4) | (((tRHW) & 0x3) << 6) | \ 1396 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nfc_setup_interface() local 1509 tRHW = sunxi_nand_lookup_timing(tRHW_lut, timings->tRHW_min, in sunxi_nfc_setup_interface() 1511 if (tRHW < 0) { in sunxi_nfc_setup_interface() 1512 dev_err(nfc->dev, "unsupported tRHW\n"); in sunxi_nfc_setup_interface() 1513 return tRHW; in sunxi_nfc_setup_interface() 1526 sunxi_nand->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nfc_setup_interface()
|
H A D | marvell_nand.c | 442 * @tRHW: ND_nRE high duration, read to write delay 457 unsigned int tRHW; member 2432 * tWHR and tRHW are supposed to be read to write delays (and vice in marvell_nfc_setup_interface() 2438 nfc_tmg.tRHW = TO_CYCLES(max_t(int, sdr->tRHW_min, sdr->tCCS_min), in marvell_nfc_setup_interface() 2480 NDTR1_TRHW(nfc_tmg.tRHW) | in marvell_nfc_setup_interface()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 97 #define NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD) \ 99 (((tWHR) & 0x3) << 4) | (((tRHW) & 0x3) << 6) | \ 1386 s32 tWB, tADL, tWHR, tRHW, tCAD; in sunxi_nfc_setup_interface() local 1499 tRHW = sunxi_nand_lookup_timing(tRHW_lut, timings->tRHW_min, in sunxi_nfc_setup_interface() 1501 if (tRHW < 0) { in sunxi_nfc_setup_interface() 1502 dev_err(nfc->dev, "unsupported tRHW\n"); in sunxi_nfc_setup_interface() 1503 return tRHW; in sunxi_nfc_setup_interface() 1516 sunxi_nand->timing_cfg = NFC_TIMING_CFG(tWB, tADL, tWHR, tRHW, tCAD); in sunxi_nfc_setup_interface()
|
H A D | marvell_nand.c | 434 * @tRHW: ND_nRE high duration, read to write delay 449 unsigned int tRHW; member 2415 * tWHR and tRHW are supposed to be read to write delays (and vice in marvell_nfc_setup_interface() 2421 nfc_tmg.tRHW = TO_CYCLES(max_t(int, sdr->tRHW_min, sdr->tCCS_min), in marvell_nfc_setup_interface() 2463 NDTR1_TRHW(nfc_tmg.tRHW) | in marvell_nfc_setup_interface()
|
Completed in 15 milliseconds