Searched refs:dmamem (Results 1 – 4 of 4) sorted by relevance
79 struct dmamem { struct126 struct dmamem *ptb; /* page table */128 struct dmamem *pmem; /* play memory */137 struct dmamem *rmem; /* rec internal memory */
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; in dmamem_alloc()242 dmamem_free(struct dmamem *mem) in dmamem_free()255 dmamem_sync(struct dmamem *mem, int ops) in dmamem_sync()
412 struct dmamem { struct443 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) in ips_dmamem_alloc()2007 ips_dmamem_free(struct dmamem *dm) in ips_dmamem_free()
802 dmamem