From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 3 Oct 2015 21:09:42 +0800 Subject: [U-Boot] [PATCH v2] nios2: add clear and set bits macros In-Reply-To: <1443619947-13562-1-git-send-email-thomas@wytron.com.tw> References: <1443077232-17122-1-git-send-email-thomas@wytron.com.tw> <1443619947-13562-1-git-send-email-thomas@wytron.com.tw> Message-ID: <560FD396.3060608@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/30/2015 09:32 PM, Thomas Chou wrote: > These macros can be used to clear and set multiple bits > in a register using a single call. > > Signed-off-by: Thomas Chou > Reviewed-by: Marek Vasut > --- > v2 > remove unsupported 64 btis macros as Chin Liang suggested. > > arch/nios2/include/asm/io.h | 55 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 55 insertions(+) > Applied to u-boot-nios.