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.c51 static int list_pci(ClpReqRspListPci *rrb, uint8_t *cc) in list_pci() argument
60 if (lduw_be_p(&rrb->request.hdr.len) != 32) { in list_pci()
66 if ((ldl_be_p(&rrb->request.fmt) & CLP_MASK_FMT) != 0) { in list_pci()
72 if ((ldl_be_p(&rrb->request.fmt) & ~CLP_MASK_FMT) != 0 || in list_pci()
73 ldq_be_p(&rrb->request.reserved1) != 0) { in list_pci()
79 resume_token = ldq_be_p(&rrb->request.resume_token); in list_pci()
92 if (lduw_be_p(&rrb->response.hdr.len) < 48) { in list_pci()
98 initial_l2 = lduw_be_p(&rrb->response.hdr.len); in list_pci()
107 stl_be_p(&rrb->response.fmt, 0); in list_pci()
108 stq_be_p(&rrb->response.reserved1, 0); 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.c327 if (command.s.rrb) { in ctucan_mem_write()