dma_info_to_prot
int prot = dma_info_to_prot(dir, coherent, attrs);
int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs);
int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs);
int prot = dma_info_to_prot(dir, coherent, attrs);
int ioprot = dma_info_to_prot(DMA_BIDIRECTIONAL, coherent, attrs);