Geert Uytterhoeven wrote:
> Sorry for nitpicking again, but since the clear is done before the set (cfr.
> the expanded functionality), perhaps they should be changed to
> clrsetbits_X(addr, clear, set)?
*sigh*
You're right. New patch coming soon.
--
Timur Tabi
Linux Kernel Developer @ Freesc
On Thu, 16 Aug 2007, Timur Tabi wrote:
> This patch adds the setclrbits_xxx() macros, which are used to set and clear
> multiple bits in a single read-modify-write operation. Specify the bits
> to set in the 'set' parameter and the bits to clear in the 'clear' parameter.
> These macros can also be
This patch adds the setclrbits_xxx() macros, which are used to set and clear
multiple bits in a single read-modify-write operation. Specify the bits
to set in the 'set' parameter and the bits to clear in the 'clear' parameter.
These macros can also be used to set a multiple-bit bit pattern using a