Home
last modified time | relevance | path

Searched refs:cycle2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/blackfin/mach-common/
Dpm.c263 u32 cycle, cycle2; in bfin_pm_end() local
273 : "=d,a" (cycle2), "=d,a" (cycle), "=d,a" (usec) : : "CC" in bfin_pm_end()
276 usec64 = ((u64)cycle2 << 32) + cycle; in bfin_pm_end()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Drfbi.c636 int cycle1 = 0, cycle2 = 0, cycle3 = 0; in rfbi_configure_bus() local
713 cycle2 = lines; in rfbi_configure_bus()
718 cycle2 = lines; in rfbi_configure_bus()
724 cycle2 = (lines / 2) | ((lines / 2) << 16); in rfbi_configure_bus()
749 rfbi_write_reg(RFBI_DATA_CYCLE2(rfbi_module), cycle2); in rfbi_configure_bus()
760 bpp, lines, cycle1, cycle2, cycle3); in rfbi_configure_bus()