Searched refs:shm_dma (Results 1 – 1 of 1) sorted by relevance
271 dma_addr_t shm_dma; member696 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()698 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); in carm_fill_alloc_buf()700 ab->rbuf_pool = cpu_to_le32(host->shm_dma); in carm_fill_alloc_buf()702 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN); in carm_fill_alloc_buf()704 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()1457 writel(host->shm_dma & 0xffffffff, mmio + RBUF_ADDR_LO); in carm_init_host()1458 writel((host->shm_dma >> 16) >> 16, mmio + RBUF_ADDR_HI); in carm_init_host()1552 &host->shm_dma); in carm_init_shm()1557 host->msg_dma = host->shm_dma + RBUF_LEN; in carm_init_shm()[all …]