devicetree-spec.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Explain what kind of bitmask is used in masks
@ 2020-02-20 21:14 Arkadiusz Drabczyk
  0 siblings, 0 replies; only message in thread
From: Arkadiusz Drabczyk @ 2020-02-20 21:14 UTC (permalink / raw)
  To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Arkadiusz Drabczyk <arkadiusz-42WfZ8EewN5g9hUCZPvPmw@public.gmane.org>
---
 source/devicetree-basics.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
index 01b1958..bbb236a 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -1163,7 +1163,7 @@ Value type: ``<prop-encoded-array>`` encoded as a bit mask
 Description:
 
    An *interrupt-map-mask* property is specified for a nexus node in the
-   interrupt tree. This property specifies a mask that is applied to the
+   interrupt tree. This property specifies a mask that is ANDed with the
    incoming unit interrupt specifier being looked up in the table specified
    in the *interrupt-map* property.
 
@@ -1366,7 +1366,7 @@ Value type: ``<prop-encoded-array>`` encoded as a bit mask
 Description:
 
    A *<specifier>-map-mask* property may be specified for a nexus node.
-   This property specifies a mask that is applied to the child unit
+   This property specifies a mask that is ANDed with the child unit
    specifier being looked up in the table specified in the *<specifier>-map*
    property. If this property is not specified, the mask is assumed to be
    a mask with all bits set.
-- 
2.9.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-20 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 21:14 [PATCH] Explain what kind of bitmask is used in masks Arkadiusz Drabczyk

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 NNTP newsgroup(s).