Searched refs:regHsync (Results 1 – 1 of 1) sorted by relevance
190 uint32_t regHsync; in LCDIF_DpiModeSetConfig() local211 regHsync = (((uint32_t)config->panelWidth + config->hfp) << LCDIF_HSYNC0_START_SHIFT) | in LCDIF_DpiModeSetConfig()217 regHsync |= LCDIF_HSYNC0_POLARITY_MASK; in LCDIF_DpiModeSetConfig()220 base->HSYNC0 = regHsync; in LCDIF_DpiModeSetConfig()