Searched refs:shm_dma (Results 1 – 1 of 1) sorted by relevance
267 dma_addr_t shm_dma; member613 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()615 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); in carm_fill_alloc_buf()617 ab->rbuf_pool = cpu_to_le32(host->shm_dma); in carm_fill_alloc_buf()619 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN); in carm_fill_alloc_buf()621 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()1307 writel(host->shm_dma & 0xffffffff, mmio + RBUF_ADDR_LO); in carm_init_host()1308 writel((host->shm_dma >> 16) >> 16, mmio + RBUF_ADDR_HI); in carm_init_host()1393 &host->shm_dma, GFP_KERNEL); in carm_init_shm()1398 host->msg_dma = host->shm_dma + RBUF_LEN; in carm_init_shm()[all …]