Searched refs:dma_high (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_dma.c89 (dev_priv->dma_high + hw_addr - dev_priv->dma_low) :
147 dev_priv->dma_high) {
217 dev_priv->dma_high = init->size;
446 diff &= (dev_priv->dma_high - 1);
447 if (diff != 0 && diff < (dev_priv->dma_high >> 1)) {
526 end_addr = agp_base + dev_priv->dma_high;
H A Dvia_drv.h69 unsigned int dma_high; member in struct:drm_via_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/myri10ge/
H A Dmyri10ge.c397 u32 dma_low, dma_high, result, value; local
408 dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus);
411 buf->response_addr.high = htonl(dma_high);
524 u32 dma_low, dma_high; local
536 dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus);
538 buf[0] = htonl(dma_high); /* confirm addr MSW */
541 buf[3] = htonl(dma_high); /* dummy addr MSW */
727 u32 dma_low, dma_high, size; local
776 dma_high = MYRI10GE_HIGHPART_TO_U32(mgp->cmd_bus);
778 buf[0] = htonl(dma_high); /* confir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c157 static inline u32 dma_high(dma_addr_t addr) function
381 *mptr++ = dma_high(addr);
1480 msg[7]=dma_high(addr);
2395 *mptr++ = dma_high(addr);
3046 writel( dma_high(pHba->status_block_pa), &msg[7]);
3238 sys_tbl->iops[count].inbound_high = dma_high(addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c969 static inline u32 dma_high(dma_addr_t addr) function
989 writel(dma_high(np->ring_addr), base + NvRegRxRingPhysAddrHigh);
993 writel(dma_high(np->ring_addr + np->rx_ring_size*sizeof(struct ring_desc_ex)), base + NvRegTxRingPhysAddrHigh);
1787 np->put_rx.ex->bufhigh = cpu_to_le32(dma_high(np->put_rx_ctx->dma));
2263 put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma));
2290 put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma));
4857 np->tx_ring.ex[0].bufhigh = cpu_to_le32(dma_high(test_dma_addr));

Completed in 95 milliseconds