dmamem
static struct dmamem *
struct dmamem *mem;
dmamem_free(struct dmamem *mem)
dmamem_sync(struct dmamem *mem, int ops)
static struct dmamem *dmamem_alloc(struct emuxki_softc *, size_t);
static void dmamem_free(struct dmamem *);
static void dmamem_sync(struct dmamem *, int);
struct dmamem *ptb; /* page table */
struct dmamem *pmem; /* play memory */
struct dmamem *rmem; /* rec internal memory */
ips_dmamem_alloc(struct dmamem *dm, bus_dma_tag_t tag, bus_size_t size)
ips_dmamem_free(struct dmamem *dm)
struct dmamem sc_infom;
struct dmamem sc_cmdbm;
struct dmamem sc_sqm;
int ips_dmamem_alloc(struct dmamem *, bus_dma_tag_t, bus_size_t);
void ips_dmamem_free(struct dmamem *);