Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c124 struct clp_req_rsp_query_pci_grp *rrb; in clp_query_pci_fngrp() local
127 rrb = clp_alloc_block(GFP_KERNEL); in clp_query_pci_fngrp()
128 if (!rrb) in clp_query_pci_fngrp()
131 memset(rrb, 0, sizeof(*rrb)); in clp_query_pci_fngrp()
132 rrb->request.hdr.len = sizeof(rrb->request); in clp_query_pci_fngrp()
133 rrb->request.hdr.cmd = CLP_QUERY_PCI_FNGRP; in clp_query_pci_fngrp()
134 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
135 rrb->request.pfgid = pfgid; in clp_query_pci_fngrp()
137 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fngrp()
138 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
[all …]
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c49 static int list_pci(ClpReqRspListPci *rrb, uint8_t *cc) in list_pci() argument
58 if (lduw_be_p(&rrb->request.hdr.len) != 32) { in list_pci()
64 if ((ldl_be_p(&rrb->request.fmt) & CLP_MASK_FMT) != 0) { in list_pci()
70 if ((ldl_be_p(&rrb->request.fmt) & ~CLP_MASK_FMT) != 0 || in list_pci()
71 ldq_be_p(&rrb->request.reserved1) != 0) { in list_pci()
77 resume_token = ldq_be_p(&rrb->request.resume_token); in list_pci()
90 if (lduw_be_p(&rrb->response.hdr.len) < 48) { in list_pci()
96 initial_l2 = lduw_be_p(&rrb->response.hdr.len); in list_pci()
105 stl_be_p(&rrb->response.fmt, 0); in list_pci()
106 stq_be_p(&rrb->response.reserved1, 0); in list_pci()
[all …]
/openbmc/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()
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c299 rotate_reg (unsigned long sor, unsigned long rrb, unsigned long reg) in rotate_reg() argument
301 reg += rrb; in rotate_reg()