Home
last modified time | relevance | path

Searched refs:rrb (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/s390x/
H A Ds390-pci-inst.c58 if (lduw_p(&rrb->request.hdr.len) != 32) { in list_pci()
71 ldq_p(&rrb->request.reserved1) != 0) { in list_pci()
90 if (lduw_p(&rrb->response.hdr.len) < 48) { in list_pci()
105 stl_p(&rrb->response.fmt, 0); in list_pci()
106 stq_p(&rrb->response.reserved1, 0); in list_pci()
107 stl_p(&rrb->response.mdd, FH_MASK_SHM); in list_pci()
109 rrb->response.flags = UID_CHECKING_ENABLED; in list_pci()
120 stl_p(&rrb->response.fh_list[i].config, in list_pci()
142 stw_p(&rrb->response.hdr.len, g_l2); in list_pci()
143 stw_p(&rrb->response.hdr.rsp, CLP_RC_OK); in list_pci()
[all …]
/qemu/hw/net/can/
H A Dctu_can_fd_regs.h250 uint32_t rrb : 1; member
262 uint32_t rrb : 1;
H A Dctucan_core.c326 if (command.s.rrb) { in ctucan_mem_write()