/linux-6.12.1/drivers/clk/pistachio/ |
D | clk-pistachio.c | 19 GATE(CLK_MIPS, "mips", "mips_div", 0x104, 0), 20 GATE(CLK_AUDIO_IN, "audio_in", "audio_clk_in_gate", 0x104, 1), 21 GATE(CLK_AUDIO, "audio", "audio_div", 0x104, 2), 22 GATE(CLK_I2S, "i2s", "i2s_div", 0x104, 3), 23 GATE(CLK_SPDIF, "spdif", "spdif_div", 0x104, 4), 24 GATE(CLK_AUDIO_DAC, "audio_dac", "audio_dac_div", 0x104, 5), 25 GATE(CLK_RPU_V, "rpu_v", "rpu_v_div", 0x104, 6), 26 GATE(CLK_RPU_L, "rpu_l", "rpu_l_div", 0x104, 7), 27 GATE(CLK_RPU_SLEEP, "rpu_sleep", "rpu_sleep_div", 0x104, 8), 28 GATE(CLK_WIFI_PLL_GATE, "wifi_pll_gate", "wifi_pll_mux", 0x104, 9), [all …]
|
/linux-6.12.1/drivers/memory/tegra/ |
D | tegra20.c | 18 #define MC_STAT_CONTROL 0x90 19 #define MC_STAT_EMC_CLOCK_LIMIT 0xa0 20 #define MC_STAT_EMC_CLOCKS 0xa4 21 #define MC_STAT_EMC_CONTROL_0 0xa8 22 #define MC_STAT_EMC_CONTROL_1 0xac 23 #define MC_STAT_EMC_COUNT_0 0xb8 24 #define MC_STAT_EMC_COUNT_1 0xbc 32 #define MC_STAT_CONTROL_PRI_EVENT_HP 0 36 #define MC_STAT_CONTROL_FILTER_PRI_DISABLE 0 40 #define MC_STAT_CONTROL_EVENT_QUALIFIED 0 [all …]
|
/linux-6.12.1/drivers/clk/axs10x/ |
D | i2s_pll_clock.c | 19 #define PLL_IDIV_REG 0x0 20 #define PLL_FBDIV_REG 0x4 21 #define PLL_ODIV0_REG 0x8 22 #define PLL_ODIV1_REG 0xC 34 { 1024000, 0x104, 0x451, 0x10E38, 0x2000 }, 35 { 1411200, 0x104, 0x596, 0x10D35, 0x2000 }, 36 { 1536000, 0x208, 0xA28, 0x10B2C, 0x2000 }, 37 { 2048000, 0x82, 0x451, 0x10E38, 0x2000 }, 38 { 2822400, 0x82, 0x596, 0x10D35, 0x2000 }, 39 { 3072000, 0x104, 0xA28, 0x10B2C, 0x2000 }, [all …]
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | cfp.c | 28 static u8 adhoc_rates_b[B_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 0 }; 30 static u8 adhoc_rates_g[G_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24, 31 0xb0, 0x48, 0x60, 0x6c, 0 }; 33 static u8 adhoc_rates_bg[BG_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 34 0x0c, 0x12, 0x18, 0x24, 35 0x30, 0x48, 0x60, 0x6c, 0 }; 37 static u8 adhoc_rates_a[A_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24, 38 0xb0, 0x48, 0x60, 0x6c, 0 }; 39 static u8 supported_rates_a[A_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24, 40 0xb0, 0x48, 0x60, 0x6c, 0 }; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | allwinner,sun8i-a83t-emac.yaml | 80 default: 0 81 minimum: 0 88 default: 0 89 minimum: 0 105 default: 0 106 minimum: 0 144 const: 0 159 "^ethernet-phy@[0-9a-f]$": 199 reg = <0x01c0b000 0x104>; 200 interrupts = <0 82 1>; [all …]
|
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | bt878.h | 22 #define BT878_VERSION_CODE 0x000000 24 #define BT878_AINT_STAT 0x100 25 #define BT878_ARISCS (0xf<<28) 38 #define BT878_AINT_MASK 0x104 40 #define BT878_AGPIO_DMA_CTL 0x10c 41 #define BT878_A_GAIN (0xf<<28) 48 #define BT878_DA_LRD (0x1f<<16) 53 #define BT878_DA_SDR (0xf<<8) 61 #define BT878_APACK_LEN 0x110 62 #define BT878_AFP_LEN (0xff<<16) [all …]
|
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-qserdes-txrx.h | 10 #define QSERDES_TX_BIST_MODE_LANENO 0x000 11 #define QSERDES_TX_BIST_INVERT 0x004 12 #define QSERDES_TX_CLKBUF_ENABLE 0x008 13 #define QSERDES_TX_CMN_CONTROL_ONE 0x00c 14 #define QSERDES_TX_CMN_CONTROL_TWO 0x010 15 #define QSERDES_TX_CMN_CONTROL_THREE 0x014 16 #define QSERDES_TX_TX_EMP_POST1_LVL 0x018 17 #define QSERDES_TX_TX_POST2_EMPH 0x01c 18 #define QSERDES_TX_TX_BOOST_LVL_UP_DN 0x020 19 #define QSERDES_TX_HP_PD_ENABLES 0x024 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v4.h | 10 #define QSERDES_V4_TX_BIST_MODE_LANENO 0x000 11 #define QSERDES_V4_TX_BIST_INVERT 0x004 12 #define QSERDES_V4_TX_CLKBUF_ENABLE 0x008 13 #define QSERDES_V4_TX_TX_EMP_POST1_LVL 0x00c 14 #define QSERDES_V4_TX_TX_IDLE_LVL_LARGE_AMP 0x010 15 #define QSERDES_V4_TX_TX_DRV_LVL 0x014 16 #define QSERDES_V4_TX_TX_DRV_LVL_OFFSET 0x018 17 #define QSERDES_V4_TX_RESET_TSYNC_EN 0x01c 18 #define QSERDES_V4_TX_PRE_STALL_LDO_BOOST_EN 0x020 19 #define QSERDES_V4_TX_TX_BAND 0x024 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v5.h | 11 #define QSERDES_V5_TX_BIST_MODE_LANENO 0x000 12 #define QSERDES_V5_TX_BIST_INVERT 0x004 13 #define QSERDES_V5_TX_CLKBUF_ENABLE 0x008 14 #define QSERDES_V5_TX_TX_EMP_POST1_LVL 0x00c 15 #define QSERDES_V5_TX_TX_IDLE_LVL_LARGE_AMP 0x010 16 #define QSERDES_V5_TX_TX_DRV_LVL 0x014 17 #define QSERDES_V5_TX_TX_DRV_LVL_OFFSET 0x018 18 #define QSERDES_V5_TX_RESET_TSYNC_EN 0x01c 19 #define QSERDES_V5_TX_PRE_STALL_LDO_BOOST_EN 0x020 20 #define QSERDES_V5_TX_TX_BAND 0x024 [all …]
|
D | phy-qcom-qmp-qserdes-ln-shrd-v6.h | 9 #define QSERDES_V6_LN_SHRD_RXCLK_DIV2_CTRL 0xa0 10 #define QSERDES_V6_LN_SHRD_RX_Q_EN_RATES 0xb0 11 #define QSERDES_V6_LN_SHRD_DFE_DAC_ENABLE1 0xb4 12 #define QSERDES_V6_LN_SHRD_TX_ADAPT_POST_THRESH1 0xc4 13 #define QSERDES_V6_LN_SHRD_TX_ADAPT_POST_THRESH2 0xc8 14 #define QSERDES_V6_LN_SHRD_RX_MODE_RATE_0_1_B0 0xd4 15 #define QSERDES_V6_LN_SHRD_RX_MODE_RATE_0_1_B1 0xd8 16 #define QSERDES_V6_LN_SHRD_RX_MODE_RATE_0_1_B2 0xdc 17 #define QSERDES_V6_LN_SHRD_RX_MODE_RATE_0_1_B3 0xe0 18 #define QSERDES_V6_LN_SHRD_RX_MODE_RATE_0_1_B4 0xe4 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v3.h | 10 #define QSERDES_V3_TX_BIST_MODE_LANENO 0x000 11 #define QSERDES_V3_TX_CLKBUF_ENABLE 0x008 12 #define QSERDES_V3_TX_TX_EMP_POST1_LVL 0x00c 13 #define QSERDES_V3_TX_TX_DRV_LVL 0x01c 14 #define QSERDES_V3_TX_RESET_TSYNC_EN 0x024 15 #define QSERDES_V3_TX_PRE_STALL_LDO_BOOST_EN 0x028 16 #define QSERDES_V3_TX_TX_BAND 0x02c 17 #define QSERDES_V3_TX_SLEW_CNTL 0x030 18 #define QSERDES_V3_TX_INTERFACE_SELECT 0x034 19 #define QSERDES_V3_TX_RES_CODE_LANE_TX 0x03c [all …]
|
D | phy-qcom-qmp-qserdes-pll.h | 10 #define QSERDES_PLL_BG_TIMER 0x00c 11 #define QSERDES_PLL_SSC_EN_CENTER 0x010 12 #define QSERDES_PLL_SSC_ADJ_PER1 0x014 13 #define QSERDES_PLL_SSC_ADJ_PER2 0x018 14 #define QSERDES_PLL_SSC_PER1 0x01c 15 #define QSERDES_PLL_SSC_PER2 0x020 16 #define QSERDES_PLL_SSC_STEP_SIZE1_MODE0 0x024 17 #define QSERDES_PLL_SSC_STEP_SIZE2_MODE0 0x028 18 #define QSERDES_PLL_SSC_STEP_SIZE1_MODE1 0x02c 19 #define QSERDES_PLL_SSC_STEP_SIZE2_MODE1 0x030 [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/grandridge/ |
D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 12 "Counter": "0,1,2,3", 13 "EventCode": "0x16", 16 "UMask": "0x1", 21 "Counter": "0,1,2,3", 22 "EventCode": "0x18", 25 "UMask": "0x1", 30 "Counter": "0,1,2,3", 31 "EventCode": "0x24", [all …]
|
/linux-6.12.1/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_regs.h | 11 #define BLK_BLOCK_INFO 0x000 12 #define BLK_PIPELINE_INFO 0x004 13 #define BLK_MAX_LINE_SIZE 0x008 14 #define BLK_VALID_INPUT_ID0 0x020 15 #define BLK_OUTPUT_ID0 0x060 16 #define BLK_INPUT_ID0 0x080 17 #define BLK_IRQ_RAW_STATUS 0x0A0 18 #define BLK_IRQ_CLEAR 0x0A4 19 #define BLK_IRQ_MASK 0x0A8 20 #define BLK_IRQ_STATUS 0x0AC [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | berlin-usb-phy.txt | 6 - #phys-cells: should be 0 13 reg = <0xf774000 0x128>; 14 #phy-cells = <0>; 15 resets = <&chip 0x104 14>;
|
/linux-6.12.1/arch/arm/mach-orion5x/ |
D | bridge-regs.h | 9 #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE + 0x100) 11 #define CPU_CTRL (ORION5X_BRIDGE_VIRT_BASE + 0x104) 13 #define RSTOUTn_MASK (ORION5X_BRIDGE_VIRT_BASE + 0x108) 14 #define RSTOUTn_MASK_PHYS (ORION5X_BRIDGE_PHYS_BASE + 0x108) 16 #define CPU_SOFT_RESET (ORION5X_BRIDGE_VIRT_BASE + 0x10c) 18 #define BRIDGE_CAUSE (ORION5X_BRIDGE_VIRT_BASE + 0x110) 20 #define POWER_MNG_CTRL_REG (ORION5X_BRIDGE_VIRT_BASE + 0x11C) 22 #define BRIDGE_INT_TIMER1_CLR (~0x0004) 24 #define MAIN_IRQ_CAUSE (ORION5X_BRIDGE_VIRT_BASE + 0x200) 26 #define MAIN_IRQ_MASK (ORION5X_BRIDGE_VIRT_BASE + 0x204) [all …]
|
/linux-6.12.1/arch/arm/mach-s3c/ |
D | regs-sys-s3c64xx.h | 16 #define S3C64XX_AHB_CON0 S3C_SYSREG(0x100) 17 #define S3C64XX_AHB_CON1 S3C_SYSREG(0x104) 18 #define S3C64XX_AHB_CON2 S3C_SYSREG(0x108) 20 #define S3C64XX_SDMA_SEL S3C_SYSREG(0x110) 22 #define S3C64XX_OTHERS S3C_SYSREG(0x900)
|
/linux-6.12.1/arch/arm/boot/dts/calxeda/ |
D | ecx-common.dtsi | 14 cpu_suspend = <0x84000002>; 15 cpu_off = <0x84000004>; 16 cpu_on = <0x84000006>; 27 reg = <0xffe08000 0x10000>; 28 interrupts = <0 83 4>; 30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>, 35 calxeda,led-order = <4 0 1 2 3>; 40 reg = <0xffe0e000 0x1000>; 41 interrupts = <0 90 4>; 48 reg = <0xfff20000 0x1000>; [all …]
|
/linux-6.12.1/drivers/clk/mediatek/ |
D | clk-mt7988-topckgen.c | 107 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_SEL, "netsys_sel", netsys_parents, 0x000, 0x004, 0x008, 108 0, 2, 7, 0x1c0, 0), 109 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_500M_SEL, "netsys_500m_sel", netsys_500m_parents, 0x000, 110 0x004, 0x008, 8, 2, 15, 0x1C0, 1), 111 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_2X_SEL, "netsys_2x_sel", netsys_2x_parents, 0x000, 112 0x004, 0x008, 16, 2, 23, 0x1C0, 2), 113 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_GSW_SEL, "netsys_gsw_sel", netsys_gsw_parents, 0x000, 114 0x004, 0x008, 24, 2, 31, 0x1C0, 3), 116 MUX_GATE_CLR_SET_UPD(CLK_TOP_ETH_GMII_SEL, "eth_gmii_sel", eth_gmii_parents, 0x010, 0x014, 117 0x018, 0, 1, 7, 0x1C0, 4), [all …]
|
/linux-6.12.1/drivers/clk/meson/ |
D | s4-pll.h | 10 #define ANACTRL_FIXPLL_CTRL0 0x040 11 #define ANACTRL_FIXPLL_CTRL1 0x044 12 #define ANACTRL_FIXPLL_CTRL3 0x04c 13 #define ANACTRL_GP0PLL_CTRL0 0x080 14 #define ANACTRL_GP0PLL_CTRL1 0x084 15 #define ANACTRL_GP0PLL_CTRL2 0x088 16 #define ANACTRL_GP0PLL_CTRL3 0x08c 17 #define ANACTRL_GP0PLL_CTRL4 0x090 18 #define ANACTRL_GP0PLL_CTRL5 0x094 19 #define ANACTRL_GP0PLL_CTRL6 0x098 [all …]
|
/linux-6.12.1/drivers/media/rc/keymaps/ |
D | rc-minix-neo.c | 14 { 0x118, KEY_POWER }, 16 { 0x146, KEY_UP }, 17 { 0x116, KEY_DOWN }, 18 { 0x147, KEY_LEFT }, 19 { 0x115, KEY_RIGHT }, 20 { 0x155, KEY_ENTER }, 22 { 0x110, KEY_VOLUMEDOWN }, 23 { 0x140, KEY_BACK }, 24 { 0x114, KEY_VOLUMEUP }, 26 { 0x10d, KEY_HOME }, [all …]
|
/linux-6.12.1/include/linux/ |
D | atmel_pdc.h | 15 #define ATMEL_PDC_RPR 0x100 /* Receive Pointer Register */ 16 #define ATMEL_PDC_RCR 0x104 /* Receive Counter Register */ 17 #define ATMEL_PDC_TPR 0x108 /* Transmit Pointer Register */ 18 #define ATMEL_PDC_TCR 0x10c /* Transmit Counter Register */ 19 #define ATMEL_PDC_RNPR 0x110 /* Receive Next Pointer Register */ 20 #define ATMEL_PDC_RNCR 0x114 /* Receive Next Counter Register */ 21 #define ATMEL_PDC_TNPR 0x118 /* Transmit Next Pointer Register */ 22 #define ATMEL_PDC_TNCR 0x11c /* Transmit Next Counter Register */ 24 #define ATMEL_PDC_PTCR 0x120 /* Transfer Control Register */ 25 #define ATMEL_PDC_RXTEN (1 << 0) /* Receiver Transfer Enable */ [all …]
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | stk1135.h | 8 #define STK1135_REG_GCTRL 0x000 /* GPIO control */ 9 #define STK1135_REG_ICTRL 0x004 /* Interrupt control */ 10 #define STK1135_REG_IDATA 0x008 /* Interrupt data */ 11 #define STK1135_REG_RMCTL 0x00c /* Remote wakeup control */ 12 #define STK1135_REG_POSVA 0x010 /* Power-on strapping data */ 14 #define STK1135_REG_SENSO 0x018 /* Sensor select options */ 15 #define STK1135_REG_PLLFD 0x01c /* PLL frequency divider */ 17 #define STK1135_REG_SCTRL 0x100 /* Sensor control register */ 18 #define STK1135_REG_DCTRL 0x104 /* Decimation control register */ 19 #define STK1135_REG_CISPO 0x110 /* Capture image starting position */ [all …]
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_mdio_bf3.h | 21 #define MLXBF3_GIGE_MDIO_GW_OFFSET 0x80 22 #define MLXBF3_GIGE_MDIO_DATA_READ 0x8c 23 #define MLXBF3_GIGE_MDIO_CFG_REG0 0x100 24 #define MLXBF3_GIGE_MDIO_CFG_REG1 0x104 25 #define MLXBF3_GIGE_MDIO_CFG_REG2 0x108 36 #define MLXBF3_GIGE_MDIO_GW_DATA_READ_MASK GENMASK(15, 0) 45 #define MLXBF3_GIGE_MDIO_GW_DATA_READ_SHIFT 0 48 #define MLXBF3_GIGE_MDIO_CFG_MDIO_MODE_MASK GENMASK(1, 0) 50 #define MLXBF3_GIGE_MDIO_CFG_MDC_PERIOD_MASK GENMASK(7, 0) 51 #define MLXBF3_GIGE_MDIO_CFG_MDIO_IN_SAMP_MASK GENMASK(7, 0)
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mp-pinfunc.h | 13 #define MX8MP_IOMUXC_GPIO1_IO00__GPIO1_IO00 0x014 0x274 0x000 0x0 0x0 14 #define MX8MP_IOMUXC_GPIO1_IO00__CCM_ENET_PHY_REF_CLK_ROOT 0x014 0x274 0x000 0x1 0x0 15 #define MX8MP_IOMUXC_GPIO1_IO00__ISP_FL_TRIG_0 0x014 0x274 0x5D4 0x3 0x0 16 #define MX8MP_IOMUXC_GPIO1_IO00__CCM_EXT_CLK1 0x014 0x274 0x000 0x6 0x0 17 #define MX8MP_IOMUXC_GPIO1_IO01__GPIO1_IO01 0x018 0x278 0x000 0x0 0x0 18 #define MX8MP_IOMUXC_GPIO1_IO01__PWM1_OUT 0x018 0x278 0x000 0x1 0x0 19 #define MX8MP_IOMUXC_GPIO1_IO01__ISP_SHUTTER_TRIG_0 0x018 0x278 0x5DC 0x3 0x0 20 #define MX8MP_IOMUXC_GPIO1_IO01__CCM_EXT_CLK2 0x018 0x278 0x000 0x6 0x0 21 #define MX8MP_IOMUXC_GPIO1_IO02__GPIO1_IO02 0x01C 0x27C 0x000 0x0 0x0 22 #define MX8MP_IOMUXC_GPIO1_IO02__WDOG1_WDOG_B 0x01C 0x27C 0x000 0x1 0x0 [all …]
|