Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dvisemul.c375 unsigned int bits, bits_mask; in array() local
382 bits_mask = (1UL << bits) - 1UL; in array()
390 (((rs1 >> 17) & bits_mask) << 17) | in array()
391 (((rs1 >> 39) & bits_mask) << (17 + bits)) | in array()
/linux-6.12.1/drivers/edac/
Dxgene_edac.c72 u32 bits_mask) in xgene_edac_pcp_clrbits() argument
78 val &= ~bits_mask; in xgene_edac_pcp_clrbits()
84 u32 bits_mask) in xgene_edac_pcp_setbits() argument
90 val |= bits_mask; in xgene_edac_pcp_setbits()