All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: ath10k <ath10k@lists.infradead.org>
Subject: Question on CE_DESC_FLAGS_META_DATA field.
Date: Fri, 09 Jan 2015 10:06:10 -0800	[thread overview]
Message-ID: <54B01892.4080609@candelatech.com> (raw)

While poking in the CE code, I notice this below.

Shouldn't the CE_DESC_FLAGS_META_DATA_LSB be 2, and if not,
can someone explain why?

[greearb@ben-dt2 ath10k]$ grep CE_DESC_FLAGS_META_DATA *h
ce.h:#define CE_DESC_FLAGS_META_DATA_MASK 0xFFFC
ce.h:#define CE_DESC_FLAGS_META_DATA_LSB  3

and this from core.h:

#define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB)

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

             reply	other threads:[~2015-01-09 18:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09 18:06 Ben Greear [this message]
2015-01-12  7:42 ` Question on CE_DESC_FLAGS_META_DATA field Michal Kazior
2015-01-12 16:53   ` Ben Greear

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=54B01892.4080609@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=ath10k@lists.infradead.org \
    /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.