From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJy3B-0000rA-UB for qemu-devel@nongnu.org; Mon, 04 Jul 2016 03:12:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJy3A-0007wI-SA for qemu-devel@nongnu.org; Mon, 04 Jul 2016 03:12:13 -0400 MIME-Version: 1.0 In-Reply-To: References: <1467138270-32481-1-git-send-email-clg@kaod.org> <1467138270-32481-7-git-send-email-clg@kaod.org> <77433c2c-364a-a329-dd7b-1b80ea0f6c63@kaod.org> <5777F327.7050606@gmail.com> From: =?UTF-8?Q?Marcin_Krzemi=C5=84ski?= Date: Mon, 4 Jul 2016 09:12:09 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 6/9] ast2400: add SMC controllers (FMC and SPI) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= Cc: Peter Maydell , Peter Crosthwaite , kwolf@redhat.com, Andrew Jeffery , qemu-arm@nongnu.org, "qemu-devel@nongnu.org Developers" , armbru@redhat.com 2016-07-04 8:58 GMT+02:00 C=C3=A9dric Le Goater : > Hello Marcin, > > On 07/02/2016 07:00 PM, mar.krzeminski wrote: > >> > >> + > >> +/* CE Control Register */ > >> +#define R_CE_CTRL (0x04 / 4) > >> +#define CTRL_EXTENDED4 4 /* 32 bit addressing for SPI */ > >> +#define CTRL_EXTENDED3 3 /* 32 bit addressing for SPI */ > >> +#define CTRL_EXTENDED2 2 /* 32 bit addressing for SPI */ > >> +#define CTRL_EXTENDED1 1 /* 32 bit addressing for SPI */ > >> +#define CTRL_EXTENDED0 0 /* 32 bit addressing for SPI */ > > Hi > > > > Above comments does not say anything. > > > > I suppose you mean that the names are confusing ? > > The default setting for CE0 and CE1 is done with the hardware strapping > SCU70 register. > > Yes, is hard to say what does it mean and what it does (at least for me). This is a minor. Thanks, Marcin Thanks, > > C. > >