Searched +full:0 +full:xf9800000 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/mach-spear/ |
H A D | spear.h | 18 #define SPEAR_ICM1_2_BASE UL(0xD0000000) 19 #define VA_SPEAR_ICM1_2_BASE IOMEM(0xFD000000) 20 #define SPEAR_ICM1_UART_BASE UL(0xD0000000) 22 #define SPEAR3XX_ICM1_SSP_BASE UL(0xD0100000) 25 #define SPEAR_ICM3_ML1_2_BASE UL(0xF0000000) 26 #define VA_SPEAR6XX_ML_CPU_BASE IOMEM(0xF0000000) 29 #define SPEAR_ICM3_SMI_CTRL_BASE UL(0xFC000000) 30 #define VA_SPEAR_ICM3_SMI_CTRL_BASE IOMEM(0xFC000000) 31 #define SPEAR_ICM3_DMA_BASE UL(0xFC400000) 32 #define SPEAR_ICM3_SYS_CTRL_BASE UL(0xFCA00000) [all …]
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-axg.dtsi | 24 tdmif_a: audio-controller-0 { 26 #sound-dai-cells = <0>; 37 #sound-dai-cells = <0>; 48 #sound-dai-cells = <0>; 67 #address-cells = <0x2>; 68 #size-cells = <0x0>; 70 cpu0: cpu@0 { 73 reg = <0x0 0x0>; 76 clocks = <&scpi_dvfs 0>; 84 reg = <0x0 0x1>; [all …]
|
/linux/arch/arm/probes/kprobes/ |
H A D | test-thumb.c | 26 kprobe_test_cc_position = 0; 34 " mov r1, #0x11 \n\t" \ 35 " mov r2, #0x22 \n\t" \ 36 " mov r3, #0x33 \n\t" \ 65 TEST_R( "lsls r7, r",0,VAL1,", #5") in kprobe_thumb16_test_cases() 67 TEST_R( "lsrs r7, r",0,VAL1,", #5") in kprobe_thumb16_test_cases() 69 TEST_R( "asrs r7, r",0,VAL1,", #5") in kprobe_thumb16_test_cases() 71 TEST_RR( "adds r2, r",0,VAL1,", r",7,VAL2,"") in kprobe_thumb16_test_cases() 72 TEST_RR( "adds r5, r",7,VAL2,", r",0,VAL2,"") in kprobe_thumb16_test_cases() 73 TEST_RR( "subs r2, r",0,VAL1,", r",7,VAL2,"") in kprobe_thumb16_test_cases() [all …]
|