Searched refs:RF_ALIGNMENT_SHIFT (Results 1 – 1 of 1) sorted by relevance
54 #define RF_ALIGNMENT_SHIFT 10 /* alignment size bit starts bit 10 */ macro55 #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)