shm_dma 267 drivers/block/sx8.c dma_addr_t shm_dma; shm_dma 613 drivers/block/sx8.c ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); shm_dma 615 drivers/block/sx8.c ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); shm_dma 617 drivers/block/sx8.c ab->rbuf_pool = cpu_to_le32(host->shm_dma); shm_dma 619 drivers/block/sx8.c ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN); shm_dma 621 drivers/block/sx8.c ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); shm_dma 1307 drivers/block/sx8.c writel(host->shm_dma & 0xffffffff, mmio + RBUF_ADDR_LO); shm_dma 1308 drivers/block/sx8.c writel((host->shm_dma >> 16) >> 16, mmio + RBUF_ADDR_HI); shm_dma 1393 drivers/block/sx8.c &host->shm_dma, GFP_KERNEL); shm_dma 1398 drivers/block/sx8.c host->msg_dma = host->shm_dma + RBUF_LEN; shm_dma 1546 drivers/block/sx8.c dma_free_coherent(&pdev->dev, CARM_SHM_SIZE, host->shm, host->shm_dma); shm_dma 1579 drivers/block/sx8.c dma_free_coherent(&pdev->dev, CARM_SHM_SIZE, host->shm, host->shm_dma);