Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-omap/include/plat/
Diommu.h136 #define bytes_to_iopgsz(bytes) \ macro
148 #define iopgsz_ok(bytes) (bytes_to_iopgsz(bytes) >= 0)
/linux-2.6.39/arch/arm/plat-omap/
Diovmm.c482 pgsz = bytes_to_iopgsz(bytes); in map_iovm_area()