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

/freebsd-13-stable/sys/sys/
H A Drman.h54 #define RF_ALIGNMENT_SHIFT 10 /* alignment size bit starts bit 10 */ macro
55 #define RF_ALIGNMENT_MASK (0x003F << RF_ALIGNMENT_SHIFT)
57 #define RF_ALIGNMENT_LOG2(x) ((x) << RF_ALIGNMENT_SHIFT)
58 #define RF_ALIGNMENT(x) (((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT)

Completed in 105 milliseconds