Home
last modified time | relevance | path

Searched full:tcos (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/arm/mach-s3c/
Diotiming-s3c2410.c42 printk(KERN_DEBUG "%s %d: Tacs=%d.%d, Tcos=%d.%d, Tacc=%d.%d, " in s3c2410_print_timing()
45 print_ns(bt->tcos), in s3c2410_print_timing()
227 /* tcos: 0,1,2,4 */ in s3c2410_calc_bank()
231 ret |= calc_0124(bt->tcos, hclk, &res, S3C2410_BANKCON_Tcos_SHIFT); in s3c2410_calc_bank()
299 bt->tcos = get_0124(hclk, bankcon >> S3C2410_BANKCON_Tcos_SHIFT); in s3c2410_iotiming_getbank()
318 unsigned int tcos; in s3c2410_iotiming_debugfs() local
327 tcos = get_0124(hclk, bankcon >> S3C2410_BANKCON_Tcos_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()
334 print_ns(bt->tcos), 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-v6.1/Documentation/devicetree/bindings/memory-controllers/
Dexynos-srom.yaml73 Tacp, Tcah, Tcoh, Tacc, Tcos, Tacs.
80 Tcos: Chip selection set-up before OEn (0 - 15)
/Linux-v6.1/include/linux/soc/samsung/
Ds3c-cpufreq-core.h24 * @tcos: Time from nCS asserted to nOE or nWE asserted.
38 unsigned int tcos; member