Searched refs:hcca (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c89 volatile struct grub_ohci_hcca *hcca; member in struct:grub_ohci
291 o->hcca = grub_dma_get_virt (o->hcca_chunk);
293 grub_memset ((void*)o->hcca, 0, sizeof(*o->hcca));
294 grub_dprintf ("ohci", "hcca: chunk=%p, virt=%p, phys=0x%02x\n",
295 o->hcca_chunk, o->hcca, o->hcca_addr);
405 o->hcca->donehead = 0;
410 o->hcca->donehead = 0;
1117 o->hcca->donehead = 0;
1399 o->hcca
[all...]

Completed in 17 milliseconds