/openbmc/qemu/target/hexagon/ |
H A D | gen_helper_funcs.py | 56 for regtype, regid in regs: 57 reg = hex_common.get_register(tag, regtype, regid) 64 for regtype, regid in regs: 65 reg = hex_common.get_register(tag, regtype, regid) 93 for regtype, regid in regs: 94 reg = hex_common.get_register(tag, regtype, regid)
|
H A D | gen_tcg_funcs.py | 58 for regtype, regid in regs: 59 reg = hex_common.get_register(tag, regtype, regid) 69 for regtype, regid in regs: 70 reg = hex_common.get_register(tag, regtype, regid) 95 for regtype, regid in regs: 96 reg = hex_common.get_register(tag, regtype, regid)
|
H A D | gen_idef_parser_funcs.py | 134 for regtype, regid in regs: 135 reg = hex_common.get_register(tag, regtype, regid)
|
H A D | hex_common.py | 335 def __init__(self, regtype, regid): argument 337 self.regid = regid 1072 def get_register(tag, regtype, regid): argument 1082 for regtype, regid in regs: 1083 reg = get_register(tag, regtype, regid) 1107 for regtype, regid in regs: 1108 reg = get_register(tag, regtype, regid) 1113 for regtype, regid in regs: 1114 reg = get_register(tag, regtype, regid) 1119 for regtype, regid in regs: [all …]
|
/openbmc/linux/fs/udf/ |
H A D | ecma_167.h | 91 struct regid { struct 143 struct regid archType; 144 struct regid bootIdent; 225 struct regid appIdent; 227 struct regid impIdent; 257 struct regid impIdent; 267 struct regid partitionContents; 272 struct regid impIdent; 303 struct regid domainIdent; 307 struct regid impIdent; [all …]
|
H A D | osta_udf.h | 108 struct regid impIdent; 125 struct regid impIdent; 133 struct regid partIdent; 143 struct regid partIdent; 154 struct regid partIdent; 169 struct regid partIdent; 207 struct regid sparingIdent;
|
H A D | inode.c | 1791 struct regid *eid; in udf_update_inode() 1798 sizeof(struct regid), 12, 0x3); in udf_update_inode() 1803 sizeof(struct regid)); in udf_update_inode() 1804 dsea->impUseLength = cpu_to_le32(sizeof(struct regid)); in udf_update_inode() 1806 eid = (struct regid *)dsea->impUse; in udf_update_inode() 1831 memset(&(fe->impIdent), 0, sizeof(struct regid)); in udf_update_inode()
|
H A D | super.c | 776 struct regid *ident, char *dname) in udf_verify_domain_identifier()
|
/openbmc/linux/include/kvm/ |
H A D | arm_arch_timer.h | 108 u64 kvm_arm_timer_get_reg(struct kvm_vcpu *, u64 regid); 109 int kvm_arm_timer_set_reg(struct kvm_vcpu *, u64 regid, u64 value);
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.c | 258 memset(cmd->filter.regid, 0, sizeof(cmd->filter.regid)); // reserved for set in ncsi_oem_cmd_set_filter()
|
H A D | ncsi_fsm.h | 138 uint8_t regid[8]; member
|
H A D | ncsi_fsm.c | 549 network_debug->ncsi.test.ch_under_test].regid, in ncsi_fsm_poll_test() 550 (void*)get_filter_response->filter.regid, in ncsi_fsm_poll_test() 551 sizeof(ncsi_state->flowsteering[0].regid)); in ncsi_fsm_poll_test()
|
H A D | ncsi.h | 373 uint8_t regid[8]; member
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l41.c | 1190 u32 regid, reg_revid, i, mtl_revid, int_status, chipid_match; in cs35l41_probe() local 1257 ret = regmap_read(cs35l41->regmap, CS35L41_DEVID, ®id); in cs35l41_probe() 1275 if (regid != chipid_match) { in cs35l41_probe() 1277 regid, chipid_match); in cs35l41_probe() 1346 regid, reg_revid); in cs35l41_probe()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | hypercalls.c | 421 static int get_kernel_wa_level(u64 regid) in get_kernel_wa_level() argument 423 switch (regid) { in get_kernel_wa_level()
|
H A D | arch_timer.c | 1048 int kvm_arm_timer_set_reg(struct kvm_vcpu *vcpu, u64 regid, u64 value) in kvm_arm_timer_set_reg() argument 1052 switch (regid) { in kvm_arm_timer_set_reg() 1107 u64 kvm_arm_timer_get_reg(struct kvm_vcpu *vcpu, u64 regid) in kvm_arm_timer_get_reg() argument 1109 switch (regid) { in kvm_arm_timer_get_reg()
|
/openbmc/linux/sound/pci/hda/ |
H A D | cs35l41_hda.c | 1553 unsigned int int_sts, regid, reg_revid, mtl_revid, chipid, int_status; in cs35l41_hda_probe() local 1608 ret = regmap_read(cs35l41->regmap, CS35L41_DEVID, ®id); in cs35l41_hda_probe() 1623 if (regid != chipid) { in cs35l41_hda_probe() 1624 dev_err(cs35l41->dev, "CS35L41 Device ID (%X). Expected ID %X\n", regid, chipid); in cs35l41_hda_probe() 1674 dev_info(cs35l41->dev, "Cirrus Logic CS35L41 (%x), Revision: %02X\n", regid, reg_revid); in cs35l41_hda_probe()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mcg.c | 71 static int mlx4_QP_FLOW_STEERING_DETACH(struct mlx4_dev *dev, u64 regid) in mlx4_QP_FLOW_STEERING_DETACH() argument 75 err = mlx4_cmd(dev, regid, 0, 0, in mlx4_QP_FLOW_STEERING_DETACH()
|