Lines Matching full:pl050
2 * Arm PrimeCell PL050 Keyboard / Mouse Interface
12 * + sysbus MMIO region 0: MemoryRegion defining the PL050 registers
15 * + sysbus IRQ 0: PL050 output irq
22 #include "hw/input/pl050.h"
30 .name = "pl050",
154 PL050State *s = PL050(dev); in pl050_realize()
164 PL050State *ps = PL050(dev); in pl050_kbd_realize()
177 PL050State *ps = PL050(obj); in pl050_kbd_init()
187 PL050State *ps = PL050(dev); in pl050_mouse_realize()
200 PL050State *ps = PL050(obj); in pl050_mouse_init()
242 PL050State *s = PL050(obj); in pl050_init()
245 memory_region_init_io(&s->iomem, obj, &pl050_ops, s, "pl050", 0x1000); in pl050_init()