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

/netbsd-current/sys/dev/raidframe/
H A Drf_general.h80 #define RF_PGMASK PAGE_MASK macro
81 #define RF_BLIP(x) (PAGE_SIZE - (RF_UL(x) & RF_PGMASK)) /* bytes left in page */
82 #define RF_PAGE_ALIGNED(x) ((RF_UL(x) & RF_PGMASK) == 0)

Completed in 130 milliseconds