HomeSort by: relevance | last modified time | path
    Searched refs:dmamem (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
emuxkivar.h 79 struct dmamem { struct
126 struct dmamem *ptb; /* page table */
128 struct dmamem *pmem; /* play memory */
137 struct dmamem *rmem; /* rec internal memory */
emuxki.c 86 static struct dmamem *dmamem_alloc(struct emuxki_softc *, size_t);
87 static void dmamem_free(struct dmamem *);
88 static void dmamem_sync(struct dmamem *, int);
181 static struct dmamem *
184 struct dmamem *mem;
242 dmamem_free(struct dmamem *mem)
255 dmamem_sync(struct dmamem *mem, int ops)
ips.c 412 struct dmamem { struct
443 struct dmamem sc_infom;
447 struct dmamem sc_cmdbm;
454 struct dmamem sc_sqm;
518 int ips_dmamem_alloc(struct dmamem *, bus_dma_tag_t, bus_size_t);
519 void ips_dmamem_free(struct dmamem *);
1975 ips_dmamem_alloc(struct dmamem *dm, bus_dma_tag_t tag, bus_size_t size)
2007 ips_dmamem_free(struct dmamem *dm)

Completed in 52 milliseconds