Home
last modified time | relevance | path

Searched refs:virtio_cread8 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dvirtio.h572 static inline u8 virtio_cread8(struct udevice *vdev, unsigned int offset) in virtio_cread8() function
643 *(ptr) = virtio_cread8(vdev, \
/openbmc/linux/drivers/bluetooth/
H A Dvirtio_bt.c273 type = virtio_cread8(vdev, offsetof(struct virtio_bt_config, type)); in virtbt_probe()
/openbmc/linux/include/linux/
H A Dvirtio_config.h528 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8() function
/openbmc/linux/drivers/net/
H A Dvirtio_net.c4557 virtio_cread8(vdev, offsetof(struct virtio_net_config, rss_max_key_size)); in virtnet_probe()