dma_high
u32 dma_low, dma_high, result, value;
dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus);
buf->response_addr.high = htonl(dma_high);
u32 dma_low, dma_high;
dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus);
buf[0] = htonl(dma_high); /* confirm addr MSW */
buf[3] = htonl(dma_high); /* dummy addr MSW */
u32 dma_low, dma_high, size;
dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus);
buf[0] = htonl(dma_high); /* confirm addr MSW */
writel(dma_high(np->ring_addr), base + NvRegRxRingPhysAddrHigh);
writel(dma_high(np->ring_addr + np->rx_ring_size*sizeof(struct ring_desc_ex)), base + NvRegTxRingPhysAddrHigh);
np->put_rx.ex->bufhigh = cpu_to_le32(dma_high(np->put_rx_ctx->dma));
put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma));
put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma));
np->tx_ring.ex[0].bufhigh = cpu_to_le32(dma_high(test_dma_addr));