Home
last modified time | relevance | path

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

/linux-5.10/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()
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-5.10/Documentation/devicetree/bindings/memory-controllers/
Dexynos-srom.yaml71 Tacp, Tcah, Tcoh, Tacc, Tcos, Tacs.
77 Tacc: Access cycle (0 - 31, the actual time is N + 1)
/linux-5.10/include/linux/soc/samsung/
Ds3c-cpufreq-core.h25 * @tacc: Time that nOE or nWE is asserted.
39 unsigned int tacc; member
/linux-5.10/drivers/mtd/nand/raw/
Dtango_nand.c523 u32 Trdy, Textw, Twc, Twpw, Tacc, Thold, Trpw, Textr; in tango_set_timings() local
537 Tacc = to_ticks(kHz, sdr->tREA_max); in tango_set_timings()
543 tchip->timing2 = TIMING(Tacc, Thold, Trpw, Textr); in tango_set_timings()