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

/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mipi_dsi.c134 u32 pctype, datatype, pixfmt, linelength, vmctr2; sh_mipi_setup() local
287 vmctr2 = 0; sh_mipi_setup()
289 vmctr2 |= 1 << 23; sh_mipi_setup()
291 vmctr2 |= 1 << 22; sh_mipi_setup()
293 vmctr2 |= 1 << 21; sh_mipi_setup()
295 vmctr2 |= 1 << 17; sh_mipi_setup()
297 vmctr2 |= 1 << 5; sh_mipi_setup()
299 vmctr2 |= 1 << 4; sh_mipi_setup()
301 vmctr2 |= 1 << 3; sh_mipi_setup()
302 iowrite32(vmctr2, mipi->linkbase + VMCTR2); sh_mipi_setup()

Completed in 39 milliseconds