Home
last modified time | relevance | path

Searched refs:bytes_to_iopgsz (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/iommu/
Domap-iommu.h213 #define bytes_to_iopgsz(bytes) \ macro
225 #define iopgsz_ok(bytes) (bytes_to_iopgsz(bytes) >= 0)
Domap-iommu.c1123 omap_pgsz = bytes_to_iopgsz(bytes); in omap_iommu_map()