Linux Kernel Module Cheat
30.4.2.1. ARM BIC instruction
Bitwise Bit Clear: clear some bits.
dest = left & ~right
Example:
userland/arch/arm/bic.S