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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dsx8.c266 dma_addr_t shm_dma; member in struct:carm_host
684 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1));
686 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024));
688 ab->rbuf_pool = cpu_to_le32(host->shm_dma);
690 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN);
692 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1));
1444 writel(host->shm_dma & 0xffffffff, mmio + RBUF_ADDR_LO);
1445 writel((host->shm_dma >> 16) >> 16, mmio + RBUF_ADDR_HI);
1539 &host->shm_dma);
1544 host->msg_dma = host->shm_dma
[all...]

Completed in 50 milliseconds