Home
last modified time | relevance | path

Searched refs:dma_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c385 u32 dma_low, dma_high, result, value; in myri10ge_send_cmd() local
396 dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus); in myri10ge_send_cmd()
399 buf->response_addr.high = htonl(dma_high); in myri10ge_send_cmd()
512 u32 dma_low, dma_high; in myri10ge_dummy_rdma() local
524 dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus); in myri10ge_dummy_rdma()
526 buf[0] = htonl(dma_high); /* confirm addr MSW */ in myri10ge_dummy_rdma()
529 buf[3] = htonl(dma_high); /* dummy addr MSW */ in myri10ge_dummy_rdma()
714 u32 dma_low, dma_high, size; in myri10ge_load_firmware() local
763 dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus); in myri10ge_load_firmware()
765 buf[0] = htonl(dma_high); /* confirm addr MSW */ in myri10ge_load_firmware()
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c991 static inline u32 dma_high(dma_addr_t addr) in dma_high() function
1009 writel(dma_high(np->ring_addr), base + NvRegRxRingPhysAddrHigh); in setup_hw_rings()
1013 …writel(dma_high(np->ring_addr + np->rx_ring_size*sizeof(struct ring_desc_ex)), base + NvRegTxRingP… in setup_hw_rings()
1886 np->put_rx.ex->bufhigh = cpu_to_le32(dma_high(np->put_rx_ctx->dma)); in nv_alloc_rx_optimized()
2447 put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma)); in nv_start_xmit_optimized()
2497 put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma)); in nv_start_xmit_optimized()
5200 np->tx_ring.ex[0].bufhigh = cpu_to_le32(dma_high(test_dma_addr)); in nv_loopback_test()