Searched refs:vm_dev (Results 1 – 1 of 1) sorted by relevance
111 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_get_features() local114 writel(1, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()115 features = readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()118 writel(0, vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES_SEL); in vm_get_features()119 features |= readl(vm_dev->base + VIRTIO_MMIO_DEVICE_FEATURES); in vm_get_features()126 struct virtio_mmio_device *vm_dev = to_virtio_mmio_device(vdev); in vm_finalize_features() local132 if (vm_dev->version == 2 && in vm_finalize_features()138 writel(1, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()140 vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES); in vm_finalize_features()142 writel(0, vm_dev->base + VIRTIO_MMIO_DRIVER_FEATURES_SEL); in vm_finalize_features()[all …]