All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Gurevich <vag@paulidav.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [RFD] Consistent debugging output structure
Date: Sat, 22 Mar 2003 16:51:19 -0800	[thread overview]
Message-ID: <3E7D0507.8030209@paulidav.org> (raw)
In-Reply-To: 3E7CD718.2090506@paulidav.org

Oops, sorry for the typo:

Vladimir Gurevich wrote:
> enum {
>     DEBUG_VAG01_INIT    = 0x00000001, /* Initialization sequence   */
>     DEBUG_VAG01_INTR    = 0x00000002, /* Interrupt handling        */
>     DEBUG_VAG01_API     = 0x00000004, /* Standard API calls (open, */
>                                       /* close, read, write, etc.  */
>     DEBUG_VAG01_RX      = 0x00000008, /* Receive data path         */
>     DEBUG_VAG01_TX      = 0x00000010, /* Transmit data path        */
>     DEBUG_VAG01_RX_DATA = 0x00000014, /* Dump received data        */
>     DEBUG_VAG01_TX_DATA = 0x00000018, /* Dumt transmit data        */
>     DEBUG_VAG01_RELOCK  = 0x00000020, /* Debug relock thread       */
> };

Should be

enum {
     DEBUG_VAG01_INIT    = 0x00000001, /* Initialization sequence   */
     DEBUG_VAG01_INTR    = 0x00000002, /* Interrupt handling        */
     DEBUG_VAG01_API     = 0x00000004, /* Standard API calls (open, */
                                       /* close, read, write, etc.  */
     DEBUG_VAG01_RX      = 0x00000008, /* Receive data path         */
     DEBUG_VAG01_TX      = 0x00000010, /* Transmit data path        */
     DEBUG_VAG01_RX_DATA = 0x00000020, /* Dump received data        */
     DEBUG_VAG01_TX_DATA = 0x00000040, /* Dump transmit data        */
     DEBUG_VAG01_RELOCK  = 0x00000080, /* Debug relock thread       */
};

Regards,
Vladimir

  reply	other threads:[~2003-03-23  0:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-19 18:32 [U-Boot-Users] [RFD] Consistent debugging output structure Robert Schwebel
2003-03-22 10:28 ` Robert Schwebel
2003-03-22 21:35   ` Vladimir Gurevich
2003-03-23  0:51     ` Vladimir Gurevich [this message]
2003-03-23 14:32   ` Wolfgang Denk
2003-03-24  6:29     ` Robert Schwebel
2003-03-24  8:14       ` Wolfgang Denk
2003-03-24  8:23         ` Robert Schwebel
2003-03-24  8:52           ` Wolfgang Denk
2003-03-24  8:59             ` Robert Schwebel
2003-03-24  9:10               ` Wolfgang Denk
2003-03-24  7:44     ` Holger Schurig
2003-03-24  8:36       ` Robert Schwebel
2003-03-24  8:57         ` Wolfgang Denk
2003-03-24  9:03           ` Robert Schwebel
2003-03-24  9:19             ` Wolfgang Denk
2003-03-24  8:50       ` Wolfgang Denk
2003-03-24  9:00         ` Robert Schwebel
2003-03-24  9:16           ` Wolfgang Denk

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=3E7D0507.8030209@paulidav.org \
    --to=vag@paulidav.org \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.