Searched refs:vm_dev (Results 1 – 1 of 1) sorted by relevance
109 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_get_features() local112 writel(1, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()113 features = readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()116 writel(0, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()117 features |= readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()124 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_finalize_features() local130 if (vm_dev->version == 2 && in vm_finalize_features()136 writel(1, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()138 vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES); in vm_finalize_features()140 writel(0, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()[all …]