Searched refs:virtio_le_to_cpu (Results 1 – 2 of 2) sorted by relevance
333 if (virtio_le_to_cpu(head->msg_type) != VIRTIO_RTC_NOTIF_ALARM) { in viortc_alarmq_hdlr()336 __func__, virtio_le_to_cpu(head->msg_type)); in viortc_alarmq_hdlr()347 clock_id = virtio_le_to_cpu(notif->clock_id); in viortc_alarmq_hdlr()389 switch (virtio_le_to_cpu(resp_head->status)) { in viortc_get_resp_errno()547 typecheck(typeof(virtio_le_to_cpu(_hdl.req->dest_member)), \567 typecheck(typeof(virtio_le_to_cpu((hdl).resp->src_member)), \570 *_dest_ptr = virtio_le_to_cpu((hdl).resp->src_member); \
513 #define virtio_le_to_cpu(x) \ macro536 typecheck(typeof(virtio_le_to_cpu(virtio_cread_v)), *(ptr)); \555 *(ptr) = virtio_le_to_cpu(virtio_cread_v); \565 typecheck(typeof(virtio_le_to_cpu(virtio_cwrite_v)), *(ptr)); \