Lines Matching full:tacc
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
329 tacc = get_tacc(hclk, bankcon >> S3C2410_BANKCON_Tacc_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()
335 print_ns(bt->tacc), 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()
343 print_ns(tacc), in s3c2410_iotiming_debugfs()