Home
last modified time | relevance | path

Searched full:dr (Results 1 – 25 of 187) sorted by relevance

12345678

/openbmc/u-boot/drivers/core/
H A Ddevres.c40 static void set_node_dbginfo(struct devres *dr, const char *name, size_t size) in set_node_dbginfo() argument
42 dr->name = name; in set_node_dbginfo()
43 dr->size = size; in set_node_dbginfo()
46 static void devres_log(struct udevice *dev, struct devres *dr, in devres_log() argument
50 dev->name, op, dr, dr->name, (unsigned long)dr->size); in devres_log()
53 #define set_node_dbginfo(dr, n, s) do {} while (0) argument
54 #define devres_log(dev, dr, op) do {} while (0) argument
65 struct devres *dr; in __devres_alloc() local
67 dr = kmalloc(tot_size, gfp); in __devres_alloc()
68 if (unlikely(!dr)) in __devres_alloc()
[all …]
/openbmc/qemu/target/i386/tcg/system/
H A Dbpt_helper.c57 target_ulong dr7 = env->dr[7]; in hw_breakpoint_insert()
58 target_ulong drN = env->dr[index]; in hw_breakpoint_insert()
71 return hw_breakpoint_enabled(env->dr[7], index) in hw_breakpoint_insert()
102 switch (hw_breakpoint_type(env->dr[7], index)) { in hw_breakpoint_remove()
126 target_ulong old_dr7 = env->dr[7]; in cpu_x86_update_dr7()
145 env->dr[7] = new_dr7; in cpu_x86_update_dr7()
158 env->dr[7] = new_dr7; in cpu_x86_update_dr7()
173 dr6 = env->dr[6] & ~0xf; in check_hw_breakpoints()
178 switch (hw_breakpoint_type(env->dr[7], reg)) { in check_hw_breakpoints()
180 if (env->dr[reg] == env->eip) { in check_hw_breakpoints()
[all …]
H A Dsmm_helper.c101 x86_stl_phys(cs, sm_state + 0x7f68, env->dr[6]); in do_smm_enter()
102 x86_stl_phys(cs, sm_state + 0x7f60, env->dr[7]); in do_smm_enter()
123 x86_stl_phys(cs, sm_state + 0x7fcc, env->dr[6]); in do_smm_enter()
124 x86_stl_phys(cs, sm_state + 0x7fc8, env->dr[7]); in do_smm_enter()
171 env->dr[7] = 0x00000400; in do_smm_enter()
236 env->dr[6] = x86_ldl_phys(cs, sm_state + 0x7f68); in helper_rsm()
237 env->dr[7] = x86_ldl_phys(cs, sm_state + 0x7f60); in helper_rsm()
271 env->dr[6] = x86_ldl_phys(cs, sm_state + 0x7fcc); in helper_rsm()
272 env->dr[7] = x86_ldl_phys(cs, sm_state + 0x7fc8); in helper_rsm()
/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c68 static int gpio_read_bit(struct pinmux_data_reg *dr, in gpio_read_bit() argument
74 pos = dr->reg_width - (in_pos + 1); in gpio_read_bit()
77 dr->reg + offset, pos, dr->reg_width); in gpio_read_bit()
79 return (gpio_read_raw_reg(dr->mapped_reg + offset, in gpio_read_bit()
80 dr->reg_width) >> pos) & 1; in gpio_read_bit()
83 static void gpio_write_bit(struct pinmux_data_reg *dr, in gpio_write_bit() argument
88 pos = dr->reg_width - (in_pos + 1); in gpio_write_bit()
92 dr->reg, !!value, pos, dr->reg_width); in gpio_write_bit()
95 __set_bit(pos, &dr->reg_shadow); in gpio_write_bit()
97 __clear_bit(pos, &dr->reg_shadow); in gpio_write_bit()
[all …]
/openbmc/qemu/hw/i2c/
H A Dmpc_i2c.c84 uint8_t dr; member
122 i2c->dr = 0x00; in mpc_i2c_reset()
152 if (i2c_start_transfer(s->bus, s->dr >> 1, s->dr & (0x01))) { in mpc_i2c_address_send()
155 s->address = s->dr; in mpc_i2c_address_send()
165 if (i2c_send(s->bus, s->dr)) { in mpc_i2c_data_send()
190 s->dr = ret; in mpc_i2c_data_recive()
212 value = s->dr; in mpc_i2c_read()
286 s->dr = value & CDR_MASK; in mpc_i2c_write()
321 VMSTATE_UINT8(dr, MPCI2CState),
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_break.S197 .macro check_dbreak dr argument
202 movi a3, 0x4 | (\dr << 8)
205 wsr a2, dbreakc\dr
208 .macro dbreak_test dr, ctl, break, access, op
212 wsr a2, dbreakc\dr
214 wsr a2, dbreaka\dr
221 check_dbreak \dr
/openbmc/qemu/dump/
H A Dwin_dump.c318 .Dr0 = env->dr[0], in patch_and_save_context()
319 .Dr1 = env->dr[1], in patch_and_save_context()
320 .Dr2 = env->dr[2], in patch_and_save_context()
321 .Dr3 = env->dr[3], in patch_and_save_context()
322 .Dr6 = env->dr[6], in patch_and_save_context()
323 .Dr7 = env->dr[7], in patch_and_save_context()
359 .Dr0 = env->dr[0], in patch_and_save_context()
360 .Dr1 = env->dr[1], in patch_and_save_context()
361 .Dr2 = env->dr[2], in patch_and_save_context()
362 .Dr3 = env->dr[3], in patch_and_save_context()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVSRC.interface.yaml8 - name: DR
11 DR keyword. FRU description.
H A DVW10.interface.yaml8 - name: DR
H A DVSBP.interface.yaml8 - name: DR
H A DVR10.interface.yaml8 - name: DR
/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c271 wreg(cs->accel->fd, HV_X86_DR0, env->dr[0]); in hvf_put_registers()
272 wreg(cs->accel->fd, HV_X86_DR1, env->dr[1]); in hvf_put_registers()
273 wreg(cs->accel->fd, HV_X86_DR2, env->dr[2]); in hvf_put_registers()
274 wreg(cs->accel->fd, HV_X86_DR3, env->dr[3]); in hvf_put_registers()
275 wreg(cs->accel->fd, HV_X86_DR4, env->dr[4]); in hvf_put_registers()
276 wreg(cs->accel->fd, HV_X86_DR5, env->dr[5]); in hvf_put_registers()
277 wreg(cs->accel->fd, HV_X86_DR6, env->dr[6]); in hvf_put_registers()
278 wreg(cs->accel->fd, HV_X86_DR7, env->dr[7]); in hvf_put_registers()
314 env->dr[0] = rreg(cs->accel->fd, HV_X86_DR0); in hvf_get_registers()
315 env->dr[1] = rreg(cs->accel->fd, HV_X86_DR1); in hvf_get_registers()
[all …]
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/
H A Dlayout.yaml7 OPFR,DR: Model
9 VINI,DR: PrettyName
/openbmc/openpower-vpd-parser/test/
H A Dutest_ipz_parser.cpp20 std::string l_keyword("DR"); in TEST()
23 // check 'DR' keyword value from 'VINI' record in TEST()
49 // check 'DR' keyword value of 'VSYS' record in TEST()
51 l_keyword = "DR"; in TEST()
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx_i2c.c39 in_8(&base->dr); in i2c_make_abort()
41 last = in_8(&base->dr); in i2c_make_abort()
51 last = in_8(&base->dr); in i2c_make_abort()
/openbmc/qemu/hw/gpio/
H A Dimx_gpio.c42 return "DR"; in imx_gpio_reg_name()
139 qemu_set_irq(s->output[i], extract32(s->dr, i, 1)); in imx_gpio_set_all_output_lines()
153 * are coming either from DR or PSR in imx_gpio_read()
155 reg_value = (s->dr & s->gdir) | (s->psr & ~s->gdir); in imx_gpio_read()
214 s->dr = value; in imx_gpio_write()
275 VMSTATE_UINT32(dr, IMXGPIOState),
297 s->dr = 0; in imx_gpio_reset()
/openbmc/qemu/hw/audio/
H A Dfmopl.h16 int32_t *DR; /* decay rate :&DR_TALBE[DR<<2] */ member
31 int32_t evsd; /* envelope step for DR :DR[ksr] */
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst161 ``arg[1]``: index of sensor, for DR-related sensors this is generally the DRC
178 * ``9002``: ``dr-indicator``, controls "visual" indicator associated with
189 * ``9003``: ``allocation-state``, generally only used for "logical" DR resources
192 ``isolation-state->isolate``, respectively. For "physical" DR (like PCI
215 ``arg[1]``: index of sensor, for DR-related sensors this is generally the DRC
220 For DR-related operations, the only noteworthy sensor is ``dr-entity-sense``,
225 Supported sensor values for ``dr-entity-sense`` (``9003``) sensor:
315 For most DR operations, the hypervisor will issue host->guest add/remove events
322 For DR, this framework has been extended to include hotplug events, which were
323 previously unneeded due to direct manipulation of DR-related guest userspace
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dvpd_utils.py38 [DR]: SYSTEM BACKPLANE
46 [DR]: EBMC
H A Dvpd_tool_resource.robot30 # [DR]: CPU POWER CARD
112 ... '${field}' == 'DR' ${DR_WRITE_VALUE}
137 # field VPD field (e.g. DR, SN, PN)
143 ... '${field}' == 'DR' xyz.openbmc_project.Inventory.Item PrettyName
/openbmc/u-boot/fs/ubifs/
H A Dlog.c546 struct done_ref *dr; in done_already() local
550 dr = rb_entry(parent, struct done_ref, rb); in done_already()
551 if (lnum < dr->lnum) in done_already()
553 else if (lnum > dr->lnum) in done_already()
559 dr = kzalloc(sizeof(struct done_ref), GFP_NOFS); in done_already()
560 if (!dr) in done_already()
563 dr->lnum = lnum; in done_already()
565 rb_link_node(&dr->rb, parent, p); in done_already()
566 rb_insert_color(&dr->rb, done_tree); in done_already()
577 struct done_ref *dr, *n; in destroy_done_tree() local
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dscan_manager.c240 /* Go to Run-Test/Idle -> DR-Scan -> Capture-DR -> Shift-DR state. */ in scan_mgr_get_fpga_id()
244 * Push 4 bytes of data through TDI->DR->TDO. in scan_mgr_get_fpga_id()
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dqspi.h24 u16 dr; /* 0x14 Data */ member
84 /* DR with RAM command word definitions */
/openbmc/qemu/include/hw/ppc/
H A Dspapr_drc.h22 #define TYPE_SPAPR_DR_CONNECTOR "spapr-dr-connector"
106 * DR-indicator (LED/visual indicator)
218 /* DR-indicator */
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/
H A Dlayout.yaml7 VINI,DR: PrettyName

12345678