From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 30 Sep 2015 19:18:36 -0500 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: <1443658716.2058.0.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thomas, On Wed, 2015-09-30 at 21:32 +0800, thomas at wytron.com.tw 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. > Acked-by: Chin Liang See Thanks Chin Liang