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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c97 struct grub_pci_dma_chunk *ed_bulk_chunk; member in struct:grub_ohci
312 o->ed_bulk_chunk = grub_memalign_dma32 (16, sizeof(struct grub_ohci_ed)*GRUB_OHCI_BULK_EDS);
313 if (! o->ed_bulk_chunk)
315 o->ed_bulk = grub_dma_get_virt (o->ed_bulk_chunk);
316 o->ed_bulk_addr = grub_dma_get_phys (o->ed_bulk_chunk);
323 o->ed_bulk_chunk, o->ed_bulk, o->ed_bulk_addr);
460 grub_dma_free (o->ed_bulk_chunk);
1381 grub_dma_free (o->ed_bulk_chunk);

Completed in 433 milliseconds