Home
last modified time | relevance | path

Searched refs:tPROG (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt7 for program operation, i.e., tPROG 300us to 340us (randomizer enabled).
/linux/include/linux/mtd/
H A Donfi.h167 * @tPROG: Page program time
179 u16 tPROG; member
/linux/drivers/mtd/nand/raw/
H A Dnand_timings.c16 * For non-ONFI chips we use the highest possible value for tPROG and tBERS.
665 * tPROG, tBERS, tR and tCCS. in onfi_fill_sdr_interface_config()
672 timings->tPROG_max = 1000000ULL * onfi->tPROG; in onfi_fill_sdr_interface_config()
701 * tPROG, tBERS, tR, tCCS and tCAD. in onfi_fill_nvddr_interface_config()
708 timings->tPROG_max = 1000000ULL * onfi->tPROG; in onfi_fill_nvddr_interface_config()
H A Dnand_onfi.c316 onfi->tPROG = le16_to_cpu(p->t_prog); in nand_onfi_detect()