pxa2x0_dmac_allocate_xfer
if ((ad->ad_dx = pxa2x0_dmac_allocate_xfer()) == NULL)
extern struct dmac_xfer *pxa2x0_dmac_allocate_xfer(void);
dx = pxa2x0_dmac_allocate_xfer();
sc->sc_rxdx = pxa2x0_dmac_allocate_xfer();
sc->sc_txdx = pxa2x0_dmac_allocate_xfer();