Searched refs:tWH (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/include/plat/
H A Dpxa3xx_nand.h10 unsigned int tWH; /* ND_nWE high duration */ member in struct:pxa3xx_nand_timing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dpxa3xx_nand.c210 .tWH = 20,
255 .tWH = 15,
311 .tWH = 15,
379 NDTR0_tWH(ns2cycle(t->tWH, nand_clk)) |
1008 t->tWH = cycle2ns(tWH_NDTR0(ndtr0), nand_clk);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnandcore.c49 uint8 tWH; member in struct:nandpart_timing_info
489 reg |= ((info->tWH + (ns - 1)) / ns) << NANDTIMING1_TWH_SHIFT;
495 tmp_val = (info->tALH > info->tWH) ? info->tALH : info->tWH;

Completed in 74 milliseconds