Home
last modified time | relevance | path

Searched full:tcoh (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/arm/mach-s3c/
Diotiming-s3c2410.c43 "Tcoh=%d.%d, Tcah=%d.%d\n", pfx, bank, in s3c2410_print_timing()
47 print_ns(bt->tcoh), in s3c2410_print_timing()
225 /* tcoh: 0,1,2,4 */ in s3c2410_calc_bank()
233 ret |= calc_0124(bt->tcoh, hclk, &res, S3C2410_BANKCON_Tcoh_SHIFT); in s3c2410_calc_bank()
298 bt->tcoh = get_0124(hclk, bankcon >> S3C2410_BANKCON_Tcoh_SHIFT); in s3c2410_iotiming_getbank()
320 unsigned int tcoh; in s3c2410_iotiming_debugfs() local
326 tcoh = get_0124(hclk, bankcon >> S3C2410_BANKCON_Tcoh_SHIFT); in s3c2410_iotiming_debugfs()
332 "\tRead: Tacs=%d.%d, Tcos=%d.%d, Tacc=%d.%d, Tcoh=%d.%d, Tcah=%d.%d\n", in s3c2410_iotiming_debugfs()
336 print_ns(bt->tcoh), in s3c2410_iotiming_debugfs()
340 "\t Set: Tacs=%d.%d, Tcos=%d.%d, Tacc=%d.%d, Tcoh=%d.%d, Tcah=%d.%d\n", in s3c2410_iotiming_debugfs()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/
Dexynos-srom.yaml71 Tacp, Tcah, Tcoh, Tacc, Tcos, Tacs.
76 Tcoh: Chip selection hold on OEn (0 - 15)
/Linux-v5.10/include/linux/soc/samsung/
Ds3c-cpufreq-core.h26 * @tcoh: Time nCS is held after nOE or nWE are released.
40 unsigned int tcoh; /* nCS hold after nOE/nWE */ member
/Linux-v5.10/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c1483 * tHOLD_ATT > tCOH in stm32_fmc2_nfc_calc_timings()