Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/broadcom Add comments for 2711 local peripherals
details: https://anonhg.NetBSD.org/src/rev/c848cc9d801d
branches: trunk
changeset: 981335:c848cc9d801d
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Mon Mar 08 14:27:45 2021 +0000
description:
Add comments for 2711 local peripherals
diffstat:
sys/arch/arm/broadcom/bcm2835reg.h | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r f0396d6c61b9 -r c848cc9d801d sys/arch/arm/broadcom/bcm2835reg.h
--- a/sys/arch/arm/broadcom/bcm2835reg.h Mon Mar 08 14:22:42 2021 +0000
+++ b/sys/arch/arm/broadcom/bcm2835reg.h Mon Mar 08 14:27:45 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcm2835reg.h,v 1.31 2021/03/08 14:22:42 mlelstv Exp $ */
+/* $NetBSD: bcm2835reg.h,v 1.32 2021/03/08 14:27:45 mlelstv Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -179,18 +179,18 @@
#define BCM2836_ARM_LOCAL_BASE 0x40000000
#define BCM2836_ARM_LOCAL_SIZE 0x00001000 /* 4KBytes */
-#define BCM2836_LOCAL_CONTROL 0x000
+#define BCM2836_LOCAL_CONTROL 0x000 /* ARM_CONTROL */
#define BCM2836_LOCAL_PRESCALER 0x008
-#define BCM2836_LOCAL_GPU_INT_ROUTING 0x00c
-#define BCM2836_LOCAL_PM_ROUTING_SET 0x010
-#define BCM2836_LOCAL_PM_ROUTING_CLR 0x014
+#define BCM2836_LOCAL_GPU_INT_ROUTING 0x00c /* CORE_IRQ_CONTROL */
+#define BCM2836_LOCAL_PM_ROUTING_SET 0x010 /* PMU_CONTROL_SET */
+#define BCM2836_LOCAL_PM_ROUTING_CLR 0x014 /* PMU_CONTROL_CLR */
#define BCM2836_LOCAL_TIMER_LS 0x01c
#define BCM2836_LOCAL_TIMER_MS 0x020
-#define BCM2836_LOCAL_INT_ROUTING 0x024
+#define BCM2836_LOCAL_INT_ROUTING 0x024 /* PERI_IRQ_ROUTE0 */
#define BCM2836_LOCAL_AXI_COUNT 0x02c
-#define BCM2836_LOCAL_AXI_IRQ 0x030
+#define BCM2836_LOCAL_AXI_IRQ 0x030 /* AXI_QUIET_TIME */
#define BCM2836_LOCAL_TIMER_CONTROL 0x034
-#define BCM2836_LOCAL_TIMER_WRITE 0x038
+#define BCM2836_LOCAL_TIMER_WRITE 0x038 /* LOCAL_TIMER_IRQ */
#define BCM2836_LOCAL_TIMER_IRQ_CONTROL_BASE 0x40
Home |
Main Index |
Thread Index |
Old Index