Searched refs:vm_dev (Results 1 – 1 of 1) sorted by relevance
118 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_get_features() local121 writel(1, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()122 features = readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()125 writel(0, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()126 features |= readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()133 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_finalize_features() local139 if (vm_dev->version == 2 && in vm_finalize_features()145 writel(1, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()147 vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES); in vm_finalize_features()149 writel(0, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()[all …]