Lines Matching full:pl110
2 * Arm PrimeCell PL110 Color LCD Controller
45 /* The Versatile/PB uses a slightly modified PL110 controller. */
53 #define TYPE_PL110 "pl110"
54 OBJECT_DECLARE_SIMPLE_TYPE(PL110State, PL110)
85 .name = "pl110",
121 * itself has the same ID values as a stock PL110, and guests (in
233 /* The PL110's native 16 bit mode is 5551; however in pl110_update_display()
234 * most boards with a PL110 implement an external in pl110_update_display()
545 PL110State *s = PL110(dev); in pl110_realize()
553 memory_region_init_io(&s->iomem, OBJECT(s), &pl110_ops, s, "pl110", 0x1000); in pl110_realize()
564 PL110State *s = PL110(obj); in pl110_init()
571 PL110State *s = PL110(obj); in pl110_versatile_init()
578 PL110State *s = PL110(obj); in pl111_init()