Home
last modified time | relevance | path

Searched defs:fbit (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dvirtio.h425 static inline bool __virtio_test_bit(struct udevice *udev, unsigned int fbit) in __virtio_test_bit()
446 static inline void __virtio_set_bit(struct udevice *udev, unsigned int fbit) in __virtio_set_bit()
467 static inline void __virtio_clear_bit(struct udevice *udev, unsigned int fbit) in __virtio_clear_bit()
489 static inline bool virtio_has_feature(struct udevice *vdev, unsigned int fbit) in virtio_has_feature()
697 #define virtio_cread_feature(vdev, fbit, structname, member, ptr) \ argument
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c107 bool has_feature(uint64_t features, unsigned int fbit) in has_feature()
115 unsigned int fbit) in vu_has_feature()
120 static inline bool vu_has_protocol_feature(VuDev *dev, unsigned int fbit) in vu_has_protocol_feature()
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c165 static inline bool has_feature(uint64_t features, unsigned int fbit) in has_feature()
171 static inline bool vduse_dev_has_feature(VduseDev *dev, unsigned int fbit) in vduse_dev_has_feature()