Searched refs:pl061_dev (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/vmapple/ |
H A D | vmapple.c | 320 DeviceState *pl061_dev; in create_gpio_devices() local 325 pl061_dev = qdev_new("pl061"); in create_gpio_devices() 327 qdev_prop_set_uint32(pl061_dev, "pullups", 0); in create_gpio_devices() 328 qdev_prop_set_uint32(pl061_dev, "pulldowns", 0xff); in create_gpio_devices() 329 s = SYS_BUS_DEVICE(pl061_dev); in create_gpio_devices() 334 qdev_get_gpio_in(pl061_dev, 3)); in create_gpio_devices()
|
/qemu/hw/arm/ |
H A D | virt.c | 1019 static void create_gpio_keys(char *fdt, DeviceState *pl061_dev, in create_gpio_keys() argument 1023 qdev_get_gpio_in(pl061_dev, in create_gpio_keys() 1041 static void create_secure_gpio_pwr(char *fdt, DeviceState *pl061_dev, in create_secure_gpio_pwr() argument 1050 qdev_connect_gpio_out(pl061_dev, SECURE_GPIO_RESET, in create_secure_gpio_pwr() 1052 qdev_connect_gpio_out(pl061_dev, SECURE_GPIO_POWEROFF, in create_secure_gpio_pwr() 1078 DeviceState *pl061_dev; in create_gpio_devices() local 1086 pl061_dev = qdev_new("pl061"); in create_gpio_devices() 1088 qdev_prop_set_uint32(pl061_dev, "pullups", 0); in create_gpio_devices() 1089 qdev_prop_set_uint32(pl061_dev, "pulldowns", 0xff); in create_gpio_devices() 1090 s = SYS_BUS_DEVICE(pl061_dev); in create_gpio_devices() [all …]
|
H A D | sbsa-ref.c | 569 DeviceState *pl061_dev; in create_gpio() local 573 pl061_dev = sysbus_create_simple("pl061", base, in create_gpio() 577 qdev_get_gpio_in(pl061_dev, 3)); in create_gpio()
|