Searched +full:0 +full:x6400000 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qru1000.dtsi | 13 reg = <0x0 0xa0000000 0x0 0x6400000>; 18 reg = <0x0 0xaea00000 0x0 0x6400000>; 23 reg = <0x0 0xb4e00000 0x0 0x3200000>;
|
/openbmc/u-boot/include/configs/ |
H A D | ds109.h | 37 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */ 44 #define CONFIG_ENV_SIZE 0x10000 45 #define CONFIG_ENV_ADDR 0x3d0000 46 #define CONFIG_ENV_OFFSET 0x3d0000 /* env starts here */ 54 "bootm 0x6400000;" 57 "x_bootcmd_ethernet=ping 192.168.1.2\0" \ 58 "x_bootcmd_usb=usb start\0" \ 59 "x_bootcmd_kernel=fatload usb 0 0x6400000 uImage\0" \ 60 "x_bootargs=console=ttyS0,115200\0" \ 61 "x_bootargs_root=root=/dev/sda2 rootdelay=10\0" \ [all …]
|
H A D | dreamplug.h | 34 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */ 41 #define CONFIG_ENV_SIZE 0x1000 /* 4k */ 42 #define CONFIG_ENV_ADDR 0x100000 43 #define CONFIG_ENV_OFFSET 0x100000 /* env starts here */ 52 "bootm 0x6400000;" 55 "x_bootcmd_ethernet=ping 192.168.2.1\0" \ 56 "x_bootcmd_usb=usb start\0" \ 57 "x_bootcmd_kernel=fatload usb 0 0x6400000 uImage\0" \ 58 "x_bootargs=console=ttyS0,115200\0" \ 59 "x_bootargs_root=root=/dev/sda2 rootdelay=10\0" [all …]
|
H A D | sheevaplug.h | 36 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ 42 #define CONFIG_ENV_SIZE 0x20000 /* 128k */ 43 #define CONFIG_ENV_ADDR 0x80000 44 #define CONFIG_ENV_OFFSET 0x80000 /* env starts here */ 56 "bootm 0x6400000;" 60 "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x400000\0" \ 61 "x_bootcmd_usb=usb start\0" \ 62 "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0" 68 #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ 69 #define CONFIG_PHY_BASE_ADR 0
|
H A D | openrd.h | 37 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ 43 #define CONFIG_ENV_SIZE 0x20000 /* 128k */ 44 #define CONFIG_ENV_ADDR 0x60000 45 #define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ 57 "${x_bootcmd_usb}; bootm 0x6400000;" 60 CONFIG_MTDPARTS_DEFAULT " rw ubi.mtd=2,2048\0" \ 61 "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000\0" \ 62 "x_bootcmd_usb=usb start\0" \ 63 "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0" 70 # define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,msm8996-apcc.yaml | 13 Qualcomm CPU clock controller for MSM8996 CPUs, clock 0 is for Power cluster 50 reg = <0x6400000 0x90000>;
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | instruction_count_test.c | 58 if (difference < 0) in do_count_loop() 66 return 0; in do_count_loop() 75 do_count_loop(event, 0, 0, false); in determine_overhead() 78 for (i = 0; i < 100; i++) { in determine_overhead() 79 do_count_loop(event, 0, 0, false); in determine_overhead() 116 event_init_named(&event, 0x400FA, "PM_RUN_INST_CMPL"); in instruction_count() 135 FAIL_IF(do_count_loop(&event, 0x100000, overhead, true)); in instruction_count() 138 FAIL_IF(do_count_loop(&event, 0xa00000, overhead, true)); in instruction_count() 141 FAIL_IF(do_count_loop(&event, 0x6400000, overhead, true)); in instruction_count() 144 FAIL_IF(do_count_loop(&event, 0x40000000, overhead, true)); in instruction_count() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721e-main.dtsi | 15 #clock-cells = <0>; 17 clock-frequency = <0>; 21 #clock-cells = <0>; 23 clock-frequency = <0>; 30 reg = <0x0 0x70000000 0x0 0x800000>; 33 ranges = <0x0 0x0 0x70000000 0x800000>; 35 atf-sram@0 { 36 reg = <0x0 0x20000>; 42 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 45 ranges = <0x0 0x0 0x00100000 0x1c000>; [all …]
|