extif_mem_div     719 drivers/video/fbdev/omap/hwa742.c static int calc_extif_timings(unsigned long sysclk, int *extif_mem_div)
extif_mem_div     732 drivers/video/fbdev/omap/hwa742.c 	*extif_mem_div = div;
extif_mem_div     928 drivers/video/fbdev/omap/hwa742.c 	int extif_mem_div;
extif_mem_div     950 drivers/video/fbdev/omap/hwa742.c 	if ((r = calc_extif_timings(ext_clk, &extif_mem_div)) < 0)
extif_mem_div     956 drivers/video/fbdev/omap/hwa742.c 	if ((r = calc_extif_timings(sys_clk, &extif_mem_div)) < 0)
extif_mem_div     975 drivers/video/fbdev/omap/hwa742.c 	if ((r = setup_tearsync(pix_clk, extif_mem_div)) < 0) {