Searched refs:scb_dma (Results 1 – 1 of 1) sorted by relevance
817 #define SCB_DMA_ADDR(scb, addr) ((unsigned long)(addr) + (scb)->scb_dma->dma_offset)857 struct aic7xxx_scb_dma *scb_dma; member2642 struct aic7xxx_scb_dma *scb_dma; in aic7xxx_allocate_scb() local2676 scb_dma = (struct aic7xxx_scb_dma *)&scb_ap[scb_count]; in aic7xxx_allocate_scb()2679 &scb_dma->dma_address); in aic7xxx_allocate_scb()2698 scb_dma->dma_offset = (unsigned long)scb_dma->dma_address in aic7xxx_allocate_scb()2700 scb_dma->dma_len = scb_size * scb_count; in aic7xxx_allocate_scb()2709 scbp->scb_dma = scb_dma; in aic7xxx_allocate_scb()8914 struct aic7xxx_scb_dma *scb_dma = NULL; in aic7xxx_free() local8929 if (p->scb_data->scb_array[i]->scb_dma != scb_dma) in aic7xxx_free()[all …]