public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] CS's definition
@ 2005-04-21 18:59 Nickolay
  2005-04-23  5:38 ` Mark Salter
  0 siblings, 1 reply; 2+ messages in thread
From: Nickolay @ 2005-04-21 18:59 UTC (permalink / raw)
  To: Ecos-Discuss (E-mail)

Hello!

I find in hal/arm/xscale/ixdp425/current/include/ixdp425.h next(below) 
CS0 initialization string.
Now, i need does the same for other CS.
Where i can find some docs about these definitions?

----------
// CS0 (flash optimum timing)
#define IXP425_EXP_CS0_INIT \
 (EXP_ADDR_T(3) | EXP_SETUP_T(3) | EXP_STROBE_T(15) | EXP_HOLD_T(3) | \
  EXP_RECOVERY_T(15) | EXP_SZ_16M | EXP_WR_EN | EXP_BYTE_RD16 | EXP_CS_EN)
----------


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] CS's definition
  2005-04-21 18:59 [ECOS] CS's definition Nickolay
@ 2005-04-23  5:38 ` Mark Salter
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Salter @ 2005-04-23  5:38 UTC (permalink / raw)
  To: Nickolay; +Cc: Ecos-Discuss (E-mail)

On Thu, 2005-04-21 at 22:56 +0400, Nickolay wrote:
> Hello!
> 
> I find in hal/arm/xscale/ixdp425/current/include/ixdp425.h next(below) 
> CS0 initialization string.
> Now, i need does the same for other CS.
> Where i can find some docs about these definitions?

http://developer.intel.com/design/network/manuals/252480.htm

--Mark



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-23  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 18:59 [ECOS] CS's definition Nickolay
2005-04-23  5:38 ` Mark Salter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).