Searched refs:rrb (Results 1 – 2 of 2) sorted by relevance
80 struct clp_req_rsp_query_pci_grp *rrb; in clp_query_pci_fngrp() local83 rrb = clp_alloc_block(GFP_KERNEL); in clp_query_pci_fngrp()84 if (!rrb) in clp_query_pci_fngrp()87 memset(rrb, 0, sizeof(*rrb)); in clp_query_pci_fngrp()88 rrb->request.hdr.len = sizeof(rrb->request); in clp_query_pci_fngrp()89 rrb->request.hdr.cmd = CLP_QUERY_PCI_FNGRP; in clp_query_pci_fngrp()90 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()91 rrb->request.pfgid = pfgid; in clp_query_pci_fngrp()93 rc = clp_instr(rrb); in clp_query_pci_fngrp()94 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()[all …]
296 rotate_reg (unsigned long sor, unsigned long rrb, unsigned long reg) in rotate_reg() argument298 reg += rrb; in rotate_reg()