Searched refs:maprange (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Diommu.c426 const struct dynamic_dma_window_prop *maprange = arg; tce_clearrange_multi_pSeriesLP() local
432 tce_shift = be32_to_cpu(maprange->tce_shift); tce_clearrange_multi_pSeriesLP()
451 dma_offset = next + be64_to_cpu(maprange->dma_base); tce_clearrange_multi_pSeriesLP()
453 rc = plpar_tce_stuff((u64)be32_to_cpu(maprange->liobn), tce_clearrange_multi_pSeriesLP()
466 const struct dynamic_dma_window_prop *maprange = arg; tce_setrange_multi_pSeriesLP() local
487 liobn = (u64)be32_to_cpu(maprange->liobn); tce_setrange_multi_pSeriesLP()
488 tce_shift = be32_to_cpu(maprange->tce_shift); tce_setrange_multi_pSeriesLP()
508 dma_offset = next + be64_to_cpu(maprange->dma_base); tce_setrange_multi_pSeriesLP()

Completed in 73 milliseconds