Searched full:tacc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/arm/mach-s3c/ |
D | iotiming-s3c2410.c | 42 printk(KERN_DEBUG "%s %d: Tacs=%d.%d, Tcos=%d.%d, Tacc=%d.%d, " in s3c2410_print_timing() 46 print_ns(bt->tacc), in s3c2410_print_timing() 139 * calc_tacc - calculate divisor control for tacc. 145 * Calculate the divisor control for tACC, taking into account whether 158 /* if nWait enabled on an bank, Tacc must be at-least 4 cycles. */ in calc_tacc() 226 /* tacc: 1,2,3,4,6,7,10,14 (>4 for nwait) */ in s3c2410_calc_bank() 239 ret |= calc_tacc(bt->tacc, bt->nwait_en, hclk, &res); in s3c2410_calc_bank() 260 * get_tacc - turn tACC value into cycle time 301 bt->tacc = get_tacc(hclk, bankcon >> S3C2410_BANKCON_Tacc_SHIFT); in s3c2410_iotiming_getbank() 319 unsigned int tacc; in s3c2410_iotiming_debugfs() local [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ |
D | exynos-srom.yaml | 73 Tacp, Tcah, Tcoh, Tacc, Tcos, Tacs. 79 Tacc: Access cycle (0 - 31, the actual time is N + 1)
|
/Linux-v6.1/include/linux/soc/samsung/ |
D | s3c-cpufreq-core.h | 25 * @tacc: Time that nOE or nWE is asserted. 39 unsigned int tacc; member
|