Searched refs:RF_ALIGNMENT_SHIFT (Results 1 – 1 of 1) sorted by relevance
52 #define RF_ALIGNMENT_SHIFT 10 /* alignment size bit starts bit 10 */ macro53 #define RF_ALIGNMENT_MASK (0x003F << RF_ALIGNMENT_SHIFT)55 #define RF_ALIGNMENT_LOG2(x) ((x) << RF_ALIGNMENT_SHIFT)56 #define RF_ALIGNMENT(x) (((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT)