Searched +full:0 +full:xd9000000 (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/sram/ |
H A D | sram.yaml | 159 reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ 163 ranges = <0 0x5c000000 0x40000>; 166 reg = <0x100 0x50>; 170 reg = <0x1000 0x1000>; 175 reg = <0x20000 0x20000>; 190 reg = <0x02020000 0x54000>; 193 ranges = <0 0x02020000 0x54000>; 195 smp-sram@0 { 197 reg = <0x0 0x1000>; 202 reg = <0x53000 0x1000>; [all …]
|
/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson.dtsi | 28 reg = <0xc1100000 0x200000>; 31 ranges = <0x0 0xc1100000 0x200000>; 37 reg = <0x4000 0x400>; 44 reg = <0x5400 0x2ac>; 53 reg = <0x7c00 0x200>; 58 reg = <0x8100 0x8>; 63 reg = <0x84c0 0x18>; 71 reg = <0x84dc 0x18>; 78 reg = <0x8500 0x20>; 81 #size-cells = <0>; [all …]
|
/linux/drivers/remoteproc/ |
H A D | meson_mx_ao_arc.c | 23 #define AO_REMAP_REG0 0x0 24 #define AO_REMAP_REG0_REMAP_AHB_SRAM_BITS_17_14_FOR_ARM_CPU GENMASK(3, 0) 26 #define AO_REMAP_REG1 0x4 28 #define AO_REMAP_REG1_REMAP_AHB_SRAM_BITS_17_14_FOR_MEDIA_CPU GENMASK(3, 0) 30 #define AO_CPU_CNTL 0x0 34 #define AO_CPU_CNTL_RUN BIT(0) 36 #define AO_CPU_STAT 0x4 38 #define AO_SECURE_REG0 0x0 42 #define MESON_AO_RPROC_SRAM_USABLE_BITS 0xfff3c000ULL 44 #define MESON_AO_RPROC_MEMORY_OFFSET 0x10000000 [all …]
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | core.c | 70 set_bit(0, &core->sys_error); in venus_event_notify() 71 set_bit(0, &core->dump_core); in venus_event_notify() 95 if (ret < 0) { in venus_sys_error_handler() 97 max_attempts = 0; in venus_sys_error_handler() 104 for (i = 0; i < max_attempts; i++) { in venus_sys_error_handler() 114 if (test_bit(0, &core->dump_core)) { in venus_sys_error_handler() 116 clear_bit(0, &core->dump_core); in venus_sys_error_handler() 121 for (i = 0; i < max_attempts; i++) { in venus_sys_error_handler() 123 !pm_runtime_active(core->pmdomains->pd_devs[0])) in venus_sys_error_handler() 131 if (ret < 0) { in venus_sys_error_handler() [all …]
|
/linux/crypto/ |
H A D | aes_generic.c | 67 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 68 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 69 0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56, 70 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec, 71 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, 72 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb, 73 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 74 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b, 75 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c, 76 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83, [all …]
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 17 #define FW_ENCODE_32BIT_PATTERN 0x1e1e1e1e 23 #define BNX2X_MAX_ISCSI_TRGT_CONN_MASK 0xFFFF 24 #define BNX2X_MAX_ISCSI_TRGT_CONN_SHIFT 0 25 #define BNX2X_MAX_ISCSI_INIT_CONN_MASK 0xFFFF0000 31 #define BNX2X_MAX_FCOE_TRGT_CONN_MASK 0xFFFF 32 #define BNX2X_MAX_FCOE_TRGT_CONN_SHIFT 0 33 #define BNX2X_MAX_FCOE_INIT_CONN_MASK 0xFFFF0000 42 #define PIN_CFG_NA 0x00000000 43 #define PIN_CFG_GPIO0_P0 0x00000001 44 #define PIN_CFG_GPIO1_P0 0x00000002 [all …]
|