Searched refs:bits_mask (Results 1 – 2 of 2) sorted by relevance
374 unsigned int bits, bits_mask; in array() local381 bits_mask = (1UL << bits) - 1UL; in array()389 (((rs1 >> 17) & bits_mask) << 17) | in array()390 (((rs1 >> 39) & bits_mask) << (17 + bits)) | in array()
84 u32 bits_mask) in xgene_edac_pcp_clrbits() argument90 val &= ~bits_mask; in xgene_edac_pcp_clrbits()96 u32 bits_mask) in xgene_edac_pcp_setbits() argument102 val |= bits_mask; in xgene_edac_pcp_setbits()