Searched refs:vm_dev (Results 1 – 1 of 1) sorted by relevance
110 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_get_features() local113 writel(1, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()114 features = readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()117 writel(0, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()118 features |= readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()125 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_finalize_features() local131 if (vm_dev->version == 2 && in vm_finalize_features()137 writel(1, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()139 vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES); in vm_finalize_features()141 writel(0, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()[all …]