Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Domap-iommu.h217 #define bytes_to_iopgsz(bytes) \ macro
229 #define iopgsz_ok(bytes) (bytes_to_iopgsz(bytes) >= 0)
H A Domap-iommu.c1332 omap_pgsz = bytes_to_iopgsz(bytes); in omap_iommu_map()