qcscm_dmamem_alloc
qcscm_dmamem_alloc(struct qcscm_softc *, bus_size_t, bus_size_t);
sc->sc_extarg = qcscm_dmamem_alloc(sc, PAGE_SIZE, 8);
qdm = qcscm_dmamem_alloc(sc, PAGE_SIZE, 8);
qdm = qcscm_dmamem_alloc(sc, round_page(reqsize + respsize), 8);
qdm = qcscm_dmamem_alloc(sc, round_page(reqsize + respsize), 8);
qdm = qcscm_dmamem_alloc(sc, round_page(reqsize + respsize), 8);