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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c209 static bool init_dma_loaf(struct pci_dev *dev, struct dma_loaf *loaf, argument
219 loaf->cpu_free = loaf->cpu_base = cpu_addr;
220 loaf->dma_free =loaf->dma_base = dma_handle;
221 loaf->length = len;
226 static void *slice_dma_loaf(struct dma_loaf *loaf, size_t len, argument
229 void *cpu_end = loaf->cpu_free + len;
230 void *cpu_addr = loaf->cpu_free;
232 BUG_ON(cpu_end > loaf
[all...]

Completed in 51 milliseconds