Searched refs:pl061_dev (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/vmapple/ |
| H A D | vmapple.c | 322 DeviceState *pl061_dev; in create_gpio_devices() 327 pl061_dev = qdev_new("pl061"); in create_gpio_devices() 329 qdev_prop_set_uint8(pl061_dev, "pullups", 0); in create_gpio_devices() 330 qdev_prop_set_uint8(pl061_dev, "pulldowns", 0xff); in create_gpio_devices() 331 s = SYS_BUS_DEVICE(pl061_dev); in create_gpio_devices() 336 qdev_get_gpio_in(pl061_dev, 3)); 320 DeviceState *pl061_dev; create_gpio_devices() local
|
| /openbmc/qemu/hw/arm/ |
| H A D | virt.c | 1070 static void create_gpio_keys(char *fdt, DeviceState *pl061_dev, 1074 qdev_get_gpio_in(pl061_dev, in create_secure_gpio_pwr() 1092 static void create_secure_gpio_pwr(char *fdt, DeviceState *pl061_dev, in create_secure_gpio_pwr() 1101 qdev_connect_gpio_out(pl061_dev, SECURE_GPIO_RESET, in create_secure_gpio_pwr() 1103 qdev_connect_gpio_out(pl061_dev, SECURE_GPIO_POWEROFF, in create_secure_gpio_pwr() 1129 DeviceState *pl061_dev; in create_gpio_devices() 1137 pl061_dev = qdev_new("pl061"); in create_gpio_devices() 1139 qdev_prop_set_uint8(pl061_dev, "pullups", 0); in create_gpio_devices() 1140 qdev_prop_set_uint8(pl061_dev, "pulldowns", 0xff); in create_gpio_devices() 1141 s = SYS_BUS_DEVICE(pl061_dev); in create_gpio_devices() 1050 create_gpio_keys(char * fdt,DeviceState * pl061_dev,uint32_t phandle) create_gpio_keys() argument 1072 create_secure_gpio_pwr(char * fdt,DeviceState * pl061_dev,uint32_t phandle) create_secure_gpio_pwr() argument 1109 DeviceState *pl061_dev; create_gpio_devices() local [all...] |
| H A D | sbsa-ref.c | 571 DeviceState *pl061_dev; in create_gpio() 575 pl061_dev = sysbus_create_simple("pl061", base, in create_gpio() 579 qdev_get_gpio_in(pl061_dev, 3)); in create_gpio() 569 DeviceState *pl061_dev; create_gpio() local
|