~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-dove/bridge-regs.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /* Mbus-L to Mbus Bridge Registers */
  3 
  4 #ifndef __ASM_ARCH_BRIDGE_REGS_H
  5 #define __ASM_ARCH_BRIDGE_REGS_H
  6 
  7 #include "dove.h"
  8 
  9 #define CPU_CONFIG              (BRIDGE_VIRT_BASE + 0x0000)
 10 
 11 #define CPU_CONTROL             (BRIDGE_VIRT_BASE + 0x0104)
 12 #define  CPU_CTRL_PCIE0_LINK    0x00000001
 13 #define  CPU_RESET              0x00000002
 14 #define  CPU_CTRL_PCIE1_LINK    0x00000008
 15 
 16 #define RSTOUTn_MASK            (BRIDGE_VIRT_BASE + 0x0108)
 17 #define RSTOUTn_MASK_PHYS       (BRIDGE_PHYS_BASE + 0x0108)
 18 #define  SOFT_RESET_OUT_EN      0x00000004
 19 
 20 #define SYSTEM_SOFT_RESET       (BRIDGE_VIRT_BASE + 0x010c)
 21 #define  SOFT_RESET             0x00000001
 22 
 23 #define BRIDGE_CAUSE            (BRIDGE_VIRT_BASE + 0x0110)
 24 #define  BRIDGE_INT_TIMER1_CLR  (~0x0004)
 25 
 26 #define IRQ_VIRT_BASE           (BRIDGE_VIRT_BASE + 0x0200)
 27 #define IRQ_CAUSE_LOW_OFF       0x0000
 28 #define IRQ_MASK_LOW_OFF        0x0004
 29 #define FIQ_MASK_LOW_OFF        0x0008
 30 #define ENDPOINT_MASK_LOW_OFF   0x000c
 31 #define IRQ_CAUSE_HIGH_OFF      0x0010
 32 #define IRQ_MASK_HIGH_OFF       0x0014
 33 #define FIQ_MASK_HIGH_OFF       0x0018
 34 #define ENDPOINT_MASK_HIGH_OFF  0x001c
 35 #define PCIE_INTERRUPT_MASK_OFF 0x0020
 36 
 37 #define IRQ_MASK_LOW            (IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF)
 38 #define FIQ_MASK_LOW            (IRQ_VIRT_BASE + FIQ_MASK_LOW_OFF)
 39 #define ENDPOINT_MASK_LOW       (IRQ_VIRT_BASE + ENDPOINT_MASK_LOW_OFF)
 40 #define IRQ_MASK_HIGH           (IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF)
 41 #define FIQ_MASK_HIGH           (IRQ_VIRT_BASE + FIQ_MASK_HIGH_OFF)
 42 #define ENDPOINT_MASK_HIGH      (IRQ_VIRT_BASE + ENDPOINT_MASK_HIGH_OFF)
 43 #define PCIE_INTERRUPT_MASK     (IRQ_VIRT_BASE + PCIE_INTERRUPT_MASK_OFF)
 44 
 45 #define POWER_MANAGEMENT        (BRIDGE_VIRT_BASE + 0x011c)
 46 
 47 #define TIMER_VIRT_BASE         (BRIDGE_VIRT_BASE + 0x0300)
 48 #define TIMER_PHYS_BASE         (BRIDGE_PHYS_BASE + 0x0300)
 49 
 50 #endif
 51 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php