Searched +full:0 +full:xfff50000 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | calxeda-xgmac.yaml | 47 reg = <0xfff50000 0x1000>; 48 interrupts = <0 77 4>, <0 78 4>, <0 79 4>;
|
/openbmc/u-boot/board/highbank/ |
H A D | highbank.c | 14 #define HB_AHCI_BASE 0xffe08000 16 #define HB_SCU_A9_PWR_STATUS 0xfff10008 17 #define HB_SREG_A9_PWR_REQ 0xfff3cf00 18 #define HB_SREG_A9_BOOT_SRC_STAT 0xfff3cf04 19 #define HB_SREG_A9_PWRDOM_STAT 0xfff3cf20 20 #define HB_SREG_A15_PWR_CTRL 0xfff3c200 22 #define HB_PWR_SUSPEND 0 27 #define PWRDOM_STAT_SATA 0x80000000 28 #define PWRDOM_STAT_PCI 0x40000000 29 #define PWRDOM_STAT_EMMC 0x20000000 [all …]
|
/openbmc/linux/arch/arm/mach-highbank/ |
H A D | highbank.c | 36 asm("mrc p15, 4, %0, c15, c0, 0" : "=r" (base)); in highbank_scu_map_io() 45 highbank_smc1(0x102, val); in highbank_l2c310_write_sec() 47 WARN_ONCE(1, "Highbank L2C310: ignoring write to reg 0x%x\n", in highbank_l2c310_write_sec() 79 reg = 0xc; in highbank_platform_notifier() 81 reg = 0x18; in highbank_platform_notifier() 83 reg = 0x20; in highbank_platform_notifier() 86 IORESOURCE_MEM, 0); in highbank_platform_notifier() 88 if (res->start == 0xfff50000) in highbank_platform_notifier() 89 reg = 0; in highbank_platform_notifier() 90 else if (res->start == 0xfff51000) in highbank_platform_notifier() [all …]
|
/openbmc/linux/arch/arm/boot/dts/calxeda/ |
H A D | ecx-common.dtsi | 14 cpu_suspend = <0x84000002>; 15 cpu_off = <0x84000004>; 16 cpu_on = <0x84000006>; 27 reg = <0xffe08000 0x10000>; 28 interrupts = <0 83 4>; 30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>, 35 calxeda,led-order = <4 0 1 2 3>; 40 reg = <0xffe0e000 0x1000>; 41 interrupts = <0 90 4>; 48 reg = <0xfff20000 0x1000>; [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | highbank.c | 41 #define SMP_BOOT_ADDR 0x100 42 #define SMP_BOOT_REG 0x40 43 #define MPCORE_PERIPHBASE 0xfff10000 45 #define MVBAR_ADDR 0x200 52 #define NUM_REGS 0x200 58 if (offset == 0xf00) { in hb_regs_write() 68 "highbank: bad write offset 0x%" HWADDR_PRIx "\n", offset); in hb_regs_write() 82 "highbank: bad read offset 0x%" HWADDR_PRIx "\n", offset); in hb_regs_read() 83 return 0; in hb_regs_read() 87 if ((offset == 0x100) || (offset == 0x108) || (offset == 0x10C)) { in hb_regs_read() [all …]
|