Searched refs:vtmmio_write_config_4 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c122 #define vtmmio_write_config_4(sc, o, v) \ macro
436 vtmmio_write_config_4(sc, VIRTIO_MMIO_HOST_FEATURES_SEL, 1);
440 vtmmio_write_config_4(sc, VIRTIO_MMIO_HOST_FEATURES_SEL, 0);
455 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES_SEL, 1);
456 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features >> 32);
458 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES_SEL, 0);
459 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features);
480 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_NUM, size);
483 vtmmio_write_config_4(sc, VIRTIO_MMIO_QUEUE_ALIGN,
486 vtmmio_write_config_4(s
[all...]

Completed in 46 milliseconds