Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/video/fbdev/omap2/dss/
Drfbi.c637 int cycle1 = 0, cycle2 = 0, cycle3 = 0; in rfbi_configure_bus() local
714 cycle2 = lines; in rfbi_configure_bus()
719 cycle2 = lines; in rfbi_configure_bus()
725 cycle2 = (lines / 2) | ((lines / 2) << 16); in rfbi_configure_bus()
750 rfbi_write_reg(RFBI_DATA_CYCLE2(rfbi_module), cycle2); in rfbi_configure_bus()
761 bpp, lines, cycle1, cycle2, cycle3); in rfbi_configure_bus()