/Linux-v5.10/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 26 #size-cells = <0>; 28 cpu@0 { 31 reg = <0>; 51 reg = <0 0x80000000 0 0x08000000>; 57 #address-cells = <0>; 59 reg = <0 0x2c001000 0 0x1000>, 60 <0 0x2c002000 0 0x100>; 65 interrupts = <1 13 0xf08>, 66 <1 14 0xf08>, 67 <1 11 0xf08>, [all …]
|
D | ecx-2000.dts | 9 /memreserve/ 0x00000000 0x0001000; 19 #size-cells = <0>; 21 cpu@0 { 24 reg = <0>; 54 memory@0 { 57 reg = <0x00000000 0x00000000 0x00000000 0xff800000>; 63 reg = <0x00000002 0x00000000 0x00000003 0x00000000>; 67 ranges = <0x00000000 0x00000000 0x00000000 0xffffffff>; 70 compatible = "arm,cortex-a15-timer", "arm,armv7-timer"; interrupts = <1 13 0xf08>, 71 <1 14 0xf08>, [all …]
|
D | vexpress-v2p-ca15-tc1.dts | 16 arm,hbi = <0x237>; 17 arm,vexpress,site = <0xf>; 36 #size-cells = <0>; 38 cpu@0 { 41 reg = <0>; 53 reg = <0 0x80000000 0 0x40000000>; 61 /* Chipselect 2 is physically at 0x18000000 */ 65 reg = <0 0x18000000 0 0x00800000>; 72 reg = <0 0x2b000000 0 0x1000>; 73 interrupts = <0 85 4>; [all …]
|
D | qcom-apq8084.dtsi | 21 reg = <0xfa00000 0x200000>; 28 #size-cells = <0>; 30 cpu@0 { 33 reg = <0>; 93 reg = <0x0 0x0>; 188 interrupts = <GIC_PPI 7 0xf04>; 194 #clock-cells = <0>; 200 #clock-cells = <0>; 207 interrupts = <GIC_PPI 2 0xf08>, 208 <GIC_PPI 3 0xf08>, [all …]
|
D | qcom-ipq4019.dtsi | 21 #address-cells = <0x1>; 22 #size-cells = <0x1>; 26 reg = <0x87e00000 0x080000>; 31 reg = <0x87e80000 0x180000>; 45 #size-cells = <0>; 46 cpu@0 { 53 reg = <0x0>; 55 clock-frequency = <0>; 67 reg = <0x1>; 69 clock-frequency = <0>; [all …]
|
D | vexpress-v2p-ca15_a7.dts | 16 arm,hbi = <0x249>; 17 arm,vexpress,site = <0xf>; 36 #size-cells = <0>; 38 cpu0: cpu@0 { 41 reg = <0>; 61 reg = <0x100>; 71 reg = <0x101>; 81 reg = <0x102>; 109 reg = <0 0x80000000 0 0x40000000>; 117 /* Chipselect 2 is physically at 0x18000000 */ [all …]
|
D | hip04.dtsi | 22 boot-method = <0x10c00000 0x10000>, <0xe0000100 0x1000>; 27 #size-cells = <0>; 87 CPU0: cpu@0 { 90 reg = <0>; 110 reg = <0x100>; 115 reg = <0x101>; 120 reg = <0x102>; 125 reg = <0x103>; 130 reg = <0x200>; 135 reg = <0x201>; [all …]
|
D | qcom-msm8974.dtsi | 25 reg = <0x08000000 0x5100000>; 30 reg = <0x0d100000 0x100000>; 35 reg = <0x0d200000 0xa00000>; 40 reg = <0x0dc00000 0x1900000>; 45 reg = <0x0f500000 0x500000>; 50 reg = <0xfa00000 0x200000>; 55 reg = <0x0fc00000 0x160000>; 60 reg = <0x0fd60000 0x20000>; 66 reg = <0x0fd80000 0x180000>; 75 #size-cells = <0>; [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.yaml | 104 interrupts = <1 13 0xf08>, 105 <1 14 0xf08>, 106 <1 11 0xf08>, 107 <1 10 0xf08>;
|
/Linux-v5.10/include/linux/amba/ |
D | sp810.h | 18 #define SCCTRL 0x000 19 #define SCSYSSTAT 0x004 20 #define SCIMCTRL 0x008 21 #define SCIMSTAT 0x00C 22 #define SCXTALCTRL 0x010 23 #define SCPLLCTRL 0x014 24 #define SCPLLFCTRL 0x018 25 #define SCPERCTRL0 0x01C 26 #define SCPERCTRL1 0x020 27 #define SCPEREN 0x024 [all …]
|
/Linux-v5.10/arch/arm/mach-highbank/ |
D | sysregs.h | 16 #define HB_SREG_A9_PWR_REQ 0xf00 17 #define HB_SREG_A9_BOOT_STAT 0xf04 18 #define HB_SREG_A9_BOOT_DATA 0xf08 20 #define HB_PWR_SUSPEND 0 25 #define SREG_CPU_PWR_CTRL(c) (0x200 + ((c) * 4)) 29 int cpu = MPIDR_AFFINITY_LEVEL(cpu_logical_map(smp_processor_id()), 0); in highbank_set_core_pwr() 38 int cpu = MPIDR_AFFINITY_LEVEL(cpu_logical_map(smp_processor_id()), 0); in highbank_clear_core_pwr() 42 writel_relaxed(0, sregs_base + SREG_CPU_PWR_CTRL(cpu)); in highbank_clear_core_pwr() 71 writel(~0UL, sregs_base + HB_SREG_A9_PWR_REQ); in highbank_clear_pwr_request()
|
/Linux-v5.10/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex.dtsi | 21 service_reserved: svcbuffer@0 { 23 reg = <0x0 0x0 0x0 0x2000000>; 24 alignment = <0x1000>; 31 #size-cells = <0>; 33 cpu0: cpu@0 { 37 reg = <0x0>; 44 reg = <0x1>; 51 reg = <0x2>; 58 reg = <0x3>; 64 interrupts = <0 170 4>, [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 21 service_reserved: svcbuffer@0 { 23 reg = <0x0 0x0 0x0 0x1000000>; 24 alignment = <0x1000>; 31 #size-cells = <0>; 33 cpu0: cpu@0 { 37 reg = <0x0>; 44 reg = <0x1>; 51 reg = <0x2>; 58 reg = <0x3>; 64 interrupts = <0 170 4>, [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043a.dtsi | 35 #size-cells = <0>; 43 cpu0: cpu@0 { 46 reg = <0x0>; 47 clocks = <&clockgen 1 0>; 56 reg = <0x1>; 57 clocks = <&clockgen 1 0>; 66 reg = <0x2>; 67 clocks = <&clockgen 1 0>; 76 reg = <0x3>; 77 clocks = <&clockgen 1 0>; [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/xilinx/ |
D | zynqmp.dtsi | 25 #size-cells = <0>; 27 cpu0: cpu@0 { 32 reg = <0x0>; 40 reg = <0x1>; 49 reg = <0x2>; 58 reg = <0x3>; 66 CPU_SLEEP_0: cpu-sleep-0 { 68 arm,psci-suspend-param = <0x40000000>; 110 interrupts = <0 143 4>, 111 <0 144 4>, [all …]
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | m54xxsim.h | 15 #define IOMEMSIZE 0x01000000 24 #define MCFICM_INTC0 (MCF_MBAR + 0x700) /* Base for Interrupt Ctrl 0 */ 26 #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ 27 #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ 28 #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ 29 #define MCFINTC_IMRL 0x0c /* Interrupt mask 1-31 */ 30 #define MCFINTC_INTFRCH 0x10 /* Interrupt force 32-63 */ 31 #define MCFINTC_INTFRCL 0x14 /* Interrupt force 1-31 */ 32 #define MCFINTC_IRLR 0x18 /* */ 33 #define MCFINTC_IACKL 0x19 /* */ [all …]
|
/Linux-v5.10/drivers/spi/ |
D | spi-coldfire-qspi.c | 29 #define MCFQSPI_QMR 0x00 30 #define MCFQSPI_QMR_MSTR 0x8000 31 #define MCFQSPI_QMR_CPOL 0x0200 32 #define MCFQSPI_QMR_CPHA 0x0100 33 #define MCFQSPI_QDLYR 0x04 34 #define MCFQSPI_QDLYR_SPE 0x8000 35 #define MCFQSPI_QWR 0x08 36 #define MCFQSPI_QWR_HALT 0x8000 37 #define MCFQSPI_QWR_WREN 0x4000 38 #define MCFQSPI_QWR_CSIV 0x1000 [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/ |
D | xen.txt | 45 reg = <0 0xb0000000 0 0x20000>; 46 interrupts = <1 15 0xf08>; 48 xen,uefi-system-table = <0xXXXXXXXX>; 49 xen,uefi-mmap-start = <0xXXXXXXXX>; 50 xen,uefi-mmap-size = <0xXXXXXXXX>; 51 xen,uefi-mmap-desc-size = <0xXXXXXXXX>; 52 xen,uefi-mmap-desc-ver = <0xXXXXXXXX>;
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sdm630.dtsi | 22 #clock-cells = <0>; 29 #clock-cells = <0>; 37 #size-cells = <0>; 42 reg = <0x0 0x100>; 61 reg = <0x0 0x101>; 76 reg = <0x0 0x102>; 91 reg = <0x0 0x103>; 103 CPU4: cpu@0 { 106 reg = <0x0 0x0>; 125 reg = <0x0 0x1>; [all …]
|
/Linux-v5.10/drivers/media/dvb-frontends/ |
D | sp887x.c | 38 } while (0) 42 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = len }; in i2c_writebytes() 51 return 0; in i2c_writebytes() 56 u8 b0 [] = { reg >> 8 , reg & 0xff, data >> 8, data & 0xff }; in sp887x_writereg() 57 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 4 }; in sp887x_writereg() 64 if (!(reg == 0xf1a && data == 0x000 && in sp887x_writereg() 68 __func__, reg & 0xffff, data & 0xffff, ret); in sp887x_writereg() 73 return 0; in sp887x_writereg() 78 u8 b0 [] = { reg >> 8 , reg & 0xff }; in sp887x_readreg() 81 struct i2c_msg msg[] = {{ .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, in sp887x_readreg() [all …]
|
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
D | rtw8821c.h | 13 u8 mac_addr[ETH_ALEN]; /* 0xd0 */ 21 u8 ltr_cap; /* 0xe3 */ 26 u8 res0:2; /* 0xf4 */ 50 u8 res0[0x0e]; 55 u8 channel_plan; /* 0xb8 */ 59 u8 pa_type; /* 0xbc */ 60 u8 lna_type_2g[2]; /* 0xbd */ 70 u8 rf_antenna_option; /* 0xc9 */ 82 /* 0xC00-0xCFF and 0xE00-0xEFF have the same layout */ in _rtw_write32s_mask() 84 rtw_write32_mask(rtwdev, addr + 0x200, mask, data); in _rtw_write32s_mask() [all …]
|
/Linux-v5.10/drivers/firewire/ |
D | nosy.h | 10 #define PCILYNX_MAX_REGISTER 0xfff 11 #define PCILYNX_MAX_MEMORY 0xffff 13 #define PCI_LATENCY_CACHELINE 0x0c 15 #define MISC_CONTROL 0x40 16 #define MISC_CONTROL_SWRESET (1<<0) 18 #define SERIAL_EEPROM_CONTROL 0x44 20 #define PCI_INT_STATUS 0x48 21 #define PCI_INT_ENABLE 0x4c 42 #define PCI_INT_DMA0_HLT (1<<0) 44 #define PCI_INT_DMA_ALL 0x3ff [all …]
|
/Linux-v5.10/sound/pci/hda/ |
D | ca0132_regs.h | 12 #define DSP_CHIP_OFFSET 0x100000 13 #define DSP_DBGCNTL_MODULE_OFFSET 0xE30 17 #define DSP_DBGCNTL_EXEC_LOBIT 0x0 18 #define DSP_DBGCNTL_EXEC_HIBIT 0x3 19 #define DSP_DBGCNTL_EXEC_MASK 0xF 21 #define DSP_DBGCNTL_SS_LOBIT 0x4 22 #define DSP_DBGCNTL_SS_HIBIT 0x7 23 #define DSP_DBGCNTL_SS_MASK 0xF0 25 #define DSP_DBGCNTL_STATE_LOBIT 0xA 26 #define DSP_DBGCNTL_STATE_HIBIT 0xD [all …]
|
/Linux-v5.10/include/linux/mlx4/ |
D | cmd.h | 43 MLX4_CMD_SYS_EN = 0x1, 44 MLX4_CMD_SYS_DIS = 0x2, 45 MLX4_CMD_MAP_FA = 0xfff, 46 MLX4_CMD_UNMAP_FA = 0xffe, 47 MLX4_CMD_RUN_FW = 0xff6, 48 MLX4_CMD_MOD_STAT_CFG = 0x34, 49 MLX4_CMD_QUERY_DEV_CAP = 0x3, 50 MLX4_CMD_QUERY_FW = 0x4, 51 MLX4_CMD_ENABLE_LAM = 0xff8, 52 MLX4_CMD_DISABLE_LAM = 0xff7, [all …]
|
/Linux-v5.10/sound/pci/lola/ |
D | lola.h | 17 #define LOLA_BAR0_GCAP 0x00 18 #define LOLA_BAR0_VMIN 0x02 19 #define LOLA_BAR0_VMAJ 0x03 20 #define LOLA_BAR0_OUTPAY 0x04 21 #define LOLA_BAR0_INPAY 0x06 22 #define LOLA_BAR0_GCTL 0x08 23 #define LOLA_BAR0_WAKEEN 0x0c 24 #define LOLA_BAR0_STATESTS 0x0e 25 #define LOLA_BAR0_GSTS 0x10 26 #define LOLA_BAR0_OUTSTRMPAY 0x18 [all …]
|