/linux-6.12.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8183.c | 13 * iocfg[0]:0x10005000, iocfg[1]:0x11F20000, iocfg[2]:0x11E80000, 14 * iocfg[3]:0x11E70000, iocfg[4]:0x11E90000, iocfg[5]:0x11D30000, 15 * iocfg[6]:0x11D20000, iocfg[7]:0x11C50000, iocfg[8]:0x11F30000. 21 _x_bits, 32, 0) 28 PIN_FIELD(0, 192, 0x300, 0x10, 0, 4), 32 PIN_FIELD(0, 192, 0x0, 0x10, 0, 1), 36 PIN_FIELD(0, 192, 0x200, 0x10, 0, 1), 40 PIN_FIELD(0, 192, 0x100, 0x10, 0, 1), 44 PINS_FIELD_BASE(0, 3, 6, 0x000, 0x10, 3, 1), 45 PINS_FIELD_BASE(4, 7, 6, 0x000, 0x10, 5, 1), [all …]
|
D | pinctrl-mt6397.c | 17 #define MT6397_PIN_REG_BASE 0xc000 22 .dir_offset = (MT6397_PIN_REG_BASE + 0x000), 25 .pullen_offset = (MT6397_PIN_REG_BASE + 0x020), 26 .pullsel_offset = (MT6397_PIN_REG_BASE + 0x040), 27 .dout_offset = (MT6397_PIN_REG_BASE + 0x080), 28 .din_offset = (MT6397_PIN_REG_BASE + 0x0a0), 29 .pinmux_offset = (MT6397_PIN_REG_BASE + 0x0c0), 33 .port_mask = 0x3, 35 .mode_mask = 0xf,
|
/linux-6.12.1/drivers/pinctrl/samsung/ |
D | pinctrl-exynos-arm.c | 27 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 32 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 36 #define S5P_OTHERS 0xE000 43 #define S5P_PIN_PULL_DISABLE 0 86 clk_base = of_iomap(np, 0); in s5pv210_retention_init() 106 EXYNOS_PIN_BANK_EINTG(8, 0x000, "gpa0", 0x00), 107 EXYNOS_PIN_BANK_EINTG(4, 0x020, "gpa1", 0x04), 108 EXYNOS_PIN_BANK_EINTG(8, 0x040, "gpb", 0x08), 109 EXYNOS_PIN_BANK_EINTG(5, 0x060, "gpc0", 0x0c), 110 EXYNOS_PIN_BANK_EINTG(5, 0x080, "gpc1", 0x10), [all …]
|
D | pinctrl-exynos-arm64.c | 24 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 29 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 35 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 40 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 49 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, 0x10, 0x14, }, 58 .reg_offset = { 0x00, 0x04, 0x08, 0x0c, }, 67 EXYNOS5433_PIN_BANK_EINTW(8, 0x000, "gpa0", 0x00), 68 EXYNOS5433_PIN_BANK_EINTW(8, 0x020, "gpa1", 0x04), 69 EXYNOS5433_PIN_BANK_EINTW(8, 0x040, "gpa2", 0x08), 70 EXYNOS5433_PIN_BANK_EINTW(8, 0x060, "gpa3", 0x0c), [all …]
|
/linux-6.12.1/arch/mips/boot/dts/mobileye/ |
D | eyeq6h-pins.dtsi | 9 * [0] | MUX_SEL | 0 - GPIO, 1 - alternative func 14 * [13:12] | PUD | pull-up/pull-down. 0, 3 - no, 1 - PD, 2 - PU 27 0x000 0x200 // I2C0_SCL pin 28 0x004 0x200 // I2C0_SDA pin 33 0x008 0x200 // I2C1_SCL pin 34 0x00c 0x200 // I2C1_SDA pin 39 0x080 1 // GPIO_C4__SMA0_MDC pin 40 0x084 1 // GPIO_C5__SMA0_MDIO pin 44 pinctrl-single,pins = <0x0a8 1>; // UART0 pin group 47 pinctrl-single,pins = <0x0a0 1>; // UART1 pin group [all …]
|
/linux-6.12.1/include/linux/spi/ |
D | mxs-spi.h | 19 #define HW_SSP_CTRL0 0x000 27 #define BM_SSP_CTRL0_BUS_WIDTH (0x3 << 22) 33 #define BP_SSP_CTRL0_XFER_COUNT 0 34 #define BM_SSP_CTRL0_XFER_COUNT 0xffff 35 #define HW_SSP_CMD0 0x010 41 #define BM_SSP_CMD0_BLOCK_SIZE (0xf << 16) 43 #define BM_SSP_CMD0_BLOCK_COUNT (0xff << 8) 44 #define BP_SSP_CMD0_CMD 0 45 #define BM_SSP_CMD0_CMD 0xff 46 #define HW_SSP_CMD1 0x020 [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-pcs-pcie-v4_20.h | 9 #define QPHY_V4_20_PCS_PCIE_ENDPOINT_REFCLK_DRIVE 0x01c 10 #define QPHY_V4_20_PCS_PCIE_OSC_DTCT_ACTIONS 0x090 11 #define QPHY_V4_20_PCS_PCIE_EQ_CONFIG1 0x0a0 12 #define QPHY_V4_20_PCS_PCIE_G3_RXEQEVAL_TIME 0x0f0 13 #define QPHY_V4_20_PCS_PCIE_G4_RXEQEVAL_TIME 0x0f4 14 #define QPHY_V4_20_PCS_PCIE_G4_EQ_CONFIG2 0x0fc 15 #define QPHY_V4_20_PCS_PCIE_G4_EQ_CONFIG5 0x108 16 #define QPHY_V4_20_PCS_LANE1_INSIG_SW_CTRL2 0x824 17 #define QPHY_V4_20_PCS_LANE1_INSIG_MX_CTRL2 0x828
|
D | phy-qcom-qmp-pcs-pcie-v5_20.h | 10 #define QPHY_V5_20_PCS_PCIE_POWER_STATE_CONFIG2 0x00c 11 #define QPHY_V5_20_PCS_PCIE_ENDPOINT_REFCLK_DRIVE 0x01c 12 #define QPHY_V5_20_PCS_PCIE_OSC_DTCT_MODE2_CONFIG5 0x084 13 #define QPHY_V5_20_PCS_PCIE_OSC_DTCT_ACTIONS 0x090 14 #define QPHY_V5_20_PCS_PCIE_EQ_CONFIG1 0x0a0 15 #define QPHY_V5_20_PCS_PCIE_PRESET_P10_POST 0x0e0 16 #define QPHY_V5_20_PCS_PCIE_G4_EQ_CONFIG2 0x0fc 17 #define QPHY_V5_20_PCS_PCIE_G4_EQ_CONFIG5 0x108 18 #define QPHY_V5_20_PCS_PCIE_G4_PRE_GAIN 0x15c 19 #define QPHY_V5_20_PCS_PCIE_RX_MARGINING_CONFIG3 0x184 [all …]
|
D | phy-qcom-qmp-pcs-pcie-v6_20.h | 10 #define QPHY_PCIE_V6_20_PCS_POWER_STATE_CONFIG2 0x00c 11 #define QPHY_PCIE_V6_20_PCS_TX_RX_CONFIG 0x018 12 #define QPHY_PCIE_V6_20_PCS_ENDPOINT_REFCLK_DRIVE 0x01c 13 #define QPHY_PCIE_V6_20_PCS_OSC_DTCT_ATCIONS 0x090 14 #define QPHY_PCIE_V6_20_PCS_EQ_CONFIG1 0x0a0 15 #define QPHY_PCIE_V6_20_PCS_G3_RXEQEVAL_TIME 0x0f0 16 #define QPHY_PCIE_V6_20_PCS_G4_RXEQEVAL_TIME 0x0f4 17 #define QPHY_PCIE_V6_20_PCS_EQ_CONFIG5 0x108 18 #define QPHY_PCIE_V6_20_PCS_G4_PRE_GAIN 0x15c 19 #define QPHY_PCIE_V6_20_PCS_RX_MARGINING_CONFIG1 0x17c [all …]
|
D | phy-qcom-qmp-pcs-v2.h | 10 #define QPHY_V2_PCS_SW_RESET 0x000 11 #define QPHY_V2_PCS_POWER_DOWN_CONTROL 0x004 12 #define QPHY_V2_PCS_START_CONTROL 0x008 13 #define QPHY_V2_PCS_TXDEEMPH_M6DB_V0 0x024 14 #define QPHY_V2_PCS_TXDEEMPH_M3P5DB_V0 0x028 15 #define QPHY_V2_PCS_ENDPOINT_REFCLK_DRIVE 0x054 16 #define QPHY_V2_PCS_RX_IDLE_DTCT_CNTRL 0x058 17 #define QPHY_V2_PCS_POWER_STATE_CONFIG1 0x060 18 #define QPHY_V2_PCS_POWER_STATE_CONFIG2 0x064 19 #define QPHY_V2_PCS_POWER_STATE_CONFIG4 0x06c [all …]
|
D | phy-qcom-qmp-qserdes-com-v3.h | 11 #define QSERDES_V3_COM_ATB_SEL1 0x000 12 #define QSERDES_V3_COM_ATB_SEL2 0x004 13 #define QSERDES_V3_COM_FREQ_UPDATE 0x008 14 #define QSERDES_V3_COM_BG_TIMER 0x00c 15 #define QSERDES_V3_COM_SSC_EN_CENTER 0x010 16 #define QSERDES_V3_COM_SSC_ADJ_PER1 0x014 17 #define QSERDES_V3_COM_SSC_ADJ_PER2 0x018 18 #define QSERDES_V3_COM_SSC_PER1 0x01c 19 #define QSERDES_V3_COM_SSC_PER2 0x020 20 #define QSERDES_V3_COM_SSC_STEP_SIZE1 0x024 [all …]
|
/linux-6.12.1/drivers/clk/mediatek/ |
D | clk-mt7622.c | 217 .set_ofs = 0x120, 218 .clr_ofs = 0x120, 219 .sta_ofs = 0x120, 223 .set_ofs = 0x128, 224 .clr_ofs = 0x128, 225 .sta_ofs = 0x128, 229 .set_ofs = 0x8, 230 .clr_ofs = 0x10, 231 .sta_ofs = 0x18, 235 .set_ofs = 0xC, [all …]
|
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 …]
|
D | clk-mt7629.c | 289 .set_ofs = 0x8, 290 .clr_ofs = 0x8, 291 .sta_ofs = 0x8, 295 .set_ofs = 0x40, 296 .clr_ofs = 0x44, 297 .sta_ofs = 0x48, 301 .set_ofs = 0x8, 302 .clr_ofs = 0x10, 303 .sta_ofs = 0x18, 307 .set_ofs = 0xC, [all …]
|
/linux-6.12.1/arch/arm/mach-spear/ |
D | misc_regs.h | 15 #define DMA_CHN_CFG (MISC_BASE + 0x0A0)
|
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mdp_reg_wdma.h | 10 #define WDMA_EN 0x008 11 #define WDMA_RST 0x00c 12 #define WDMA_CFG 0x014 13 #define WDMA_SRC_SIZE 0x018 14 #define WDMA_CLIP_SIZE 0x01c 15 #define WDMA_CLIP_COORD 0x020 16 #define WDMA_DST_W_IN_BYTE 0x028 17 #define WDMA_ALPHA 0x02c 18 #define WDMA_BUF_CON2 0x03c 19 #define WDMA_DST_UV_PITCH 0x078 [all …]
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | eeprom.h | 9 MT_EE_CHIP_ID = 0x000, 10 MT_EE_VERSION = 0x002, 11 MT_EE_MAC_ADDR = 0x004, 12 MT_EE_NIC_CONF_0 = 0x034, 13 MT_EE_NIC_CONF_1 = 0x036, 14 MT_EE_NIC_CONF_2 = 0x042, 16 MT_EE_XTAL_TRIM_1 = 0x03a, 18 MT_EE_RSSI_OFFSET_2G = 0x046, 19 MT_EE_WIFI_RF_SETTING = 0x048, 20 MT_EE_RSSI_OFFSET_5G = 0x04a, [all …]
|
/linux-6.12.1/drivers/clk/meson/ |
D | axg-audio.h | 16 #define AUDIO_CLK_GATE_EN 0x000 17 #define AUDIO_MCLK_A_CTRL 0x004 18 #define AUDIO_MCLK_B_CTRL 0x008 19 #define AUDIO_MCLK_C_CTRL 0x00C 20 #define AUDIO_MCLK_D_CTRL 0x010 21 #define AUDIO_MCLK_E_CTRL 0x014 22 #define AUDIO_MCLK_F_CTRL 0x018 23 #define AUDIO_MST_PAD_CTRL0 0x01c 24 #define AUDIO_MST_PAD_CTRL1 0x020 25 #define AUDIO_SW_RESET 0x024 [all …]
|
/linux-6.12.1/sound/soc/meson/ |
D | aiu.h | 18 PCLK = 0, 62 #define AIU_IEC958_BPF 0x000 63 #define AIU_958_MISC 0x010 64 #define AIU_IEC958_DCU_FF_CTRL 0x01c 65 #define AIU_958_CHSTAT_L0 0x020 66 #define AIU_958_CHSTAT_L1 0x024 67 #define AIU_958_CTRL 0x028 68 #define AIU_I2S_SOURCE_DESC 0x034 69 #define AIU_I2S_DAC_CFG 0x040 70 #define AIU_I2S_SYNC 0x044 [all …]
|
/linux-6.12.1/drivers/soc/mediatek/ |
D | mt8173-mmsys.h | 6 #define MT8173_DISP_REG_CONFIG_DISP_OVL0_MOUT_EN 0x040 7 #define MT8173_DISP_REG_CONFIG_DISP_OVL1_MOUT_EN 0x044 8 #define MT8173_DISP_REG_CONFIG_DISP_OD_MOUT_EN 0x048 9 #define MT8173_DISP_REG_CONFIG_DISP_GAMMA_MOUT_EN 0x04c 10 #define MT8173_DISP_REG_CONFIG_DISP_UFOE_MOUT_EN 0x050 11 #define MT8173_DISP_REG_CONFIG_DISP_COLOR0_SEL_IN 0x084 12 #define MT8173_DISP_REG_CONFIG_DISP_COLOR1_SEL_IN 0x088 13 #define MT8173_DISP_REG_CONFIG_DISP_AAL_SEL_IN 0x08c 14 #define MT8173_DISP_REG_CONFIG_DISP_UFOE_SEL_IN 0x0a0 15 #define MT8173_DISP_REG_CONFIG_DSI0_SEL_IN 0x0a4 [all …]
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | vncr_mapping.h | 10 #define VNCR_VTTBR_EL2 0x020 11 #define VNCR_VTCR_EL2 0x040 12 #define VNCR_VMPIDR_EL2 0x050 13 #define VNCR_CNTVOFF_EL2 0x060 14 #define VNCR_HCR_EL2 0x078 15 #define VNCR_HSTR_EL2 0x080 16 #define VNCR_VPIDR_EL2 0x088 17 #define VNCR_TPIDR_EL2 0x090 18 #define VNCR_HCRX_EL2 0x0A0 19 #define VNCR_VNCR_EL2 0x0B0 [all …]
|
/linux-6.12.1/drivers/platform/x86/dell/ |
D | dcdbas.h | 17 #define HC_ACTION_NONE (0) 21 #define HC_SMITYPE_NONE (0) 26 #define ESM_APM_CMD (0x0A0) 27 #define ESM_APM_POWER_CYCLE (0x10) 30 #define CMOS_BASE_PORT (0x070) 31 #define CMOS_PAGE1_INDEX_PORT (0) 35 #define PE1400_APM_CONTROL_PORT (0x0B0) 36 #define PCAT_APM_CONTROL_PORT (0x0B2) 37 #define PCAT_APM_STATUS_PORT (0x0B3) 38 #define PE1300_CMOS_CMD_STRUCT_PTR (0x38) [all …]
|