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