Searched refs:calc_timing (Results 1 – 1 of 1) sorted by relevance
/arch/arm/mach-s3c24xx/ |
D | iotiming-s3c2412.c | 79 static unsigned int calc_timing(unsigned int hwtm, unsigned int clk_tns, in calc_timing() function 101 bt->smbidcyr = calc_timing(bt->idcy, hclk, &err); in s3c2412_calc_bank() 102 bt->smbwstrd = calc_timing(bt->wstrd, hclk, &err); in s3c2412_calc_bank() 103 bt->smbwstwr = calc_timing(bt->wstwr, hclk, &err); in s3c2412_calc_bank() 104 bt->smbwstoen = calc_timing(bt->wstoen, hclk, &err); in s3c2412_calc_bank() 105 bt->smbwstwen = calc_timing(bt->wstwen, hclk, &err); in s3c2412_calc_bank() 106 bt->smbwstbrd = calc_timing(bt->wstbrd, hclk, &err); in s3c2412_calc_bank()
|