/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx25-pinfunc.h | 16 #define MX25_PAD_A10__A10 0x008 0x000 0x000 0x00 0x000 17 #define MX25_PAD_A10__GPIO_4_0 0x008 0x000 0x000 0x05 0x000 19 #define MX25_PAD_A13__A13 0x00c 0x22C 0x000 0x00 0x000 20 #define MX25_PAD_A13__GPIO_4_1 0x00c 0x22C 0x000 0x05 0x000 21 #define MX25_PAD_A13__LCDC_CLS 0x00c 0x22C 0x000 0x07 0x000 23 #define MX25_PAD_A14__A14 0x010 0x230 0x000 0x00 0x000 24 #define MX25_PAD_A14__GPIO_2_0 0x010 0x230 0x000 0x05 0x000 25 #define MX25_PAD_A14__SIM1_CLK1 0x010 0x230 0x000 0x06 0x000 26 #define MX25_PAD_A14__LCDC_SPL 0x010 0x230 0x000 0x07 0x000 28 #define MX25_PAD_A15__A15 0x014 0x234 0x000 0x00 0x000 [all …]
|
D | imx1-pinfunc.h | 15 * function: 0 - Primary function 18 * direction: 0 - Input 20 * gpio_oconf: 0 - A_IN 24 * gpio_iconfa/b: 0 - GPIO_IN 26 * 2 - 0 29 * 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 31 * the pin number on the specific port (between 0 and 31). 34 #define MX1_PAD_A24__A24 0x00 0x004 35 #define MX1_PAD_A24__GPIO1_0 0x00 0x032 36 #define MX1_PAD_A24__SPI2_CLK 0x00 0x006 [all …]
|
D | imx27-pinfunc.h | 15 * function: 0 - Primary function 18 * direction: 0 - Input 20 * gpio_oconf: 0 - A_IN 24 * gpio_iconfa/b: 0 - GPIO_IN 26 * 2 - 0 29 * 'pin' is an integer between 0 and 0xbf. imx27 has 6 ports with 32 31 * the pin number on the specific port (between 0 and 31). 34 #define MX27_PAD_USBH2_CLK__USBH2_CLK 0x00 0x000 35 #define MX27_PAD_USBH2_CLK__GPIO1_0 0x00 0x032 36 #define MX27_PAD_USBH2_DIR__USBH2_DIR 0x01 0x000 [all …]
|
/linux-6.12.1/sound/pci/oxygen/ |
D | wm8776.h | 14 #define WM8776_HPLVOL 0x00 15 #define WM8776_HPRVOL 0x01 16 #define WM8776_HPMASTER 0x02 17 #define WM8776_DACLVOL 0x03 18 #define WM8776_DACRVOL 0x04 19 #define WM8776_DACMASTER 0x05 20 #define WM8776_PHASESWAP 0x06 21 #define WM8776_DACCTRL1 0x07 22 #define WM8776_DACMUTE 0x08 23 #define WM8776_DACCTRL2 0x09 [all …]
|
D | wm8785.h | 5 #define WM8785_R0 0 11 #define WM8785_MCR_MASK 0x007 12 #define WM8785_MCR_SLAVE 0x000 13 #define WM8785_MCR_MASTER_128 0x001 14 #define WM8785_MCR_MASTER_192 0x002 15 #define WM8785_MCR_MASTER_256 0x003 16 #define WM8785_MCR_MASTER_384 0x004 17 #define WM8785_MCR_MASTER_512 0x005 18 #define WM8785_MCR_MASTER_768 0x006 19 #define WM8785_OSR_MASK 0x018 [all …]
|
D | wm8766.h | 5 #define WM8766_LDA1 0x00 6 #define WM8766_RDA1 0x01 7 #define WM8766_DAC_CTRL 0x02 8 #define WM8766_INT_CTRL 0x03 9 #define WM8766_LDA2 0x04 10 #define WM8766_RDA2 0x05 11 #define WM8766_LDA3 0x06 12 #define WM8766_RDA3 0x07 13 #define WM8766_MASTDA 0x08 14 #define WM8766_DAC_CTRL2 0x09 [all …]
|
/linux-6.12.1/include/sound/sof/ |
D | header.h | 23 * 0xGCCCNNNN where 34 #define SOF_GLB_TYPE_MASK (0xfUL << SOF_GLB_TYPE_SHIFT) 39 #define SOF_CMD_TYPE_MASK (0xfffL << SOF_CMD_TYPE_SHIFT) 43 #define SOF_IPC_GLB_REPLY SOF_GLB_TYPE(0x1U) 44 #define SOF_IPC_GLB_COMPOUND SOF_GLB_TYPE(0x2U) 45 #define SOF_IPC_GLB_TPLG_MSG SOF_GLB_TYPE(0x3U) 46 #define SOF_IPC_GLB_PM_MSG SOF_GLB_TYPE(0x4U) 47 #define SOF_IPC_GLB_COMP_MSG SOF_GLB_TYPE(0x5U) 48 #define SOF_IPC_GLB_STREAM_MSG SOF_GLB_TYPE(0x6U) 49 #define SOF_IPC_FW_READY SOF_GLB_TYPE(0x7U) [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/verifier/ |
D | atomic_fetch.c | 5 BPF_LD_MAP_FD(BPF_REG_8, 0), 6 BPF_LD_MAP_FD(BPF_REG_9, 0), 9 BPF_STX_MEM(BPF_DW, BPF_REG_2, BPF_REG_9, 0), 10 BPF_ATOMIC_OP(BPF_DW, BPF_AND | BPF_FETCH, BPF_REG_2, BPF_REG_1, 0), 11 BPF_LDX_MEM(BPF_DW, BPF_REG_9, BPF_REG_2, 0), 12 BPF_ST_MEM(BPF_DW, BPF_REG_2, 0, 0), 15 BPF_JMP_IMM(BPF_JEQ, BPF_REG_0, 0, 1), 16 BPF_STX_MEM(BPF_DW, BPF_REG_0, BPF_REG_9, 0), 17 BPF_MOV64_IMM(BPF_REG_0, 0), 29 BPF_LD_MAP_FD(BPF_REG_8, 0), [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | ssm2602.h | 33 #define SSM2602_LINVOL 0x00 34 #define SSM2602_RINVOL 0x01 35 #define SSM2602_LOUT1V 0x02 36 #define SSM2602_ROUT1V 0x03 37 #define SSM2602_APANA 0x04 38 #define SSM2602_APDIGI 0x05 39 #define SSM2602_PWR 0x06 40 #define SSM2602_IFACE 0x07 41 #define SSM2602_SRATE 0x08 42 #define SSM2602_ACTIVE 0x09 [all …]
|
/linux-6.12.1/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-6.12.1/arch/m68k/coldfire/ |
D | intc-525x.c | 28 imr &= ~(0x001 << irq); in intc2_irq_gpio_mask() 30 imr &= ~(0x100 << irq); in intc2_irq_gpio_mask() 41 imr |= (0x001 << irq); in intc2_irq_gpio_unmask() 43 imr |= (0x100 << irq); in intc2_irq_gpio_unmask() 49 u32 imr = 0; in intc2_irq_gpio_ack() 54 imr |= (0x001 << irq); in intc2_irq_gpio_ack() 56 imr |= (0x100 << irq); in intc2_irq_gpio_ack() 64 return 0; in intc2_irq_gpio_set_type() 88 return 0; in mcf_intc2_init()
|
/linux-6.12.1/drivers/media/i2c/ |
D | saa717x.c | 36 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 76 #define TUNER_AUDIO_MONO 0 /* LL */ 90 int fw_addr = reg == 0x454 || (reg >= 0x464 && reg <= 0x478) || reg == 0x480 || reg == 0x488; in saa717x_write() 94 msg.flags = 0; in saa717x_write() 96 mm1[0] = (reg >> 8) & 0xff; in saa717x_write() 97 mm1[1] = reg & 0xff; in saa717x_write() 100 mm1[4] = (value >> 16) & 0xff; in saa717x_write() 101 mm1[3] = (value >> 8) & 0xff; in saa717x_write() 102 mm1[2] = value & 0xff; in saa717x_write() 104 mm1[2] = value & 0xff; in saa717x_write() [all …]
|
/linux-6.12.1/drivers/iommu/intel/ |
D | perfmon.c | 13 PMU_FORMAT_ATTR(event, "config:0-27"); /* ES: Events Select */ 67 return 0; \ 68 return (iommu_pmu->filter & _filter) ? attr->mode : 0; \ 77 IOMMU_PMU_ATTR(filter_requester_id_en, "config1:0", IOMMU_PMU_FILTER_REQUESTER_ID); 84 IOMMU_PMU_ATTR(filter_pasid, "config2:0-21", IOMMU_PMU_FILTER_PASID); 88 #define iommu_pmu_en_requester_id(e) ((e) & 0x1) 89 #define iommu_pmu_en_domain(e) (((e) >> 1) & 0x1) 90 #define iommu_pmu_en_pasid(e) (((e) >> 2) & 0x1) 91 #define iommu_pmu_en_ats(e) (((e) >> 3) & 0x1) 92 #define iommu_pmu_en_page_table(e) (((e) >> 4) & 0x1) [all …]
|
/linux-6.12.1/drivers/net/ethernet/seeq/ |
D | sgiseeq.h | 35 #define SEEQ_RSTAT_OVERF 0x001 /* Overflow */ 36 #define SEEQ_RSTAT_CERROR 0x002 /* CRC error */ 37 #define SEEQ_RSTAT_DERROR 0x004 /* Dribble error */ 38 #define SEEQ_RSTAT_SFRAME 0x008 /* Short frame */ 39 #define SEEQ_RSTAT_REOF 0x010 /* Received end of frame */ 40 #define SEEQ_RSTAT_FIG 0x020 /* Frame is good */ 41 #define SEEQ_RSTAT_TIMEO 0x040 /* Timeout, or late receive */ 42 #define SEEQ_RSTAT_WHICH 0x080 /* Which status, 1=old 0=new */ 43 #define SEEQ_RSTAT_LITTLE 0x100 /* DMA is done in little endian format */ 44 #define SEEQ_RSTAT_SDMA 0x200 /* DMA has started */ [all …]
|
/linux-6.12.1/arch/mips/include/asm/ |
D | hpet.h | 9 #define HPET_ID 0x000 10 #define HPET_PERIOD 0x004 11 #define HPET_CFG 0x010 12 #define HPET_STATUS 0x020 13 #define HPET_COUNTER 0x0f0 15 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) 16 #define HPET_Tn_CMP(n) (0x108 + 0x20 * n) 17 #define HPET_Tn_ROUTE(n) (0x110 + 0x20 * n) 19 #define HPET_T0_IRS 0x001 20 #define HPET_T1_IRS 0x002 [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/grandridge/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0xC2", 17 "FCMask": "0x07", 19 "PortMask": "0x0FF", 20 "UMask": "0x70ff004", 25 "Counter": "0,1,2,3", 26 "EventCode": "0xC2", [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_doorbell.h | 100 AMDGPU_DOORBELL_KIQ = 0x000, 101 AMDGPU_DOORBELL_HIQ = 0x001, 102 AMDGPU_DOORBELL_DIQ = 0x002, 103 AMDGPU_DOORBELL_MEC_RING0 = 0x010, 104 AMDGPU_DOORBELL_MEC_RING1 = 0x011, 105 AMDGPU_DOORBELL_MEC_RING2 = 0x012, 106 AMDGPU_DOORBELL_MEC_RING3 = 0x013, 107 AMDGPU_DOORBELL_MEC_RING4 = 0x014, 108 AMDGPU_DOORBELL_MEC_RING5 = 0x015, 109 AMDGPU_DOORBELL_MEC_RING6 = 0x016, [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/graniterapids/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0xC2", 17 "FCMask": "0x07", 19 "PortMask": "0x0FF", 20 "UMask": "0x70ff004", 25 "Counter": "0,1,2,3", 26 "EventCode": "0xC2", [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sierraforest/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0xC2", 17 "FCMask": "0x07", 19 "PortMask": "0x0FF", 20 "UMask": "0x70ff004", 25 "Counter": "0,1,2,3", 26 "EventCode": "0xC2", [all …]
|
/linux-6.12.1/arch/arc/include/asm/ |
D | cache.h | 20 * ARC700 doesn't cache any access in top 1G (0xc000_0000 to 0xFFFF_FFFF) 24 #define ARC_UNCACHED_ADDR_SPACE 0xc0000000 35 " ld.di %0, [%1] \n" \ 44 " st.di %0, [%1] \n" \ 71 #define ARC_REG_IC_BCR 0x77 /* Build Config reg */ 72 #define ARC_REG_IC_IVIC 0x10 73 #define ARC_REG_IC_CTRL 0x11 74 #define ARC_REG_IC_IVIR 0x16 75 #define ARC_REG_IC_ENDR 0x17 76 #define ARC_REG_IC_IVIL 0x19 [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | phy_ht.h | 8 #define B43_PHY_HT_BBCFG 0x001 /* BB config */ 9 #define B43_PHY_HT_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 10 #define B43_PHY_HT_BBCFG_RSTRX 0x8000 /* Reset RX */ 11 #define B43_PHY_HT_BANDCTL 0x009 /* Band control */ 12 #define B43_PHY_HT_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ 13 #define B43_PHY_HT_TABLE_ADDR 0x072 /* Table address */ 14 #define B43_PHY_HT_TABLE_DATALO 0x073 /* Table data low */ 15 #define B43_PHY_HT_TABLE_DATAHI 0x074 /* Table data high */ 16 #define B43_PHY_HT_CLASS_CTL 0x0B0 /* Classifier control */ 17 #define B43_PHY_HT_CLASS_CTL_CCK_EN 0x0001 /* CCK enable */ [all …]
|
D | phy_ac.h | 7 #define B43_PHY_AC_BBCFG 0x001 8 #define B43_PHY_AC_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 9 #define B43_PHY_AC_BANDCTL 0x003 /* Band control */ 10 #define B43_PHY_AC_BANDCTL_5GHZ 0x0001 11 #define B43_PHY_AC_TABLE_ID 0x00d 12 #define B43_PHY_AC_TABLE_OFFSET 0x00e 13 #define B43_PHY_AC_TABLE_DATA1 0x00f 14 #define B43_PHY_AC_TABLE_DATA2 0x010 15 #define B43_PHY_AC_TABLE_DATA3 0x011 16 #define B43_PHY_AC_CLASSCTL 0x140 /* Classifier control */ [all …]
|
/linux-6.12.1/arch/mips/math-emu/ |
D | dp_sqrt.c | 13 0, 1204, 3062, 5746, 9193, 13348, 18162, 23592, 41 /* sqrt(0) = 0 */ in ieee754dp_sqrt() 72 scalx = 0; in ieee754dp_sqrt() 81 x = builddp(0, xe + DP_EBIAS, xm & ~DP_HIDDEN_BIT); in ieee754dp_sqrt() 86 yh = (yh >> 1) + 0x1ff80000; in ieee754dp_sqrt() 88 y.bits = ((u64) yh << 32) | (y.bits & 0xffffffff); in ieee754dp_sqrt() 91 /* t=x/y; y=y+t; py[n0]=py[n0]-0x00100006; py[n1]=0; */ in ieee754dp_sqrt() 94 y.bits -= 0x0010000600000000LL; in ieee754dp_sqrt() 95 y.bits &= 0xffffffff00000000LL; in ieee754dp_sqrt() 98 /* t=y*y; z=t; pt[n0]+=0x00100000; t+=z; z=(x-z)*y; */ in ieee754dp_sqrt() [all …]
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-etm4x-cfg.h | 16 #define ETM4_CFG_RES_CTR 0x001 17 #define ETM4_CFG_RES_CMP 0x002 18 #define ETM4_CFG_RES_CMP_PAIR0 0x003 19 #define ETM4_CFG_RES_CMP_PAIR1 0x004 20 #define ETM4_CFG_RES_SEL 0x005 21 #define ETM4_CFG_RES_SEL_PAIR0 0x006 22 #define ETM4_CFG_RES_SEL_PAIR1 0x007 23 #define ETM4_CFG_RES_SEQ 0x008 24 #define ETM4_CFG_RES_TS 0x009 25 #define ETM4_CFG_RES_MASK 0x00F
|
/linux-6.12.1/arch/arm/probes/ |
D | decode-arm.c | 19 #define sign_extend(x, signbit) ((x) | (0 - ((x) & (1 << (signbit))))) 21 #define branch_displacement(insn) sign_extend(((insn) & 0xffffff) << 2, 25) 72 regs->ARM_pc = iaddr + 8 + disp + ((insn >> 23) & 0x2); in simulate_blx1() 79 int rm = insn & 0xf; in simulate_blx2bx() 85 regs->ARM_pc = rmv & ~0x1; in simulate_blx2bx() 87 if (rmv & 0x1) in simulate_blx2bx() 94 int rd = (insn >> 12) & 0xf; in simulate_mrs() 95 unsigned long mask = 0xf8ff03df; /* Mask out execution state */ in simulate_mrs() 118 /* memory hint 1111 0100 x001 xxxx xxxx xxxx xxxx xxxx */ 120 /* PLDW (immediate) 1111 0101 x001 xxxx xxxx xxxx xxxx xxxx */ [all …]
|