public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
From: "Andrea Pellegrini" <andreapellegrini@tele2.it>
To: <ecos-devel@sources.redhat.com>
Subject: PXA and DMA: Cache control
Date: Tue, 08 Feb 2005 17:33:00 -0000	[thread overview]
Message-ID: <008c01c50e04$36f1ee10$0702a8c0@olimpo> (raw)

Hi guys!
I'm working for a driver for my AC97 peripheral in a board provided with a 
Xscale PXA255.
I use DMA in descriptor mode and all works well when I debug but it doesn't 
work in when it runs. Of course there's a problem about cache.
I tryed to disable it with the commands:

    HAL_DCACHE_SYNC();
    hal_delay_us(100000);
    HAL_DCACHE_DISABLE();

but nothing seems working.
Nobody knows how to resolv my problem.
Thank's
Andrea

 


                 reply	other threads:[~2005-02-08 17:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='008c01c50e04$36f1ee10$0702a8c0@olimpo' \
    --to=andreapellegrini@tele2.it \
    --cc=ecos-devel@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).