Lines Matching defs:crb
146 struct crb_struct * crb;
154 crb = (struct crb_struct *)((char *)hwrpb + hwrpb->crb_offset);
162 crb->dispatch_va = (struct procdesc_struct *)
163 (VMALLOC_START + (unsigned long)crb->dispatch_va
164 - crb->map[0].va);
165 crb->fixup_va = (struct procdesc_struct *)
166 (VMALLOC_START + (unsigned long)crb->fixup_va
167 - crb->map[0].va);
201 for (i = 0; i < crb->map_entries; ++i)
202 nr_pages += crb->map[i].count;
213 for (i = 0; i < crb->map_entries; ++i) {
214 unsigned long pfn = crb->map[i].pa >> PAGE_SHIFT;
215 crb->map[i].va = vaddr;
216 for (j = 0; j < crb->map[i].count; ++j) {