Searched refs:i80ifcon (Results 1 – 2 of 2) sorted by relevance
187 u32 i80ifcon; member494 val = ctx->i80ifcon | I80IFEN_ENABLE; in fimd_commit()1211 ctx->i80ifcon = LCD_CS_SETUP(val); in fimd_probe()1214 ctx->i80ifcon |= LCD_WR_SETUP(val); in fimd_probe()1217 ctx->i80ifcon |= LCD_WR_ACTIVE(val); in fimd_probe()1220 ctx->i80ifcon |= LCD_WR_HOLD(val); in fimd_probe()
317 uint32_t i80ifcon[4]; /* I80 interface control registers */ member1577 s->i80ifcon[(offset - FIMD_I80IFCON_START) >> 2] = val; in exynos4210_fimd_write()1769 return s->i80ifcon[(offset - FIMD_I80IFCON_START) >> 2]; in exynos4210_fimd_read()1908 VMSTATE_UINT32_ARRAY(i80ifcon, Exynos4210fimdState, 4),