/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda_regs.h | 14 #define CODA_REG_BIT_CODE_RUN 0x000 15 #define CODA_REG_RUN_ENABLE (1 << 0) 16 #define CODA_REG_BIT_CODE_DOWN 0x004 17 #define CODA_DOWN_ADDRESS_SET(x) (((x) & 0xffff) << 16) 18 #define CODA_DOWN_DATA_SET(x) ((x) & 0xffff) 19 #define CODA_REG_BIT_HOST_IN_REQ 0x008 20 #define CODA_REG_BIT_INT_CLEAR 0x00c 21 #define CODA_REG_BIT_INT_CLEAR_SET 0x1 22 #define CODA_REG_BIT_INT_STATUS 0x010 23 #define CODA_REG_BIT_CODE_RESET 0x014 [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | adder875-redboot.dts | 24 #size-cells = <0>; 26 PowerPC,875@0 { 28 reg = <0>; 33 timebase-frequency = <0>; 34 bus-frequency = <0>; 35 clock-frequency = <0>; 43 reg = <0 0x01000000>; 51 reg = <0xfa200100 0x40>; 54 0 0 0xfe000000 0x00800000 55 2 0 0xfa100000 0x00008000 [all …]
|
H A D | adder875-uboot.dts | 24 #size-cells = <0>; 26 PowerPC,875@0 { 28 reg = <0>; 33 timebase-frequency = <0>; 34 bus-frequency = <0>; 35 clock-frequency = <0>; 43 reg = <0 0x01000000>; 51 reg = <0xff000100 0x40>; 54 0 0 0xfe000000 0x01000000 57 flash@0,0 { [all …]
|
H A D | ep88xc.dts | 19 #size-cells = <0>; 21 PowerPC,885@0 { 23 reg = <0x0>; 28 timebase-frequency = <0>; 29 bus-frequency = <0>; 30 clock-frequency = <0>; 38 reg = <0x0 0x0>; 45 reg = <0xfa200100 0x40>; 48 0x0 0x0 0xfc000000 0x4000000 49 0x3 0x0 0xfa000000 0x1000000 [all …]
|
H A D | mpc885ads.dts | 19 #size-cells = <0>; 21 PowerPC,885@0 { 23 reg = <0x0>; 28 timebase-frequency = <0>; 29 bus-frequency = <0>; 30 clock-frequency = <0>; 38 reg = <0x0 0x0>; 45 reg = <0xff000100 0x40>; 48 0x0 0x0 0xfe000000 0x800000 49 0x1 0x0 0xff080000 0x8000 [all …]
|
H A D | mpc866ads.dts | 19 #size-cells = <0>; 21 PowerPC,866@0 { 23 reg = <0x0>; 26 d-cache-size = <0x2000>; // L1, 8K 27 i-cache-size = <0x4000>; // L1, 16K 28 timebase-frequency = <0>; 29 bus-frequency = <0>; 30 clock-frequency = <0>; 38 reg = <0x0 0x800000>; 45 reg = <0xff000100 0x40>; [all …]
|
H A D | tqm8xx.dts | 26 #size-cells = <0>; 28 PowerPC,860@0 { 30 reg = <0x0>; 33 d-cache-size = <0x1000>; // L1, 4K 34 i-cache-size = <0x1000>; // L1, 4K 35 timebase-frequency = <0>; 36 bus-frequency = <0>; 37 clock-frequency = <0>; 45 reg = <0x0 0x2000000>; 52 reg = <0xfff00100 0x40>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-hi3798cv200-combphy.txt | 37 reg = <0x8a20000 0x1000>; 40 ranges = <0x0 0x8a20000 0x1000>; 44 reg = <0x850 0x8>; 47 resets = <&crg 0x188 4>; 53 reg = <0x858 0x8>; 56 resets = <&crg 0x188 12>; 57 hisilicon,mode-select-bits = <0x0008 11 (0x3 << 11)>;
|
/openbmc/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | mediatek,efuse.yaml | 22 pattern: "^efuse@[0-9a-f]+$" 55 reg = <0x11c10000 0x1000>; 60 reg = <0x184 0x1>; 61 bits = <0 5>; 64 reg = <0x184 0x2>; 68 reg = <0x185 0x1>; 72 reg = <0x186 0x1>; 73 bits = <0 5>; 76 reg = <0x186 0x2>; 80 reg = <0x187 0x1>; [all …]
|
/openbmc/linux/drivers/clk/hisilicon/ |
H A D | crg-hi3798cv200.c | 45 { HISTB_OSC_CLK, "clk_osc", NULL, 0, 24000000, }, 46 { HISTB_APB_CLK, "clk_apb", NULL, 0, 100000000, }, 47 { HISTB_AHB_CLK, "clk_ahb", NULL, 0, 200000000, }, 48 { HI3798CV200_FIXED_12M, "12m", NULL, 0, 12000000, }, 49 { HI3798CV200_FIXED_24M, "24m", NULL, 0, 24000000, }, 50 { HI3798CV200_FIXED_25M, "25m", NULL, 0, 25000000, }, 51 { HI3798CV200_FIXED_48M, "48m", NULL, 0, 48000000, }, 52 { HI3798CV200_FIXED_50M, "50m", NULL, 0, 50000000, }, 53 { HI3798CV200_FIXED_60M, "60m", NULL, 0, 60000000, }, 54 { HI3798CV200_FIXED_75M, "75m", NULL, 0, 75000000, }, [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | v1.c | 38 reg = start | BIT(24) | (secure ? BIT(28) : 0); in nvkm_falcon_v1_load_imem() 39 nvkm_falcon_wr32(falcon, 0x180 + (port * 16), reg); in nvkm_falcon_v1_load_imem() 40 for (i = 0; i < size / 4; i++) { in nvkm_falcon_v1_load_imem() 42 if ((i & 0x3f) == 0) in nvkm_falcon_v1_load_imem() 43 nvkm_falcon_wr32(falcon, 0x188 + (port * 16), tag++); in nvkm_falcon_v1_load_imem() 44 nvkm_falcon_wr32(falcon, 0x184 + (port * 16), ((u32 *)data)[i]); in nvkm_falcon_v1_load_imem() 55 if ((i & 0x3f) == 0) in nvkm_falcon_v1_load_imem() 56 nvkm_falcon_wr32(falcon, 0x188 + (port * 16), tag++); in nvkm_falcon_v1_load_imem() 57 nvkm_falcon_wr32(falcon, 0x184 + (port * 16), in nvkm_falcon_v1_load_imem() 62 /* code must be padded to 0x40 words */ in nvkm_falcon_v1_load_imem() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_doorbell.h | 99 AMDGPU_DOORBELL_KIQ = 0x000, 100 AMDGPU_DOORBELL_HIQ = 0x001, 101 AMDGPU_DOORBELL_DIQ = 0x002, 102 AMDGPU_DOORBELL_MEC_RING0 = 0x010, 103 AMDGPU_DOORBELL_MEC_RING1 = 0x011, 104 AMDGPU_DOORBELL_MEC_RING2 = 0x012, 105 AMDGPU_DOORBELL_MEC_RING3 = 0x013, 106 AMDGPU_DOORBELL_MEC_RING4 = 0x014, 107 AMDGPU_DOORBELL_MEC_RING5 = 0x015, 108 AMDGPU_DOORBELL_MEC_RING6 = 0x016, [all …]
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-pcs-v5_20.h | 9 #define QPHY_V5_20_PCS_G3S2_PRE_GAIN 0x170 10 #define QPHY_V5_20_PCS_RX_SIGDET_LVL 0x188 11 #define QPHY_V5_20_PCS_EQ_CONFIG2 0x1d8 12 #define QPHY_V5_20_PCS_EQ_CONFIG4 0x1e0 13 #define QPHY_V5_20_PCS_EQ_CONFIG5 0x1e4
|
H A D | phy-qcom-qmp-pcs-v6.h | 10 #define QPHY_V6_PCS_REFGEN_REQ_CONFIG1 0xdc 11 #define QPHY_V6_PCS_RX_SIGDET_LVL 0x188 12 #define QPHY_V6_PCS_RATE_SLEW_CNTRL1 0x198 13 #define QPHY_V6_PCS_EQ_CONFIG2 0x1e0 14 #define QPHY_V6_PCS_PCS_TX_RX_CONFIG 0x1d0
|
H A D | phy-qcom-qmp-pcs-v4_20.h | 10 #define QPHY_V4_20_PCS_RX_SIGDET_LVL 0x188 11 #define QPHY_V4_20_PCS_EQ_CONFIG2 0x1d8 12 #define QPHY_V4_20_PCS_EQ_CONFIG4 0x1e0 13 #define QPHY_V4_20_PCS_EQ_CONFIG5 0x1e4
|
H A D | phy-qcom-qmp-pcs-usb-v6.h | 10 #define QPHY_USB_V6_PCS_LOCK_DETECT_CONFIG1 0xc4 11 #define QPHY_USB_V6_PCS_LOCK_DETECT_CONFIG2 0xc8 12 #define QPHY_USB_V6_PCS_LOCK_DETECT_CONFIG3 0xcc 13 #define QPHY_USB_V6_PCS_LOCK_DETECT_CONFIG6 0xd8 14 #define QPHY_USB_V6_PCS_REFGEN_REQ_CONFIG1 0xdc 15 #define QPHY_USB_V6_PCS_POWER_STATE_CONFIG1 0x90 16 #define QPHY_USB_V6_PCS_RX_SIGDET_LVL 0x188 17 #define QPHY_USB_V6_PCS_RCVR_DTCT_DLY_P1U2_L 0x190 18 #define QPHY_USB_V6_PCS_RCVR_DTCT_DLY_P1U2_H 0x194 19 #define QPHY_USB_V6_PCS_CDR_RESET_TIME 0x1b0 [all …]
|
H A D | phy-qcom-qmp-pcs-v5.h | 10 #define QPHY_V5_PCS_SW_RESET 0x000 11 #define QPHY_V5_PCS_PCS_STATUS1 0x014 12 #define QPHY_V5_PCS_POWER_DOWN_CONTROL 0x040 13 #define QPHY_V5_PCS_START_CONTROL 0x044 14 #define QPHY_V5_PCS_LOCK_DETECT_CONFIG1 0x0c4 15 #define QPHY_V5_PCS_LOCK_DETECT_CONFIG2 0x0c8 16 #define QPHY_V5_PCS_LOCK_DETECT_CONFIG3 0x0cc 17 #define QPHY_V5_PCS_LOCK_DETECT_CONFIG6 0x0d8 18 #define QPHY_V5_PCS_REFGEN_REQ_CONFIG1 0x0dc 19 #define QPHY_V5_PCS_G3S2_PRE_GAIN 0x170 [all …]
|
H A D | phy-qcom-qmp-qserdes-txrx-v6_20.h | 9 #define QSERDES_V6_20_TX_RES_CODE_LANE_OFFSET_TX 0x30 10 #define QSERDES_V6_20_TX_RES_CODE_LANE_OFFSET_RX 0x34 11 #define QSERDES_V6_20_TX_TRAN_DRVR_EMP_EN 0xac 12 #define QSERDES_V6_20_TX_LANE_MODE_1 0x78 13 #define QSERDES_V6_20_TX_LANE_MODE_2 0x7c 14 #define QSERDES_V6_20_TX_LANE_MODE_3 0x80 16 #define QSERDES_V6_20_RX_UCDR_FO_GAIN_RATE_2 0x08 17 #define QSERDES_V6_20_RX_UCDR_FO_GAIN_RATE_3 0x0c 18 #define QSERDES_V6_20_RX_UCDR_PI_CONTROLS 0x20 19 #define QSERDES_V6_20_RX_UCDR_SO_ACC_DEFAULT_VAL_RATE3 0x34 [all …]
|
H A D | phy-qcom-qmp-qserdes-txrx-v6.h | 9 #define QSERDES_V6_TX_CLKBUF_ENABLE 0x08 10 #define QSERDES_V6_TX_TX_EMP_POST1_LVL 0x0c 11 #define QSERDES_V6_TX_TX_DRV_LVL 0x14 12 #define QSERDES_V6_TX_RESET_TSYNC_EN 0x1c 13 #define QSERDES_V6_TX_PRE_STALL_LDO_BOOST_EN 0x20 14 #define QSERDES_V6_TX_TX_BAND 0x24 15 #define QSERDES_V6_TX_INTERFACE_SELECT 0x2c 16 #define QSERDES_V6_TX_RES_CODE_LANE_TX 0x34 17 #define QSERDES_V6_TX_RES_CODE_LANE_RX 0x38 18 #define QSERDES_V6_TX_RES_CODE_LANE_OFFSET_TX 0x3c [all …]
|
H A D | phy-qcom-qmp-qserdes-com-v6.h | 11 #define QSERDES_V6_COM_SSC_STEP_SIZE1_MODE1 0x00 12 #define QSERDES_V6_COM_SSC_STEP_SIZE2_MODE1 0x04 13 #define QSERDES_V6_COM_CP_CTRL_MODE1 0x10 14 #define QSERDES_V6_COM_PLL_RCTRL_MODE1 0x14 15 #define QSERDES_V6_COM_PLL_CCTRL_MODE1 0x18 16 #define QSERDES_V6_COM_CORECLK_DIV_MODE1 0x1c 17 #define QSERDES_V6_COM_LOCK_CMP1_MODE1 0x20 18 #define QSERDES_V6_COM_LOCK_CMP2_MODE1 0x24 19 #define QSERDES_V6_COM_DEC_START_MODE1 0x28 20 #define QSERDES_V6_COM_DEC_START_MSB_MODE1 0x2c [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.h | 15 #define HDMI_CORE_SYS_VND_IDL 0x0 16 #define HDMI_CORE_SYS_DEV_IDL 0x8 17 #define HDMI_CORE_SYS_DEV_IDH 0xC 18 #define HDMI_CORE_SYS_DEV_REV 0x10 19 #define HDMI_CORE_SYS_SRST 0x14 20 #define HDMI_CORE_SYS_SYS_CTRL1 0x20 21 #define HDMI_CORE_SYS_SYS_STAT 0x24 22 #define HDMI_CORE_SYS_SYS_CTRL3 0x28 23 #define HDMI_CORE_SYS_DCTL 0x34 24 #define HDMI_CORE_SYS_DE_DLY 0xC8 [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4_core.h | 15 #define HDMI_CORE_SYS_VND_IDL 0x0 16 #define HDMI_CORE_SYS_DEV_IDL 0x8 17 #define HDMI_CORE_SYS_DEV_IDH 0xC 18 #define HDMI_CORE_SYS_DEV_REV 0x10 19 #define HDMI_CORE_SYS_SRST 0x14 20 #define HDMI_CORE_SYS_SYS_CTRL1 0x20 21 #define HDMI_CORE_SYS_SYS_STAT 0x24 22 #define HDMI_CORE_SYS_SYS_CTRL3 0x28 23 #define HDMI_CORE_SYS_DCTL 0x34 24 #define HDMI_CORE_SYS_DE_DLY 0xC8 [all …]
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | dm816.h | 8 #define DM816_CLKCTRL_OFFSET 0x0 12 #define DM816_USB_OTG_HS_CLKCTRL DM816_CLKCTRL_INDEX(0x58) 15 #define DM816_UART1_CLKCTRL DM816_CLKCTRL_INDEX(0x150) 16 #define DM816_UART2_CLKCTRL DM816_CLKCTRL_INDEX(0x154) 17 #define DM816_UART3_CLKCTRL DM816_CLKCTRL_INDEX(0x158) 18 #define DM816_GPIO1_CLKCTRL DM816_CLKCTRL_INDEX(0x15c) 19 #define DM816_GPIO2_CLKCTRL DM816_CLKCTRL_INDEX(0x160) 20 #define DM816_I2C1_CLKCTRL DM816_CLKCTRL_INDEX(0x164) 21 #define DM816_I2C2_CLKCTRL DM816_CLKCTRL_INDEX(0x168) 22 #define DM816_TIMER1_CLKCTRL DM816_CLKCTRL_INDEX(0x170) [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
H A D | hi3798cv200-perictrl.yaml | 48 reg = <0x8a20000 0x1000>; 51 ranges = <0x0 0x8a20000 0x1000>; 55 reg = <0x850 0x8>; 58 resets = <&crg 0x188 4>;
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | mxregs.h | 20 * 00nn 0...0p..p Interrupt Routing, route IRQ n to processor p 21 * 01pp 0...0d..d 16 bits (d) 'ored' as single IPI to processor p 22 * 0180 0...0m..m Clear enable specified by mask (m) 23 * 0184 0...0m..m Set enable specified by mask (m) 24 * 0190 0...0x..x 8-bit IPI partition register 30 * 0200 0...0m..m RunStall core 'n' 34 #define MIROUT(irq) (0x000 + (irq)) 35 #define MIPICAUSE(cpu) (0x100 + (cpu)) 36 #define MIPISET(cause) (0x140 + (cause)) 37 #define MIENG 0x180 [all …]
|