Searched refs:clear_bits (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/include/asm/ |
D | bitops.h | 75 DEFINE_BITOP(clear_bits, andc, "") 86 clear_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in clear_bit()
|
/arch/arm/mach-ep93xx/ |
D | soc.h | 202 void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits);
|
D | core.c | 211 void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits) in ep93xx_devcfg_set_clear() argument 219 val &= ~clear_bits; in ep93xx_devcfg_set_clear()
|
/arch/arm/mach-davinci/ |
D | dma.c | 214 static inline void clear_bits(int offset, int len, unsigned long *p) in clear_bits() function 1474 clear_bits(off, ln, in edma_probe()
|
/arch/powerpc/kvm/ |
D | booke.c | 1652 clear_bits(tsr_bits, &vcpu->arch.tsr); in kvmppc_clr_tsr_bits()
|