lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 25 Mar 2009 11:49:15 +0100
From:	Oskar Schirmer <os@...ix.com>
To:	Chris Zankel <chris@...kel.net>
Cc:	linux-kernel@...r.kernel.org, linux-xtensa@...ux-xtensa.org,
	Daniel Glöckner <dg@...ix.com>
Subject: [patch 1/4] xtensa: define s6000 XLMI addresses

From: Daniel Glöckner <dg@...ix.com>

Provide register addresses for XLMI devices (like the ISEF).

Signed-off-by: Daniel Glöckner <dg@...ix.com>
---
 .../variants/s6000/include/variant/hardware.h      |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/xtensa/variants/s6000/include/variant/hardware.h b/arch/xtensa/variants/s6000/include/variant/hardware.h
index 5d9ba09..9faa7dd 100644
--- a/arch/xtensa/variants/s6000/include/variant/hardware.h
+++ b/arch/xtensa/variants/s6000/include/variant/hardware.h
@@ -21,10 +21,15 @@
 /* Device addresses */
 
 #define S6_REG_SCB              S6_MEM_REG
+#define S6_REG_XAD		(S6_MEM_XLMI + 0x00000)
 #define S6_REG_NB               (S6_REG_SCB + 0x10000)
+#define S6_REG_NB_XLMI		(S6_MEM_XLMI + 0x10000)
 #define S6_REG_LMSDMA           (S6_REG_SCB + 0x20000)
+#define S6_REG_LMSDMA_XLMI	(S6_MEM_XLMI + 0x04000)
 #define S6_REG_NI               (S6_REG_SCB + 0x30000)
+#define S6_REG_NI_XLMI		(S6_MEM_XLMI + 0x0C000)
 #define S6_REG_NIDMA            (S6_REG_SCB + 0x40000)
+#define S6_REG_NIDMA_XLMI	(S6_MEM_XLMI + 0x08000)
 #define S6_REG_NS               (S6_REG_SCB + 0x50000)
 #define S6_REG_DDR              (S6_REG_SCB + 0x60000)
 #define S6_REG_GREG1            (S6_REG_SCB + 0x70000)
-- 
1.6.2.107.ge47ee

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ