Lines Matching refs:sba
91 struct ism_sba *sba;
93 sba = dma_alloc_coherent(&ism->pdev->dev, PAGE_SIZE, &dma_handle,
95 if (!sba)
101 cmd.request.sba = dma_handle;
104 dma_free_coherent(&ism->pdev->dev, PAGE_SIZE, sba, dma_handle);
108 ism->sba = sba;
147 if (!ism->sba)
155 ism->sba, ism->sba_dma_addr);
157 ism->sba = NULL;
448 bv = (void *) &ism->sba->dmb_bits[ISM_DMB_WORD_OFFSET];
449 end = sizeof(ism->sba->dmb_bits) * BITS_PER_BYTE - ISM_DMB_BIT_OFFSET;
452 ism->sba->s = 0;
460 ism->sba->dmbe_mask[bit + ISM_DMB_BIT_OFFSET] = 0;
465 if (ism->sba->e) {
466 ism->sba->e = 0;