Searched refs:state (Results 226 - 250 of 394) sorted by relevance

1234567891011>>

/u-boot/boot/
H A Dbootflow.c28 * bootflow_state - name for each state
41 const char *bootflow_state_get_name(enum bootflow_state_t state) argument
44 if (state < 0 || state >= BOOTFLOWST_COUNT)
47 return bootflow_state[state];
463 bflow->state = BOOTFLOWST_BASE;
493 if (bflow->state != BOOTFLOWST_READY)
508 if (bflow->state != BOOTFLOWST_READY)
540 printf("Bootflow not loaded (state '%s')\n",
541 bootflow_state_get_name(bflow->state));
[all...]
H A Dbootmeth_qfw.c50 bflow->state = BOOTFLOWST_READY;
H A Dbootm_os.c553 int boot_selected_os(int state, struct bootm_info *bmi, boot_os_fn *boot_fn) argument
558 boot_fn(state, bmi);
563 state == BOOTM_STATE_OS_FAKE_GO) /* We expect to return */
/u-boot/fs/yaffs2/
H A Dyaffs_tagscompat.c379 enum yaffs_block_state *state,
400 *state = YAFFS_BLOCK_STATE_DEAD;
402 *state = YAFFS_BLOCK_STATE_EMPTY;
404 *state = YAFFS_BLOCK_STATE_NEEDS_SCAN;
377 yaffs_tags_compat_query_block(struct yaffs_dev *dev, int block_no, enum yaffs_block_state *state, u32 *seq_number) argument
/u-boot/include/linux/usb/
H A Dmusb.h119 int (*set_power)(int state);
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S5 @ exectute the Boot ROM in this state), so we need to switch to AArch64
9 @ into a different execution state (AArch32 or AArch64).
/u-boot/drivers/ddr/marvell/a38x/
H A Dddr_topology_def.h178 /* ddr interface state */
179 enum mv_ddr_iface_state state; member in struct:mv_ddr_iface
H A Dmv_ddr4_mpr_pda_if.c476 u32 taps_num, enum mv_ddr4_vref_tap_state state)
482 if ((state == MV_DDR4_VREF_TAP_BUSY) && ((taps_num + MV_DDR4_VREF_STEP_SIZE) >= 23) &&
484 state = MV_DDR4_VREF_TAP_FLIP;
494 if ((state == MV_DDR4_VREF_TAP_FLIP) | (state == MV_DDR4_VREF_TAP_START)) {
503 } else if (state == MV_DDR4_VREF_TAP_END) {
475 mv_ddr4_vref_tap_set(u8 dev_num, u8 if_id, enum hws_access_type access_type, u32 taps_num, enum mv_ddr4_vref_tap_state state) argument
/u-boot/include/
H A Dk3-dev.h88 int ti_lpsc_transition(struct ti_lpsc *lpsc, u8 state);
H A Dtwl4030.h242 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \
244 | (type) << 4 | (state))
246 #define MSG_SINGULAR(devgrp, id, state) \
247 ((devgrp) << 13 | 0 << 12 | (id) << 4 | (state))
249 #define MSG_BROADCAST_ALL(devgrp, state) \
250 ((devgrp) << 5 | (state))
/u-boot/tools/
H A Dproftool.c148 * struct flame_state - state information for building the flame graph
230 * Maintains state used when writing the output file in trace-cmd format
1647 * @state: Current flamegraph state
1654 static int process_call(struct flame_state *state, bool entry, ulong timestamp, argument
1657 struct flame_node *node = state->node;
1658 int stack_ptr = state->stack_ptr;
1679 state->nodes++;
1686 state->stack[stack_ptr].timestamp = timestamp;
1687 state
1742 struct flame_state state; local
[all...]
H A Dqconfig.py386 reference_src_dir: Determine the true starting config state from this
401 self.state = STATE_IDLE
418 if self.state != STATE_IDLE:
436 if self.state != STATE_IDLE:
448 Returns True if the slot is vacant (i.e. in idle state).
456 to the idle state.
461 if self.state == STATE_IDLE:
469 elif self.state == STATE_DEFCONFIG:
474 elif self.state == STATE_AUTOCONF:
482 elif self.state
[all...]
/u-boot/cmd/
H A Dvbe.c90 printf("No VBE state\n");
111 "vbe state - show VBE state");
116 U_BOOT_SUBCMD_MKENT(state, 2, 1, do_vbe_state),
H A Dbootflow.c22 * When a bootflow does not make it to the 'loaded' state, something went wrong.
36 switch (bflow->state) {
72 bflow->method->name, bootflow_state_get_name(bflow->state),
274 num_valid += bflow->state == BOOTFLOWST_READY;
283 num_valid += bflow->state == BOOTFLOWST_READY;
393 printf("State: %s\n", bootflow_state_get_name(bflow->state));
/u-boot/test/dm/
H A Dsf.c14 #include <asm/state.h>
/u-boot/drivers/net/fsl-mc/
H A Ddprc.c260 * @state: Returned link state:
269 struct dprc_endpoint *endpoint2, int *state)
295 *state = le32_to_cpu(rsp_params->state);
267 dprc_get_connection(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, const struct dprc_endpoint *endpoint1, struct dprc_endpoint *endpoint2, int *state) argument
H A Ddpni.c252 * dpni_reset() - Reset the DPNI, returns the object to initial state.
462 * dpni_get_link_state() - Return the link state (either up or down)
466 * @state: Returned link state;
471 struct dpni_link_state *state)
489 state->up = dpni_get_field(rsp_params->flags, LINK_STATE);
490 state->state_valid = dpni_get_field(rsp_params->flags, STATE_VALID);
491 state->rate = le32_to_cpu(rsp_params->rate);
492 state->options = le64_to_cpu(rsp_params->options);
493 state
470 dpni_get_link_state(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, struct dpni_link_state *state) argument
[all...]
/u-boot/arch/arm/mach-keystone/
H A Dpsc.c27 * psc_wait() - Wait for end of transitional state
45 * It's still remotely possible that the hardware state machines
82 * @state: 1 to enable, 0 to disable.
87 * be left in the power on state. Multiple modules can exist in a power
93 int psc_set_state(u32 mod_num, u32 state) argument
116 * existing state
118 * Set the next state of the power domain to on. It's OK if the domain
120 * change is made if the new state is power down.
122 if (state == PSC_REG_VAL_MDCTL_NEXT_ON) {
129 /* Set the next state fo
[all...]
/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c94 enum usb_device_state state)
96 gadget->state = state;
109 * well as updates gadget state.
93 usb_gadget_set_state(struct usb_gadget *gadget, enum usb_device_state state) argument
/u-boot/drivers/mtd/
H A Dcfi_mtd.c49 instr->state = MTD_ERASING;
56 instr->state = MTD_ERASE_FAILED;
60 instr->state = MTD_ERASE_DONE;
/u-boot/test/
H A Dut.c12 #include <asm/state.h>
217 struct sandbox_state *state = state_get_current(); local
219 if (!state->show_test_output)
/u-boot/arch/arm/mach-rockchip/rk3036/
H A Dsdram_rk3036.c517 unsigned int state; local
521 state = readl(&pctl->stat) & PCTL_STAT_MASK;
522 switch (state) {
529 * If at low power state, need wakeup first, and then
549 unsigned int state; local
553 state = readl(&pctl->stat) & PCTL_STAT_MASK;
554 switch (state) {
/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c170 const char *state; local
180 state = "off";
184 state = "on";
188 state = "state keep";
191 state = "undefined";
194 debug("Set power %s after power failure.\n", state);
/u-boot/drivers/usb/gadget/
H A Dcore.c546 usb_device_state_t state; local
553 state = device->device_state;
625 device->name, event, state,
/u-boot/scripts/kconfig/
H A Dzconf.l31 YY_BUFFER_STATE state;
395 current_buf->state = YY_CURRENT_BUFFER;
441 yy_switch_to_buffer(parent->state);

Completed in 225 milliseconds

1234567891011>>