Home
last modified time | relevance | path

Searched refs:bits_mask (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dvisemul.c374 unsigned int bits, bits_mask; in array() local
381 bits_mask = (1UL << bits) - 1UL; in array()
389 (((rs1 >> 17) & bits_mask) << 17) | in array()
390 (((rs1 >> 39) & bits_mask) << (17 + bits)) | in array()
/linux-4.4.14/drivers/edac/
Dxgene_edac.c84 u32 bits_mask) in xgene_edac_pcp_clrbits() argument
90 val &= ~bits_mask; in xgene_edac_pcp_clrbits()
96 u32 bits_mask) in xgene_edac_pcp_setbits() argument
102 val |= bits_mask; in xgene_edac_pcp_setbits()