Searched refs:shm_dma (Results 1 – 1 of 1) sorted by relevance
271 dma_addr_t shm_dma; member695 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()697 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); in carm_fill_alloc_buf()699 ab->rbuf_pool = cpu_to_le32(host->shm_dma); in carm_fill_alloc_buf()701 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN); in carm_fill_alloc_buf()703 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()1456 writel(host->shm_dma & 0xffffffff, mmio + RBUF_ADDR_LO); in carm_init_host()1457 writel((host->shm_dma >> 16) >> 16, mmio + RBUF_ADDR_HI); in carm_init_host()1551 &host->shm_dma); in carm_init_shm()1556 host->msg_dma = host->shm_dma + RBUF_LEN; in carm_init_shm()[all …]