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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c265 dma_addr_t shm_dma; member in struct:carm_host
682 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1));
684 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024));
686 ab->rbuf_pool = cpu_to_le32(host->shm_dma);
688 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN);
690 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1));
1447 writel(host->shm_dma & 0xffffffff, mmio + RBUF_ADDR_LO);
1448 writel((host->shm_dma >> 16) >> 16, mmio + RBUF_ADDR_HI);
1543 &host->shm_dma);
1548 host->msg_dma = host->shm_dma
[all...]

Completed in 91 milliseconds