Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-omap/include/plat/
Diommu.h163 #define bytes_to_iopgsz(bytes) \ macro
175 #define iopgsz_ok(bytes) (bytes_to_iopgsz(bytes) >= 0)
/linux-3.4.99/drivers/iommu/
Domap-iovmm.c431 if (bytes_to_iopgsz(bytes) < 0) in map_iovm_area()
Domap-iommu.c1027 omap_pgsz = bytes_to_iopgsz(bytes); in omap_iommu_map()