Searched refs:reg_map (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
| H A D | registers.py | 37 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 D | tpm_tis_i2c.c | 181 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 D | santabarbara-eid-init | 3 declare -A reg_map=(
|
| /openbmc/qemu/include/hw/pci-host/ |
| H A D | aspeed_pcie.h | 99 const AspeedPCIERegMap *reg_map; member
|
| /openbmc/u-boot/include/ |
| H A D | ddr_spd.h | 384 u8 reg_map; member 410 uint8_t reg_map; member
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | aspeed_pcie.c | 81 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 D | ddr4_dimm_params.c | 192 if (spd->mod_section.registered.reg_map & 0x1) in ddr_compute_dimm_parameters()
|
| H A D | interactive.c | 1581 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 D | ddr3_training_bist.c | 228 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 D | clock.c | 1049 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()
|