/openbmc/linux/drivers/clk/pistachio/ |
H A 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 …]
|
/openbmc/linux/drivers/memory/tegra/ |
H A 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 …]
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | test_pcadd.c | 8 uint64_t rd1 = 0; \ 9 uint64_t rd2 = 0; \ 12 asm volatile(""#N" %0, 0x104\n\t" \ 13 ""#N" %1, 0x12345\n\t" \ 18 rn = ((0x12345UL - 0x104) << a) & ~0xfff; \ 20 rn = ((0x12345UL - 0x104) << a) + 4; \ 37 return 0; in TEST_PCADDU()
|
/openbmc/linux/drivers/clk/axs10x/ |
H A 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 …]
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A 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 …]
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bt878.h | 21 #define BT878_VERSION_CODE 0x000000 23 #define BT878_AINT_STAT 0x100 24 #define BT878_ARISCS (0xf<<28) 37 #define BT878_AINT_MASK 0x104 39 #define BT878_AGPIO_DMA_CTL 0x10c 40 #define BT878_A_GAIN (0xf<<28) 47 #define BT878_DA_LRD (0x1f<<16) 52 #define BT878_DA_SDR (0xf<<8) 60 #define BT878_APACK_LEN 0x110 61 #define BT878_AFP_LEN (0xff<<16) [all …]
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hydra.c | 8 HWVER_100 = 0, 14 { 0x6d5e, 0xcdc1 }, 30 uint hardware_version = versions & 0xf; in print_hydra_version() 63 for (i = 0; (devno = pci_find_devices(hydra_supported, i)) >= 0; i++) { in hydra_initialize() 89 #define REFL_PATTERN (0xdededede) 94 uint k = 0; in do_hydrate() 96 0x4000); in do_hydrate() 115 res = readl(pcie2_base + 0x118) & 0x1f; in do_hydrate() 118 res = readl(pcie2_base + 0x104); in do_hydrate() 120 printf("Uncorrectable Error Status 0x%08x\n", res); in do_hydrate() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A 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]$": 197 reg = <0x01c0b000 0x104>; 198 interrupts = <0 82 1>; [all …]
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/openbmc/qemu/hw/misc/ |
H A D | arm_l2x0.c | 30 #define CACHE_ID 0x410000c8 69 offset &= 0xfff; in l2x0_priv_read() 70 if (offset >= 0x730 && offset < 0x800) { in l2x0_priv_read() 71 return 0; /* cache ops complete */ in l2x0_priv_read() 74 case 0: in l2x0_priv_read() 76 case 0x4: in l2x0_priv_read() 81 case 0x100: in l2x0_priv_read() 83 case 0x104: in l2x0_priv_read() 85 case 0x108: in l2x0_priv_read() 87 case 0x10C: in l2x0_priv_read() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | berlin-usb-phy.txt | 6 - #phys-cells: should be 0 13 reg = <0xf774000 0x128>; 14 #phy-cells = <0>; 15 resets = <&chip 0x104 14>;
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/ |
H A 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 …]
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A 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 …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | fuse.h | 12 u32 reserved0[64]; /* 0x00 - 0xFC: */ 13 u32 production_mode; /* 0x100: FUSE_PRODUCTION_MODE */ 14 u32 reserved1[3]; /* 0x104 - 0x10c: */ 15 u32 sku_info; /* 0x110 */ 16 u32 reserved2[13]; /* 0x114 - 0x144: */ 17 u32 fa; /* 0x148: FUSE_FA */ 18 u32 reserved3[21]; /* 0x14C - 0x19C: */ 19 u32 security_mode; /* 0x1A0: FUSE_SECURITY_MODE */
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A 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)
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_pdc.h | 10 u32 rpr; /* 0x100 Receive Pointer Register */ 11 u32 rcr; /* 0x104 Receive Counter Register */ 12 u32 tpr; /* 0x108 Transmit Pointer Register */ 13 u32 tcr; /* 0x10C Transmit Counter Register */ 14 u32 pnpr; /* 0x110 Receive Next Pointer Register */ 15 u32 pncr; /* 0x114 Receive Next Counter Register */ 16 u32 tnpr; /* 0x118 Transmit Next Pointer Register */ 17 u32 tncr; /* 0x11C Transmit Next Counter Register */ 18 u32 ptcr; /* 0x120 Transfer Control Register */ 19 u32 ptsr; /* 0x124 Transfer Status Register */
|
/openbmc/u-boot/include/ |
H A D | micrel.h | 3 #define MII_KSZ9021_EXT_COMMON_CTRL 0x100 4 #define MII_KSZ9021_EXT_STRAP_STATUS 0x101 5 #define MII_KSZ9021_EXT_OP_STRAP_OVERRIDE 0x102 6 #define MII_KSZ9021_EXT_OP_STRAP_STATUS 0x103 7 #define MII_KSZ9021_EXT_RGMII_CLOCK_SKEW 0x104 8 #define MII_KSZ9021_EXT_RGMII_RX_DATA_SKEW 0x105 9 #define MII_KSZ9021_EXT_RGMII_TX_DATA_SKEW 0x106 10 #define MII_KSZ9021_EXT_ANALOG_TEST 0x107 12 #define MII_KSZ9031_MOD_REG 0x0000 14 #define MII_KSZ9031_MOD_DATA_NO_POST_INC 0x4000 [all …]
|
/openbmc/qemu/include/hw/i2c/ |
H A D | microbit_i2c.h | 18 #define NRF51_TWI_TASK_STARTRX 0x000 19 #define NRF51_TWI_TASK_STARTTX 0x008 20 #define NRF51_TWI_TASK_STOP 0x014 21 #define NRF51_TWI_EVENT_STOPPED 0x104 22 #define NRF51_TWI_EVENT_RXDREADY 0x108 23 #define NRF51_TWI_EVENT_TXDSENT 0x11c 24 #define NRF51_TWI_REG_ENABLE 0x500 25 #define NRF51_TWI_REG_RXD 0x518 26 #define NRF51_TWI_REG_TXD 0x51c 27 #define NRF51_TWI_REG_ADDRESS 0x588
|
/openbmc/linux/arch/arm/boot/dts/calxeda/ |
H A 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 …]
|
/openbmc/linux/drivers/media/rc/keymaps/ |
H A 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 …]
|
/openbmc/linux/include/linux/ |
H A 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 …]
|
/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/ |
H A D | util_csr.h | 10 #define UTIL_VERSION (UTIL_CSR_BASE_ADDR + 0x000) 11 #define UTIL_TX_CTRL (UTIL_CSR_BASE_ADDR + 0x004) 12 #define UTIL_INQ_PKTPTR (UTIL_CSR_BASE_ADDR + 0x010) 14 #define UTIL_HDR_SIZE (UTIL_CSR_BASE_ADDR + 0x014) 16 #define UTIL_PE0_QB_DM_ADDR0 (UTIL_CSR_BASE_ADDR + 0x020) 17 #define UTIL_PE0_QB_DM_ADDR1 (UTIL_CSR_BASE_ADDR + 0x024) 18 #define UTIL_PE0_RO_DM_ADDR0 (UTIL_CSR_BASE_ADDR + 0x060) 19 #define UTIL_PE0_RO_DM_ADDR1 (UTIL_CSR_BASE_ADDR + 0x064) 21 #define UTIL_MEM_ACCESS_ADDR (UTIL_CSR_BASE_ADDR + 0x100) 22 #define UTIL_MEM_ACCESS_WDATA (UTIL_CSR_BASE_ADDR + 0x104) [all …]
|