/openbmc/linux/drivers/clk/renesas/ |
H A D | r9a09g011-cpg.c | 19 #define RZV2M_SAMPLL4_CLK1 0x104 20 #define RZV2M_SAMPLL4_CLK2 0x108 24 #define DIV_A DDIV_PACK(0x200, 0, 3) 25 #define DIV_B DDIV_PACK(0x204, 0, 2) 26 #define DIV_D DDIV_PACK(0x204, 4, 2) 27 #define DIV_E DDIV_PACK(0x204, 8, 1) 28 #define DIV_W DDIV_PACK(0x328, 0, 3) 30 #define SEL_B SEL_PLL_PACK(0x214, 0, 1) 31 #define SEL_CSI0 SEL_PLL_PACK(0x330, 0, 1) 32 #define SEL_CSI4 SEL_PLL_PACK(0x330, 4, 1) [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | das16.c | 33 * [0] - base io address 71 #define DAS16_DMA_SIZE 0xff00 /* size in bytes of allocated dma buffer */ 76 #define DAS16_TRIG_REG 0x00 77 #define DAS16_AI_LSB_REG 0x00 78 #define DAS16_AI_MSB_REG 0x01 79 #define DAS16_MUX_REG 0x02 80 #define DAS16_DIO_REG 0x03 81 #define DAS16_AO_LSB_REG(x) ((x) ? 0x06 : 0x04) 82 #define DAS16_AO_MSB_REG(x) ((x) ? 0x07 : 0x05) 83 #define DAS16_STATUS_REG 0x08 [all …]
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hip07.dtsi | 23 #size-cells = <0>; 270 reg = <0x10000>; 273 numa-node-id = <0>; 279 reg = <0x10001>; 282 numa-node-id = <0>; 288 reg = <0x10002>; 291 numa-node-id = <0>; 297 reg = <0x10003>; 300 numa-node-id = <0>; 306 reg = <0x10100>; [all …]
|
/openbmc/u-boot/board/freescale/imx8mq_evk/ |
H A D | lpddr4_timing_b0.c | 16 { DDRC_DBG1(0), 0x00000001 }, 18 { DDRC_PWRCTL(0), 0x00000001 }, 19 { DDRC_MSTR(0), 0xa3080020 }, 20 { DDRC_MSTR2(0), 0x00000000 }, 21 { DDRC_RFSHTMG(0), 0x006100E0 }, 22 { DDRC_INIT0(0), 0xC003061B }, 23 { DDRC_INIT1(0), 0x009D0000 }, 24 { DDRC_INIT3(0), 0x00D4002D }, 26 { DDRC_INIT4(0), 0x00330008 }, 28 { DDRC_INIT4(0), 0x00310008 }, [all …]
|
H A D | lpddr4_timing.c | 15 { DDRC_DBG1(0), 0x00000001 }, 16 { DDRC_PWRCTL(0), 0x00000001 }, 17 { DDRC_MSTR(0), 0xa3080020 }, 18 { DDRC_MSTR2(0), 0x00000000 }, 19 { DDRC_RFSHTMG(0), 0x006100E0 }, 20 { DDRC_INIT0(0), 0xC003061B }, 21 { DDRC_INIT1(0), 0x009D0000 }, 22 { DDRC_INIT3(0), 0x00D4002D }, 24 { DDRC_INIT4(0), 0x00330008 }, 26 { DDRC_INIT4(0), 0x00310008 }, [all …]
|
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-udma.h | 12 #define UDMA_REV_REG 0x0 13 #define UDMA_PERF_CTL_REG 0x4 14 #define UDMA_EMU_CTL_REG 0x8 15 #define UDMA_PSIL_TO_REG 0x10 16 #define UDMA_UTC_CTL_REG 0x1c 17 #define UDMA_CAP_REG(i) (0x20 + ((i) * 4)) 18 #define UDMA_RX_FLOW_ID_FW_OES_REG 0x80 19 #define UDMA_RX_FLOW_ID_FW_STATUS_REG 0x88 22 #define UDMA_CHAN_RT_CTL_REG 0x0 23 #define UDMA_CHAN_RT_SWTRIG_REG 0x8 [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A 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 …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-stih410/ |
H A D | sdhci.h | 10 #define FLASHSS_MMC_CORE_CONFIG_1 0x400 18 #define FLASHSS_MMC_CORE_CONFIG_2 0x404 22 #define BASE_CLK_FREQ_200 0xc8 28 BASE_CLK_FREQ_200 << 0) 35 #define FLASHSS_MMC_CORE_CONFIG_3 0x408 40 #define FLASHSS_MMC_CORECFG_SDMA BIT(0) 55 #define FLASHSS_MMC_CORE_CONFIG_4 0x40c 65 #define ST_MMC_CCONFIG_REG_5 0x210
|
/openbmc/linux/drivers/usb/musb/ |
H A D | omap2430.h | 15 #define OTG_REVISION 0x400 17 #define OTG_SYSCONFIG 0x404 19 # define FORCESTDBY (0 << MIDLEMODE) 24 # define FORCEIDLE (0 << SIDLEMODE) 30 # define AUTOIDLE (1 << 0) 32 #define OTG_SYSSTATUS 0x408 33 # define RESETDONE (1 << 0) 35 #define OTG_INTERFSEL 0x40c 37 # define PHYSEL 0 /* bit position */ 38 # define UTMI_8BIT (0 << PHYSEL) [all …]
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | omap2430.h | 19 #define OTG_REVISION 0x400 21 #define OTG_SYSCONFIG 0x404 23 # define FORCESTDBY (0 << MIDLEMODE) 28 # define FORCEIDLE (0 << SIDLEMODE) 34 # define AUTOIDLE (1 << 0) 36 #define OTG_SYSSTATUS 0x408 37 # define RESETDONE (1 << 0) 39 #define OTG_INTERFSEL 0x40c 41 # define PHYSEL 0 /* bit position */ 42 # define UTMI_8BIT (0 << PHYSEL) [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | omap.h | 15 #define SMX_APE_BASE 0x68000000 18 #define OMAP34XX_GPMC_BASE 0x6E000000 21 #define OMAP34XX_SMS_BASE 0x6C000000 24 #define OMAP34XX_SDRC_BASE 0x6D000000 29 #define OMAP34XX_CORE_L4_IO_BASE 0x48000000 30 #define OMAP34XX_WAKEUP_L4_IO_BASE 0x48300000 31 #define OMAP34XX_ID_L4_IO_BASE 0x4830A200 32 #define OMAP34XX_L4_PER 0x49000000 36 #define OMAP34XX_DMA4_BASE 0x48056000 39 #define OMAP34XX_CTRL_BASE (OMAP34XX_L4_IO_BASE + 0x2000) [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_reg_rdma.h | 10 #define MDP_RDMA_EN 0x000 11 #define MDP_RDMA_RESET 0x008 12 #define MDP_RDMA_CON 0x020 13 #define MDP_RDMA_GMCIF_CON 0x028 14 #define MDP_RDMA_SRC_CON 0x030 15 #define MDP_RDMA_MF_BKGD_SIZE_IN_BYTE 0x060 16 #define MDP_RDMA_MF_BKGD_SIZE_IN_PXL 0x068 17 #define MDP_RDMA_MF_SRC_SIZE 0x070 18 #define MDP_RDMA_MF_CLIP_SIZE 0x078 19 #define MDP_RDMA_MF_OFFSET_1 0x080 [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hwio.h | 13 #define DISP_INTF_SEL 0x004 14 #define INTR_EN 0x010 15 #define INTR_STATUS 0x014 16 #define INTR_CLEAR 0x018 17 #define INTR2_EN 0x008 18 #define INTR2_STATUS 0x00c 19 #define SSPP_SPARE 0x028 20 #define INTR2_CLEAR 0x02c 21 #define HIST_INTR_EN 0x01c 22 #define HIST_INTR_STATUS 0x020 [all …]
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-pinfunc.h | 15 #define MX8MQ_IOMUXC_PMIC_STBY_REQ_CCMSRCGPCMIX_PMIC_STBY_REQ 0x014 0x27C 0x000 0x0 0… 16 #define MX8MQ_IOMUXC_PMIC_ON_REQ_SNVSMIX_PMIC_ON_REQ 0x018 0x280 0x000 0x0 0… 17 #define MX8MQ_IOMUXC_ONOFF_SNVSMIX_ONOFF 0x01C 0x284 0x000 0x0 0… 18 #define MX8MQ_IOMUXC_POR_B_SNVSMIX_POR_B 0x020 0x288 0x000 0x0 0… 19 #define MX8MQ_IOMUXC_RTC_RESET_B_SNVSMIX_RTC_RESET_B 0x024 0x28C 0x000 0x0 0… 20 #define MX8MQ_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x028 0x290 0x000 0x0 0… 21 #define MX8MQ_IOMUXC_GPIO1_IO00_CCMSRCGPCMIX_ENET_PHY_REF_CLK_ROOT 0x028 0x290 0x4C0 0x1 0… 22 #define MX8MQ_IOMUXC_GPIO1_IO00_ANAMIX_REF_CLK_32K 0x028 0x290 0x000 0x5 0… 23 #define MX8MQ_IOMUXC_GPIO1_IO00_CCMSRCGPCMIX_EXT_CLK1 0x028 0x290 0x000 0x6 0… 24 #define MX8MQ_IOMUXC_GPIO1_IO00_SJC_FAIL 0x028 0x290 0x000 0x7 0… [all …]
|
H A 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 …]
|
H A D | imx8mm-pinfunc.h | 14 #define MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x028 0x290 0x000 0x0 0… 15 #define MX8MM_IOMUXC_GPIO1_IO00_CCMSRCGPCMIX_ENET_PHY_REF_CLK_ROOT 0x028 0x290 0x4C0 0x1 0… 16 #define MX8MM_IOMUXC_GPIO1_IO00_ANAMIX_REF_CLK_32K 0x028 0x290 0x000 0x5 0… 17 #define MX8MM_IOMUXC_GPIO1_IO00_CCMSRCGPCMIX_EXT_CLK1 0x028 0x290 0x000 0x6 0… 18 #define MX8MM_IOMUXC_GPIO1_IO00_SJC_FAIL 0x028 0x290 0x000 0x7 0… 19 #define MX8MM_IOMUXC_GPIO1_IO01_GPIO1_IO1 0x02C 0x294 0x000 0x0 0… 20 #define MX8MM_IOMUXC_GPIO1_IO01_PWM1_OUT 0x02C 0x294 0x000 0x1 0… 21 #define MX8MM_IOMUXC_GPIO1_IO01_ANAMIX_REF_CLK_24M 0x02C 0x294 0x4BC 0x5 0… 22 #define MX8MM_IOMUXC_GPIO1_IO01_CCMSRCGPCMIX_EXT_CLK2 0x02C 0x294 0x000 0x6 0… 23 #define MX8MM_IOMUXC_GPIO1_IO01_SJC_ACTIVE 0x02C 0x294 0x000 0x7 0… [all …]
|
/openbmc/u-boot/include/dt-bindings/pinctrl/ |
H A D | pins-imx8mq.h | 24 #define MX8MQ_IOMUXC_PMIC_STBY_REQ_CCMSRCGPCMIX_PMIC_STBY_REQ 0x014 0x27C 0x000 0x0 0… 25 #define MX8MQ_IOMUXC_PMIC_ON_REQ_SNVSMIX_PMIC_ON_REQ 0x018 0x280 0x000 0x0 0… 26 #define MX8MQ_IOMUXC_ONOFF_SNVSMIX_ONOFF 0x01C 0x284 0x000 0x0 0… 27 #define MX8MQ_IOMUXC_POR_B_SNVSMIX_POR_B 0x020 0x288 0x000 0x0 0… 28 #define MX8MQ_IOMUXC_RTC_RESET_B_SNVSMIX_RTC_RESET_B 0x024 0x28C 0x000 0x0 0… 29 #define MX8MQ_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x028 0x290 0x000 0x0 0… 30 #define MX8MQ_IOMUXC_GPIO1_IO00_CCMSRCGPCMIX_ENET_PHY_REF_CLK_ROOT 0x028 0x290 0x4C0 0x1 0… 31 #define MX8MQ_IOMUXC_GPIO1_IO00_ANAMIX_REF_CLK_32K 0x028 0x290 0x000 0x5 0… 32 #define MX8MQ_IOMUXC_GPIO1_IO00_CCMSRCGPCMIX_EXT_CLK1 0x028 0x290 0x000 0x6 0… 33 #define MX8MQ_IOMUXC_GPIO1_IO00_SJC_FAIL 0x028 0x290 0x000 0x7 0… [all …]
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | lpc18xx-ccu.h | 13 #define CLK_APB3_BUS 0x100 14 #define CLK_APB3_I2C1 0x108 15 #define CLK_APB3_DAC 0x110 16 #define CLK_APB3_ADC0 0x118 17 #define CLK_APB3_ADC1 0x120 18 #define CLK_APB3_CAN0 0x128 19 #define CLK_APB1_BUS 0x200 20 #define CLK_APB1_MOTOCON_PWM 0x208 21 #define CLK_APB1_I2C0 0x210 22 #define CLK_APB1_I2S 0x218 [all …]
|
/openbmc/linux/include/dt-bindings/reset/ |
H A D | hisi,hi6220-resets.h | 9 #define PERIPH_RSTDIS0_MMC0 0x000 10 #define PERIPH_RSTDIS0_MMC1 0x001 11 #define PERIPH_RSTDIS0_MMC2 0x002 12 #define PERIPH_RSTDIS0_NANDC 0x003 13 #define PERIPH_RSTDIS0_USBOTG_BUS 0x004 14 #define PERIPH_RSTDIS0_POR_PICOPHY 0x005 15 #define PERIPH_RSTDIS0_USBOTG 0x006 16 #define PERIPH_RSTDIS0_USBOTG_32K 0x007 17 #define PERIPH_RSTDIS1_HIFI 0x100 18 #define PERIPH_RSTDIS1_DIGACODEC 0x105 [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/ |
H A D | mmdc.h | 9 #define MMDC0 0 12 #define MMDC_MDCTL 0x0 13 #define MMDC_MDPDC 0x4 14 #define MMDC_MDOTC 0x8 15 #define MMDC_MDCFG0 0xC 16 #define MMDC_MDCFG1 0x10 17 #define MMDC_MDCFG2 0x14 18 #define MMDC_MDMISC 0x18 19 #define MMDC_MDSCR 0x1C 20 #define MMDC_MDREF 0x20 [all …]
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra210_mixer.h | 13 #define TEGRA210_MIXER_RX1_SOFT_RESET 0x04 14 #define TEGRA210_MIXER_RX1_STATUS 0x10 15 #define TEGRA210_MIXER_RX1_CIF_CTRL 0x24 16 #define TEGRA210_MIXER_RX1_CTRL 0x28 17 #define TEGRA210_MIXER_RX1_PEAK_CTRL 0x2c 18 #define TEGRA210_MIXER_RX1_SAMPLE_COUNT 0x30 21 #define TEGRA210_MIXER_TX1_ENABLE 0x280 22 #define TEGRA210_MIXER_TX1_SOFT_RESET 0x284 23 #define TEGRA210_MIXER_TX1_STATUS 0x290 24 #define TEGRA210_MIXER_TX1_INT_STATUS 0x294 [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-fsl.h | 9 #define FSL_SOC_USB_SBUSCFG 0x90 10 #define SBUSCFG_INCR8 0x02 /* INCR8, specified */ 11 #define FSL_SOC_USB_ULPIVP 0x170 12 #define FSL_SOC_USB_PORTSC1 0x184 14 #define PORT_PTS_UTMI (0<<30) 18 #define FSL_SOC_USB_PORTSC2 0x188 19 #define FSL_SOC_USB_USBMODE 0x1a8 20 #define USBMODE_CM_MASK (3 << 0) /* controller mode mask */ 21 #define USBMODE_CM_HOST (3 << 0) /* controller mode: host */ 24 #define FSL_SOC_USB_USBGENCTRL 0x200 [all …]
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | mmu-arcv2.h | 15 #define ARC_REG_MMU_BCR 0x06f 18 #define ARC_REG_TLBPD0 0x405 19 #define ARC_REG_TLBPD1 0x406 20 #define ARC_REG_TLBPD1HI 0 /* Dummy: allows common code */ 21 #define ARC_REG_TLBINDEX 0x407 22 #define ARC_REG_TLBCOMMAND 0x408 23 #define ARC_REG_PID 0x409 24 #define ARC_REG_SCRATCH_DATA0 0x418 26 #define ARC_REG_TLBPD0 0x460 27 #define ARC_REG_TLBPD1 0x461 [all …]
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | dma_timer.c | 18 #define DMA_TIMER_0 (0x00) 19 #define DMA_TIMER_1 (0x40) 20 #define DMA_TIMER_2 (0x80) 21 #define DMA_TIMER_3 (0xc0) 23 #define DTMR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x400) 24 #define DTXMR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x402) 25 #define DTER0 (MCF_IPSBAR + DMA_TIMER_0 + 0x403) 26 #define DTRR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x404) 27 #define DTCR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x408) 28 #define DTCN0 (MCF_IPSBAR + DMA_TIMER_0 + 0x40c) [all …]
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | sbf_dram_init.S | 16 move.l #0xFC0A4074, %a1 20 /* SDRAM Chip 0 and 1 */ 21 move.l #0xFC0B8110, %a1 22 move.l #0xFC0B8114, %a2 25 move.l #0x13, %d1 39 /* SDRAM Chip 0 and 1 */ 49 move.l #0xFC0B8008, %a1 52 move.l #0xFC0B800C, %a2 56 move.l #0xFC0B8000, %a1 /* Mode */ 57 move.l #0xFC0B8004, %a2 /* Ctrl */ [all …]
|