Searched +full:0 +full:xff040000 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | rockchip,pdm.yaml | 74 enum: [ 0, 1, 2, 3 ] 77 const: 0 104 reg = <0x0 0xff040000 0x0 0x1000>; 110 #sound-dai-cells = <0>; 112 pinctrl-0 = <&pdmm0_clk
|
/openbmc/u-boot/include/configs/ |
H A D | eb_cpu5282.h | 18 #define CONFIG_SYS_UART_PORT (0) 34 #define STATUS_LED_ACTIVE 0 41 #define CONFIG_ENV_ADDR 0xFF040000 42 #define CONFIG_ENV_SECT_SIZE 0x00020000 58 #define CONFIG_SYS_LOAD_ADDR 0x20000 60 #define CONFIG_SYS_MEMTEST_START 0x100000 61 #define CONFIG_SYS_MEMTEST_END 0x400000 72 #define CONFIG_SYS_MFD 0x02 /* PLL Multiplication Factor Devider */ 73 #define CONFIG_SYS_RFD 0x00 /* PLL Reduce Frecuency Devider */ 85 #define CONFIG_SYS_FEC0_PINMUX 0 [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-zynqmp.c | 39 #define GEM_REVISION 0x40070106 41 #define GIC_BASE_ADDR 0xf9000000 42 #define GIC_DIST_ADDR 0xf9010000 43 #define GIC_CPU_ADDR 0xf9020000 44 #define GIC_VIFACE_ADDR 0xf9040000 45 #define GIC_VCPU_ADDR 0xf9060000 48 #define SATA_ADDR 0xFD0C0000 51 #define QSPI_ADDR 0xff0f0000 52 #define LQSPI_ADDR 0xc0000000 54 #define QSPI_DMA_ADDR 0xff0f0800 [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp.dtsi | 22 #size-cells = <0>; 24 cpu0: cpu@0 { 29 reg = <0x0>; 37 reg = <0x1>; 46 reg = <0x2>; 55 reg = <0x3>; 63 CPU_SLEEP_0: cpu-sleep-0 { 65 arm,psci-suspend-param = <0x40000000>; 108 interrupts = <0 143 4>, 109 <0 144 4>, [all …]
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp.dtsi | 29 #size-cells = <0>; 31 cpu0: cpu@0 { 36 reg = <0x0>; 45 reg = <0x1>; 55 reg = <0x2>; 65 reg = <0x3>; 80 CPU_SLEEP_0: cpu-sleep-0 { 82 arm,psci-suspend-param = <0x40000000>; 123 reg = <0x0 0x3ed00000 0x0 0x40000>; 128 reg = <0x0 0x3ef00000 0x0 0x40000>; [all …]
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3308.dtsi | 39 #size-cells = <0>; 41 cpu0: cpu@0 { 44 reg = <0x0 0x0>; 57 reg = <0x0 0x1>; 67 reg = <0x0 0x2>; 77 reg = <0x0 0x3>; 90 arm,psci-suspend-param = <0x0010000>; 104 cpu0_opp_table: opp-table-0 { 144 #clock-cells = <0>; 162 #clock-cells = <0>; [all …]
|
H A D | rk3328.dtsi | 36 #size-cells = <0>; 38 cpu0: cpu@0 { 41 reg = <0x0 0x0>; 54 reg = <0x0 0x1>; 67 reg = <0x0 0x2>; 80 reg = <0x0 0x3>; 96 arm,psci-suspend-param = <0x0010000>; 110 cpu0_opp_table: opp-table-0 { 208 #clock-cells = <0>; 215 reg = <0x0 0xff000000 0x0 0x1000>; [all …]
|
H A D | px30.dtsi | 40 #size-cells = <0>; 42 cpu0: cpu@0 { 45 reg = <0x0 0x0>; 57 reg = <0x0 0x1>; 69 reg = <0x0 0x2>; 81 reg = <0x0 0x3>; 96 arm,psci-suspend-param = <0x0010000>; 105 arm,psci-suspend-param = <0x1010000>; 113 cpu0_opp_table: opp-table-0 { 164 #clock-cells = <0>; [all …]
|
/openbmc/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 …]
|