Home
last modified time | relevance | path

Searched refs:reg_map (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py37 reg_map = {}
57 if name in reg_map:
61 reg_map[name] = entry
64 report(total_regs == len(reg_map.keys()),
67 return reg_map
70 def get_register_by_regnum(reg_map, regnum): argument
74 for regname, entry in reg_map.items():
80 def crosscheck_remote_xml(reg_map): argument
88 total_regs = len(reg_map.keys())
107 x_reg = get_register_by_regnum(reg_map, r_regnum)
[all …]
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_i2c.c181 const I2CRegMap *reg_map; in tpm_tis_i2c_to_tis_reg() local
192 reg_map = &tpm_tis_reg_map[i]; in tpm_tis_i2c_to_tis_reg()
193 if (reg_map->i2c_reg == i2c_reg) { in tpm_tis_i2c_to_tis_reg()
194 i2cst->reg_name = reg_map->reg_name; in tpm_tis_i2c_to_tis_reg()
195 i2cst->tis_addr = reg_map->tis_reg; in tpm_tis_i2c_to_tis_reg()
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-santabarbara/plat-svc/files/
H A Dsantabarbara-eid-init3 declare -A reg_map=(
/openbmc/qemu/include/hw/pci-host/
H A Daspeed_pcie.h99 const AspeedPCIERegMap *reg_map; member
/openbmc/u-boot/include/
H A Dddr_spd.h384 u8 reg_map; member
410 uint8_t reg_map; member
/openbmc/qemu/hw/pci-host/
H A Daspeed_pcie.c81 rc_regs = &apc->reg_map->rc; in aspeed_pcie_rc_set_irq()
110 rc_regs = &apc->reg_map->rc; in aspeed_pcie_rc_msi_notify()
530 rc_reg = apc->reg_map->rc.int_sts_reg; in aspeed_pcie_cfg_write()
652 apc->reg_map = &aspeed_regmap; in aspeed_pcie_cfg_class_init()
771 apc->reg_map = &aspeed_2700_regmap; in aspeed_2700_pcie_cfg_class_init()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr4_dimm_params.c192 if (spd->mod_section.registered.reg_map & 0x1) in ddr_compute_dimm_parameters()
H A Dinteractive.c1581 PRINT_NXS(136, spd->mod_section.registered.reg_map, in ddr4_spd_dump()
1603 PRINT_NXS(136, spd->mod_section.loadreduced.reg_map, in ddr4_spd_dump()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c228 u16 *reg_map = ddr3_tip_get_mask_results_pup_reg_map(); in mv_ddr_tip_bist() local
237 ddr3_tip_if_read(0, ACCESS_TYPE_UNICAST, 0, reg_map[subphy], &read_data, MASK_ALL_BITS); in mv_ddr_tip_bist()
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c1049 const int reg_map[] = {0, CPLL, DPLL, MPLL, SPLL, IPLL, EPLL, in exynos5800_get_lcd_clk() local
1051 sclk = get_pll_clk(reg_map[sel]); in exynos5800_get_lcd_clk()