Searched refs:qdev_get_prop_int (Results 1 – 4 of 4) sorted by relevance
102 uint64_t qdev_get_prop_int(DeviceState *dev, const char *name, uint64_t def);
130 s->base = qdev_get_prop_int(&dev->qdev, "base", 0); in bitband_init()
312 uint64_t qdev_get_prop_int(DeviceState *dev, const char *name, uint64_t def) in qdev_get_prop_int() function
915 devfn = qdev_get_prop_int(qdev, "devfn", -1); in pci_qdev_init()