Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Domap_lcdc.c42 uint32_t subpanel; member
298 if (omap_lcd->subpanel & (1 << 31)) { in omap_update_display()
299 if (omap_lcd->subpanel & (1 << 29)) in omap_update_display()
300 first = (omap_lcd->subpanel >> 16) & 0x3ff; in omap_update_display()
302 height = (omap_lcd->subpanel >> 16) & 0x3ff; in omap_update_display()
402 return s->subpanel; in omap_lcdc_read()
447 s->subpanel = value & 0xa1ffffff; in omap_lcdc_write()
474 s->subpanel = 0; in omap_lcdc_reset()
479 s->subpanel = 0; in omap_lcdc_reset()