dma_map_single
#define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0)
#define dma_map_single(d, p, s, dir) (virt_to_phys(p))