DMAC_TXCNTHI
dmac_write(host, DMAC_TXCNTHI, length >> 8);
dmac_write(host, DMAC_TXCNTHI, 0);
len = dmac_read(host, DMAC_TXCNTHI) << 8 |