Home
last modified time | relevance | path

Searched +full:0 +full:xc0800000 (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/sparc/mm/
H A Dfault_64.c87 u32 insn = 0; in get_user_insn()
112 __asm__ __volatile__("lduwa [%1] %2, %0" in get_user_insn()
127 __asm__ __volatile__("lduwa [%1] %2, %0" in get_user_insn()
174 addr = compute_effective_address(regs, insn, 0); in do_fault_siginfo()
188 if (!regs->tpc || (regs->tpc & 0x3)) in get_fault_insn()
189 return 0; in get_fault_insn()
214 (insn & 0xc0800000) == 0xc0800000) { in do_kernel_fault()
215 if (insn & 0x2000) in do_kernel_fault()
219 if ((asi & 0xf2) == 0x82) { in do_kernel_fault()
220 if (insn & 0x1000000) { in do_kernel_fault()
[all …]
/openbmc/linux/arch/arm/configs/
H A Dassabet_defconfig8 CONFIG_CMDLINE="mem=32M console=ttySA0,38400n8 initrd=0xc0800000,3M root=/dev/ram"
H A Dneponset_defconfig9 CONFIG_ZBOOT_ROM_TEXT=0x80000
10 CONFIG_ZBOOT_ROM_BSS=0xc1000000
12 …rnel),2560K(initrd),4M(root) load_ramdisk=1 prompt_ramdisk=0 mem=32M noinitrd initrd=0xc0800000,3M"
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Darmada100.h15 #define APBC_APBCLK (1<<0) /* APB Bus Clock Enable */
19 #define APBC_FNCLKSEL(x) (((x) & 0xf) << 4)
22 #define FE_CLK_RST 0x1
23 #define FE_CLK_ENA 0x8
26 #define SSP2_APBCLK 0x01
27 #define SSP2_FNCLK 0x02
30 #define USB_SPH_AXICLK_EN 0x10
31 #define USB_SPH_AXI_RST 0x02
38 #define ARMD1_DRAM_BASE 0xB0000000
39 #define ARMD1_FEC_BASE 0xC0800000
[all …]
/openbmc/qemu/hw/arm/
H A Ddigic.c30 #define DIGIC4_TIMER_BASE(n) (0xc0210000 + (n) * 0x100)
32 #define DIGIC_UART_BASE 0xc0800000
41 for (i = 0; i < DIGIC4_NB_TIMERS; i++) { in digic_init()
64 for (i = 0; i < DIGIC4_NB_TIMERS; i++) { in digic_realize()
70 sysbus_mmio_map(sbd, 0, DIGIC4_TIMER_BASE(i)); in digic_realize()
73 qdev_prop_set_chr(DEVICE(&s->uart), "chardev", serial_hd(0)); in digic_realize()
79 sysbus_mmio_map(sbd, 0, DIGIC_UART_BASE); in digic_realize()
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Drockchip-dw-pcie.yaml102 const: 0
174 reg = <0x3 0xc0800000 0x0 0x390000>,
175 <0x0 0xfe280000 0x0 0x10000>,
176 <0x3 0x80000000 0x0 0x100000>;
178 bus-range = <0x20 0x2f>;
194 msi-map = <0x2000 &its 0x2000 0x1000>;
199 ranges = <0x81000000 0x0 0x80800000 0x3 0x80800000 0x0 0x100000>,
200 <0x83000000 0x0 0x80900000 0x3 0x80900000 0x0 0x3f700000>;
208 #address-cells = <0>;
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568.dtsi13 reg = <0 0xfc000000 0 0x1000>;
20 ports-implemented = <0x1>;
27 reg = <0x0 0xfdc70000 0x0 0x1000>;
32 reg = <0x0 0xfe190080 0x0 0x20>;
37 reg = <0x0 0xfe190100 0x0 0x20>;
42 reg = <0x0 0xfe190200 0x0 0x20>;
47 reg = <0x0 0xfdcb8000 0x0 0x10000>;
52 reg = <0x0 0xfe8c0000 0x0 0x20000>;
53 #phy-cells = <0>;
67 bus-range = <0x0 0xf>;
[all …]
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_xgbepcsr.c13 #define XGBE_CTRL_OFFSET 0x0c
14 #define XGBE_SGMII_1_OFFSET 0x0114
15 #define XGBE_SGMII_2_OFFSET 0x0214
18 #define PCSR_CPU_CTRL_OFFSET 0x1fd0
31 #define PHY_A(serdes) 0
40 {0x0000, 0x00800002, 0x00ff00ff},
41 {0x0014, 0x00003838, 0x0000ffff},
42 {0x0060, 0x1c44e438, 0xffffffff},
43 {0x0064, 0x00c18400, 0x00ffffff},
44 {0x0068, 0x17078200, 0xffffff00},
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c54 /* When an irrecoverable trap occurs at tl > 0, the trap entry
73 printk(KERN_EMERG "TRAPLOG: Error at trap level 0x%lx, " in dump_tl1_traplog()
77 for (i = 0; i < limit; i++) { in dump_tl1_traplog()
93 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap()
96 if (lvl < 0x100) { in bad_trap()
101 lvl -= 0x100; in bad_trap()
107 regs->tpc &= 0xffffffff; in bad_trap()
108 regs->tnpc &= 0xffffffff; in bad_trap()
119 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap_tl1()
124 sprintf (buffer, "Bad trap %lx at tl>0", lvl); in bad_trap_tl1()
[all …]
/openbmc/linux/sound/pci/mixart/
H A Dmixart_mixer.c24 0xc2c00000, /* [000] -96.0 dB */
25 0xc2bf0000, /* [001] -95.5 dB */
26 0xc2be0000, /* [002] -95.0 dB */
27 0xc2bd0000, /* [003] -94.5 dB */
28 0xc2bc0000, /* [004] -94.0 dB */
29 0xc2bb0000, /* [005] -93.5 dB */
30 0xc2ba0000, /* [006] -93.0 dB */
31 0xc2b90000, /* [007] -92.5 dB */
32 0xc2b80000, /* [008] -92.0 dB */
33 0xc2b70000, /* [009] -91.5 dB */
[all …]
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c37 #define FLOAT_ZERO 0x00000000
38 #define FLOAT_ONE 0x3f800000
39 #define FLOAT_TWO 0x40000000
40 #define FLOAT_THREE 0x40400000
41 #define FLOAT_FIVE 0x40a00000
42 #define FLOAT_SIX 0x40c00000
43 #define FLOAT_EIGHT 0x41000000
44 #define FLOAT_MINUS_5 0xc0a00000
46 #define UNSOL_TAG_DSP 0x16
55 #define MASTERCONTROL 0x80
[all …]
/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra194-cbb.c27 #define ERRLOGGER_0_ID_COREID_0 0x00000000
28 #define ERRLOGGER_0_ID_REVISIONID_0 0x00000004
29 #define ERRLOGGER_0_FAULTEN_0 0x00000008
30 #define ERRLOGGER_0_ERRVLD_0 0x0000000c
31 #define ERRLOGGER_0_ERRCLR_0 0x00000010
32 #define ERRLOGGER_0_ERRLOG0_0 0x00000014
33 #define ERRLOGGER_0_ERRLOG1_0 0x00000018
34 #define ERRLOGGER_0_RSVD_00_0 0x0000001c
35 #define ERRLOGGER_0_ERRLOG3_0 0x00000020
36 #define ERRLOGGER_0_ERRLOG4_0 0x00000024
[all …]