Searched refs:sysclk_ps (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Dusb-tusb6010.c46 static int tusb_set_async_mode(unsigned sysclk_ps) argument
50 unsigned t_acsnh_advnh = sysclk_ps + 3000;
72 static int tusb_set_sync_mode(unsigned sysclk_ps) argument
76 unsigned t_scsnh_advnh = sysclk_ps + 3000;
105 unsigned sysclk_ps; local
111 sysclk_ps = is_refclk ? refclk_psec : TUSB6010_OSCCLK_60;
113 status = tusb_set_async_mode(sysclk_ps);
118 status = tusb_set_sync_mode(sysclk_ps);

Completed in 99 milliseconds