/Linux-v5.10/arch/mips/lantiq/falcon/ |
D | prom.c | 25 #define PART_MASK 0x0FFFF000 27 #define REV_MASK 0xF0000000 29 #define SREV_MASK 0x03C00000 31 #define TYPE_MASK 0x3C000000 34 #define BOOT_REG_BASE (KSEG1 | 0x1F200000) 35 #define BOOT_RVEC (BOOT_REG_BASE | 0x00) 36 #define BOOT_NVEC (BOOT_REG_BASE | 0x04) 37 #define BOOT_EVEC (BOOT_REG_BASE | 0x08) 61 sprintf(i->rev_type, "%c%d%d", (i->srev & 0x4) ? ('B') : ('A'), in ltq_soc_detect() 62 i->rev & 0x7, (i->srev & 0x3) + 1); in ltq_soc_detect() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/mailbox/ |
D | nvidia,tegra186-hsp.txt | 50 - bits 23.. 0: 63 reg = <0x0 0x03c00000 0x0 0xa0000>;
|
/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
D | ar956x_initvals.h | 41 {0x00009800, 0xafe68e30}, 42 {0x00009804, 0xfd14e000}, 43 {0x00009808, 0x9c0a9f6b}, 44 {0x0000980c, 0x04900000}, 45 {0x00009814, 0x0280c00a}, 46 {0x00009818, 0x00000000}, 47 {0x0000981c, 0x00020028}, 48 {0x00009834, 0x6400a190}, 49 {0x00009838, 0x0108ecff}, 50 {0x0000983c, 0x14000600}, [all …]
|
D | ar9003_phy.h | 23 #define AR_CHAN_BASE 0x9800 25 #define AR_PHY_TIMING1 (AR_CHAN_BASE + 0x0) 26 #define AR_PHY_TIMING2 (AR_CHAN_BASE + 0x4) 27 #define AR_PHY_TIMING3 (AR_CHAN_BASE + 0x8) 28 #define AR_PHY_TIMING4 (AR_CHAN_BASE + 0xc) 29 #define AR_PHY_TIMING5 (AR_CHAN_BASE + 0x10) 30 #define AR_PHY_TIMING6 (AR_CHAN_BASE + 0x14) 31 #define AR_PHY_TIMING11 (AR_CHAN_BASE + 0x18) 32 #define AR_PHY_SPUR_REG (AR_CHAN_BASE + 0x1c) 33 #define AR_PHY_RX_IQCAL_CORR_B0 (AR_CHAN_BASE + 0xdc) [all …]
|
D | debug.c | 81 return 0; in ath9k_debugfs_release_buf() 94 len = sprintf(buf, "0x%08x\n", common->debug_mask); in read_file_debug() 111 buf[len] = '\0'; in write_file_debug() 112 if (kstrtoul(buf, 0, &mask)) in write_file_debug() 138 unsigned int len = 0; in read_file_ani() 140 ssize_t retval = 0; in read_file_ani() 173 for (i = 0; i < ARRAY_SIZE(ani_info); i++) in read_file_ani() 201 buf[len] = '\0'; in write_file_ani() 202 if (kstrtoul(buf, 0, &ani)) in write_file_ani() 261 buf[len] = '\0'; in write_file_bt_ant_diversity() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.h | 32 #define HSA_CAP_HOT_PLUGGABLE 0x00000001 33 #define HSA_CAP_ATS_PRESENT 0x00000002 34 #define HSA_CAP_SHARED_WITH_GRAPHICS 0x00000004 35 #define HSA_CAP_QUEUE_SIZE_POW2 0x00000008 36 #define HSA_CAP_QUEUE_SIZE_32BIT 0x00000010 37 #define HSA_CAP_QUEUE_IDLE_EVENT 0x00000020 38 #define HSA_CAP_VA_LIMIT 0x00000040 39 #define HSA_CAP_WATCH_POINTS_SUPPORTED 0x00000080 40 #define HSA_CAP_WATCH_POINTS_TOTALBITS_MASK 0x00000f00 42 #define HSA_CAP_DOORBELL_TYPE_TOTALBITS_MASK 0x00003000 [all …]
|
/Linux-v5.10/arch/powerpc/boot/dts/ |
D | mpc5121ads.dts | 21 nand@0 { 23 reg = <0x00000000 0x40000000>; /* 512MB + 512MB */ 28 ranges = <0x0 0x0 0xfc000000 0x04000000 29 0x2 0x0 0x82000000 0x00008000>; 31 flash@0,0 { 33 reg = <0 0x0 0x4000000>; 39 protected@0 { 41 reg = <0x00000000 0x00040000>; // first sector is protected 46 reg = <0x00040000 0x03c00000>; // 60M for filesystem 50 reg = <0x03c40000 0x00280000>; // 2.5M for kernel [all …]
|
/Linux-v5.10/arch/arm/mach-pxa/ |
D | idp.h | 28 #define IDP_IDE_PHYS (PXA_CS5_PHYS + 0x03000000) 29 #define IDP_ETH_PHYS (PXA_CS5_PHYS + 0x03400000) 30 #define IDP_COREVOLT_PHYS (PXA_CS5_PHYS + 0x03800000) 31 #define IDP_CPLD_PHYS (PXA_CS5_PHYS + 0x03C00000) 38 #define IDP_COREVOLT_VIRT (0xf0000000) 44 #if (IDP_CPLD_VIRT + IDP_CPLD_SIZE) > 0xfc000000 59 #define _IDP_CPLD_REV (IDP_CPLD_PHYS + 0x00) 60 #define _IDP_CPLD_PERIPH_PWR (IDP_CPLD_PHYS + 0x04) 61 #define _IDP_CPLD_LED_CONTROL (IDP_CPLD_PHYS + 0x08) 62 #define _IDP_CPLD_KB_COL_HIGH (IDP_CPLD_PHYS + 0x0C) [all …]
|
/Linux-v5.10/arch/m68k/sun3x/ |
D | dvma.c | 29 #define IOMMU_ADDR_MASK 0x03ffe000 30 #define IOMMU_CACHE_INHIBIT 0x00000040 31 #define IOMMU_FULL_BLOCK 0x00000020 32 #define IOMMU_MODIFIED 0x00000010 33 #define IOMMU_USED 0x00000008 34 #define IOMMU_WRITE_PROTECT 0x00000004 35 #define IOMMU_DT_MASK 0x00000003 36 #define IOMMU_DT_INVALID 0x00000000 37 #define IOMMU_DT_VALID 0x00000001 38 #define IOMMU_DT_BAD 0x00000002 [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra234.dtsi | 14 bus@0 { 19 ranges = <0x0 0x0 0x0 0x40000000>; 23 reg = <0x00100000 0xf000>, 24 <0x0010f000 0x1000>; 30 reg = <0x03100000 0x10000>; 41 reg = <0x03460000 0x20000>; 53 reg = <0x03810000 0x10000>; 60 reg = <0x03c00000 0xa0000>; 78 reg = <0x0c150000 0x90000>; 84 * Shared interrupt 0 is routed only to AON/SPE, so [all …]
|
D | tegra186.dtsi | 20 reg = <0x0 0x00100000 0x0 0xf000>, 21 <0x0 0x0010f000 0x0 0x1000>; 27 reg = <0x0 0x2200000 0x0 0x10000>, 28 <0x0 0x2210000 0x0 0x10000>; 44 reg = <0x0 0x02490000 0x0 0x10000>; 71 snps,burst-map = <0x7>; 85 ranges = <0x02900000 0x0 0x02900000 0x200000>; 90 reg = <0x02930000 0x20000>; 92 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 135 reg = <0x02a41000 0x1000>, [all …]
|
/Linux-v5.10/arch/arm/mach-ep93xx/ |
D | ts72xx.c | 71 #define TS72XX_NAND_CONTROL_ADDR_LINE 22 /* 0xN0400000 */ 72 #define TS72XX_NAND_BUSY_ADDR_LINE 23 /* 0xN0800000 */ 83 bits = __raw_readb(addr) & ~0x07; in ts72xx_nand_hwcontrol() 84 bits |= (ctrl & NAND_NCE) << 2; /* bit 0 -> bit 2 */ in ts72xx_nand_hwcontrol() 86 bits |= (ctrl & NAND_ALE) >> 2; /* bit 2 -> bit 0 */ in ts72xx_nand_hwcontrol() 101 return !!(__raw_readb(addr) & 0x20); in ts72xx_nand_device_ready() 110 .offset = 0, 129 .chip_offset = 0, 140 .start = 0, /* filled in later */ 141 .end = 0, /* filled in later */ [all …]
|
/Linux-v5.10/arch/arm/net/ |
D | bpf_jit_32.h | 12 #define ARM_R0 0 29 #define ARM_COND_EQ 0x0 /* == */ 30 #define ARM_COND_NE 0x1 /* != */ 31 #define ARM_COND_CS 0x2 /* unsigned >= */ 33 #define ARM_COND_CC 0x3 /* unsigned < */ 35 #define ARM_COND_MI 0x4 /* < 0 */ 36 #define ARM_COND_PL 0x5 /* >= 0 */ 37 #define ARM_COND_VS 0x6 /* Signed Overflow */ 38 #define ARM_COND_VC 0x7 /* No Signed Overflow */ 39 #define ARM_COND_HI 0x8 /* unsigned > */ [all …]
|
/Linux-v5.10/drivers/cpufreq/ |
D | speedstep-lib.c | 27 #define relaxed_check 0 40 [27, 25:22] (in MSR 0x2a) */ in pentium3_get_frequency() 42 { 30, 0x01 }, in pentium3_get_frequency() 43 { 35, 0x05 }, in pentium3_get_frequency() 44 { 40, 0x02 }, in pentium3_get_frequency() 45 { 45, 0x06 }, in pentium3_get_frequency() 46 { 50, 0x00 }, in pentium3_get_frequency() 47 { 55, 0x04 }, in pentium3_get_frequency() 48 { 60, 0x0b }, in pentium3_get_frequency() 49 { 65, 0x0f }, in pentium3_get_frequency() [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | ste-u300.dts | 25 reg = <0x48000000 0x03c00000>; 36 reg = <0xc0011000 0x1000>; 38 #clock-cells = <0>; 43 #clock-cells = <0>; 49 #clock-cells = <0>; 51 clock-type = <0>; /* Slow */ 52 clock-id = <0>; 56 #clock-cells = <0>; 58 clock-type = <0>; /* Slow */ 63 #clock-cells = <0>; [all …]
|
D | sun9i-a80.dtsi | 65 #size-cells = <0>; 67 cpu0: cpu@0 { 73 reg = <0x0>; 82 reg = <0x1>; 91 reg = <0x2>; 100 reg = <0x3>; 109 reg = <0x100>; 118 reg = <0x101>; 127 reg = <0x102>; 136 reg = <0x103>; [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | allwinner,sun4i-a10-tcon.yaml | 19 const: 0 128 const: 0 130 port@0: 141 "^endpoint(@[0-9])$": 164 - port@0 390 reg = <0x01c0c000 0x1000>; 401 #clock-cells = <0>; 406 #size-cells = <0>; 408 port@0 { 410 #size-cells = <0>; [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | targaddrs.h | 25 #define QCA988X_HOST_INTEREST_ADDRESS 0x00400800 26 #define HOST_INTEREST_MAX_SIZE 0x200 39 u32 hi_app_host_interest; /* 0x00 */ 42 u32 hi_failure_state; /* 0x04 */ 45 u32 hi_dbglog_hdr; /* 0x08 */ 47 u32 hi_unused0c; /* 0x0c */ 53 u32 hi_option_flag; /* 0x10 */ 59 u32 hi_serial_enable; /* 0x14 */ 62 u32 hi_dset_list_head; /* 0x18 */ 65 u32 hi_app_start; /* 0x1c */ [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | cg14.c | 57 #define CG14_MCR_INTENABLE_MASK 0x80 59 #define CG14_MCR_VIDENABLE_MASK 0x40 61 #define CG14_MCR_PIXMODE_MASK 0x30 63 #define CG14_MCR_TMR_MASK 0x0c 65 #define CG14_MCR_TMENABLE_MASK 0x02 66 #define CG14_MCR_RESET_SHIFT 0 67 #define CG14_MCR_RESET_MASK 0x01 69 #define CG14_REV_REVISION_MASK 0xf0 70 #define CG14_REV_IMPL_SHIFT 0 71 #define CG14_REV_IMPL_MASK 0x0f [all …]
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | kvm.c | 29 #define KVM_INST_LWZ 0x80000000 30 #define KVM_INST_STW 0x90000000 31 #define KVM_INST_LD 0xe8000000 32 #define KVM_INST_STD 0xf8000000 33 #define KVM_INST_NOP 0x60000000 34 #define KVM_INST_B 0x48000000 35 #define KVM_INST_B_MASK 0x03ffffff 36 #define KVM_INST_B_MAX 0x01ffffff 37 #define KVM_INST_LI 0x38000000 39 #define KVM_MASK_RT 0x03e00000 [all …]
|
/Linux-v5.10/include/soc/fsl/qe/ |
D | qe.h | 32 #define MEM_PART_SYSTEM 0 38 QE_CLK_NONE = 0, 136 return 0; in cpm_muram_dma() 228 return 0; in qe_alive_during_sleep() 287 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */ 300 __be32 traps[16]; /* Trap addresses, 0 == ignore */ 344 #define BD_STATUS_MASK 0xffff0000 345 #define BD_LENGTH_MASK 0x0000ffff 353 #define QE_RISC_ALLOCATION_RISC1 0x1 /* RISC 1 */ 354 #define QE_RISC_ALLOCATION_RISC2 0x2 /* RISC 2 */ [all …]
|
/Linux-v5.10/arch/hexagon/kernel/ |
D | vm_init_segtable.S | 16 * Start with mapping PA=0 to both VA=0x0 and VA=0xc000000 as 16MB large pages. 46 /* VA 0x00000000 */ 59 /* VA 0x40000000 */ 68 /* VA 0x80000000 */ 74 /*0xa8*/.word X,X,X,X 77 /*0xa9*/.word BKPG_IO(0xa9000000),BKPG_IO(0xa9000000),BKPG_IO(0xa9000000),BKPG_IO(0xa9000000) 79 /*0xa9*/.word X,X,X,X 81 /*0xaa*/.word X,X,X,X 82 /*0xab*/.word X,X,X,X 83 /*0xac*/.word X,X,X,X [all …]
|
/Linux-v5.10/drivers/staging/comedi/drivers/ |
D | s626.h | 36 #define S626_RANGE_5V 0x10 /* +/-5V range */ 37 #define S626_RANGE_10V 0x00 /* +/-10V range */ 39 #define S626_EOPL 0x80 /* End of ADC poll list marker. */ 40 #define S626_GSEL_BIPOLAR5V 0x00F0 /* S626_LP_GSEL setting 5V bipolar. */ 41 #define S626_GSEL_BIPOLAR10V 0x00A0 /* S626_LP_GSEL setting 10V bipolar. */ 44 #define S626_ERR_ILLEGAL_PARM 0x00010000 /* 48 #define S626_ERR_I2C 0x00020000 /* I2C error. */ 49 #define S626_ERR_COUNTERSETUP 0x00200000 /* 53 #define S626_ERR_DEBI_TIMEOUT 0x00400000 /* DEBI transfer timed out. */ 74 #define S626_IRQ_GPIO3 0x00000040 /* IRQ enable for GPIO3. */ [all …]
|
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 23 } while (0) 59 rtl_set_bbreg(hw, RRFMOD, 0xC00, 0x3); in rtl8812ae_fixspur() 60 /* 0x8AC[11:10] = 2'b11*/ in rtl8812ae_fixspur() 62 rtl_set_bbreg(hw, RRFMOD, 0xC00, 0x2); in rtl8812ae_fixspur() 63 /* 0x8AC[11:10] = 2'b10*/ in rtl8812ae_fixspur() 70 rtl_set_bbreg(hw, RRFMOD, 0x300, 0x3); in rtl8812ae_fixspur() 71 /*0x8AC[9:8] = 2'b11*/ in rtl8812ae_fixspur() 73 /* 0x8C4[30] = 1*/ in rtl8812ae_fixspur() 77 /*0x8C4[30] = 1*/ in rtl8812ae_fixspur() 79 rtl_set_bbreg(hw, RRFMOD, 0x300, 0x2); in rtl8812ae_fixspur() [all …]
|
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-esdhc-imx.c | 33 #define ESDHC_SYS_CTRL_DTOCV_MASK 0x0f 34 #define ESDHC_CTRL_D3CD 0x08 37 #define ESDHC_VENDOR_SPEC 0xc0 41 #define ESDHC_DEBUG_SEL_AND_STATUS_REG 0xc2 42 #define ESDHC_DEBUG_SEL_REG 0xc3 43 #define ESDHC_DEBUG_SEL_MASK 0xf 51 #define ESDHC_WTMK_LVL 0x44 52 #define ESDHC_WTMK_DEFAULT_VAL 0x10401040 53 #define ESDHC_WTMK_LVL_RD_WML_MASK 0x000000FF 54 #define ESDHC_WTMK_LVL_RD_WML_SHIFT 0 [all …]
|