Home
last modified time | relevance | path

Searched full:step (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DResolutionStep.v1_0_1.json8 … "description": "This type describes a recommended step of the service-defined resolution.",
9 …"longDescription": "This type shall describe a recommended step of the service-defined resolution.…
26 "description": "The parameters of the action URI for a resolution step.",
37 …escription": "This property shall contain the parameters of the action URI for a resolution step.",
41 "description": "The action URI for a resolution step.",
43 … "longDescription": "This property shall contain the action URI for a resolution step.",
54 …n order of the resolution steps shall be in array order. If a resolution step does not have a pri…
71 "description": "The type of the resolution step.",
72 … "longDescription": "This property shall contain the type of the resolution step.",
76 "description": "The number of retries for a resolution step.",
[all …]
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dlowlevel_init.S81 /* step 3 */
84 /* step 4 */
110 /* step 5 */
114 /* step 6 */
117 /* step 7 */
120 /* step 8 */
127 /* step 9 */
130 /* step 10 */
133 /* step 11 */
137 /* step 12 */
[all …]
/openbmc/u-boot/board/renesas/sh7752evb/
H A Dlowlevel_init.S115 /* step 3 */
119 /* step 4 */
122 /* step 5 */
125 /* step 6 */
149 /* step 7 */
152 /* step 8 */
159 /* step 9 */
162 /* step 10 */
165 /* step 11 */
169 /* step 12 */
[all …]
/openbmc/u-boot/include/power/
H A Dsandbox_pmic.h67 /* BUCK1 Voltage: min: 0.8V, step: 25mV, max 2.4V */
72 /* BUCK1 Amperage: min: 150mA, step: 25mA, max: 250mA */
77 /* BUCK2 Voltage: min: 0.75V, step: 50mV, max 3.95V */
82 /* LDO1 Voltage: min: 0.8V, step: 25mV, max 2.4V */
87 /* LDO1 Amperage: min: 100mA, step: 50mA, max: 200mA */
92 /* LDO2 Voltage: min: 0.75V, step: 50mV, max 3.95V */
98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument
99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dlowlevel_init.S201 /* step 3 */
205 /* step 4 */
208 /* step 5 */
211 /* step 6 */
235 /* step 7 */
238 /* step 8 */
245 /* step 9 */
248 /* step 10 */
251 /* step 11 */
255 /* step 12 */
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_ar933x.c41 * baudrate = (clk / (scale + 1)) * (step * (1 / 2^17))
43 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() argument
50 t *= step; in ar933x_serial_get_baud()
58 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() argument
64 *step = 0; in ar933x_serial_get_scale_step()
83 *step = tstep; in ar933x_serial_get_scale_step()
91 u32 val, scale, step; in ar933x_serial_setbrg() local
94 ar933x_serial_get_scale_step(val, baudrate, &scale, &step); in ar933x_serial_setbrg()
98 val |= (step & AR933X_UART_CLK_STEP_M) in ar933x_serial_setbrg()
201 u32 val, scale, step; in _debug_uart_init() local
[all …]
/openbmc/u-boot/drivers/spi/
H A Dexynos_spi.c67 * @param step Number of bytes to transfer in each packet (1 or 4)
69 static void spi_request_bytes(struct exynos_spi *regs, int count, int step) in spi_request_bytes() argument
71 debug("%s: regs=%p, count=%d, step=%d\n", __func__, regs, count, step); in spi_request_bytes()
74 if (step == 4) { in spi_request_bytes()
106 int step; in spi_rx_tx() local
117 step = 1; in spi_rx_tx()
120 step = 4; in spi_rx_tx()
126 spi_request_bytes(regs, todo, step); in spi_rx_tx()
147 else if (step == 4) in spi_rx_tx()
152 out_bytes -= step; in spi_rx_tx()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DResolutionStep_v1.xml40 …<Annotation Term="OData.Description" String="This type describes a recommended step of the service…
41 …rm="OData.LongDescription" String="This type shall describe a recommended step of the service-defi…
52 <Annotation Term="OData.Description" String="The type of the resolution step."/>
53 …erm="OData.LongDescription" String="This property shall contain the type of the resolution step."/>
59 …n order of the resolution steps shall be in array order. If a resolution step does not have a pri…
64 <Annotation Term="OData.Description" String="The action URI for a resolution step."/>
65 …OData.LongDescription" String="This property shall contain the action URI for a resolution step."/>
69 …otation Term="OData.Description" String="The parameters of the action URI for a resolution step."/>
70 …ion" String="This property shall contain the parameters of the action URI for a resolution step."/>
74 …notation Term="OData.Description" String="The target URI of the component for a resolution step."/>
[all …]
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dmotor-ctrl3 # Control step motor rotate of sled
9 # Setting step motor control pins to start/stop motor
32 echo " f : Step Motor go forward"
33 echo " r : Step Motor go reverse"
34 echo " s : Step Motor stop "
H A Dmotor-init3 # Initialize for step motor of sled:
5 # Setup gpio pins for step motor control
6 # Moving step motor back to initial position
54 #Init gpio pins for step motor control
108 echo "Error: Step motor run over 1 cycle but switch never triggered"
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dsec_boot.S68 * Step-1: Read current CPU status.
69 * Step-2: If it's a resume then continue, else jump to step 4.
70 * Step-3: Clear inform1 PMU register and jump to inform0 value.
71 * Step-4: If it's a switch, C2 or reset, get the hotplug address.
72 * Step-5: If address is not available, enter WFE.
73 * Step-6: If address is available, jump to that address.
/openbmc/openpower-hw-diags/test/
H A Dtest-tod-step-check-fault.cpp29 // TOD_ERROR[14] = 0b1 step check on primary config master select 0 in TEST()
38 // TOD_ERROR[17] = 0b1 internal step check in TEST()
39 // TOD_ERROR[21] = 0b1 step check on primary config slave select 1 in TEST()
49 // TOD_ERROR(0)[14] step check error on master select 0 in TEST()
52 // TOD_ERROR(0)[17] internal step check error in TEST()
55 // TOD_ERROR(0)[21] step check error on slave select 1 in TEST()
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp18 * Step-1 Generate Integrity Data for the packet, using the implemented API in TEST()
38 * Step-2 Generate Integrity data using OpenSSL SHA1 algorithm in TEST()
68 * Step-3 Check if the integrity data we generated using the implemented API in TEST()
78 * Step-1 Generate Integrity data using OpenSSL SHA1 algorithm in TEST()
116 * Step-2 Insert the integrity data into the packet in TEST()
126 * Step-3 Invoke the verifyIntegrityData API and validate the response in TEST()
142 * Step-1 Add hardcoded Integrity data to the packet in TEST()
157 * Step-2 Invoke the verifyIntegrityData API and validate the response in TEST()
179 * Step-1 Generate Integrity Data for the packet, using the implemented API in TEST()
201 * Step-2 Generate Integrity data using OpenSSL SHA256 algorithm in TEST()
[all …]
/openbmc/u-boot/drivers/fpga/
H A Dsocfpga_arria10.c255 /* Step 1 */ in fpgamgr_program_init()
259 /* Step 2 */ in fpgamgr_program_init()
264 * Step 3: in fpgamgr_program_init()
272 * Step 4: in fpgamgr_program_init()
301 * Step 5: in fpgamgr_program_init()
321 * Step 6: in fpgamgr_program_init()
327 /* Step 7 */ in fpgamgr_program_init()
331 /* Step 8 */ in fpgamgr_program_init()
338 * Step 9: in fpgamgr_program_init()
387 * Step 14: in fpgamgr_program_poll_usermode()
[all …]
/openbmc/u-boot/drivers/power/
H A Dtps6586x.c136 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage() argument
138 int diff = voltage < target ? step : -step; in calculate_next_voltage()
140 if (abs(target - voltage) > step) in calculate_next_voltage()
168 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate, in tps6586x_adjust_sm0_sm1() argument
199 * So, find out which vdd to adjust first in each step. in tps6586x_adjust_sm0_sm1()
210 * Adjust vdd_core and vdd_cpu one step at a time until they reach in tps6586x_adjust_sm0_sm1()
224 sm0 = calculate_next_voltage(sm0, sm0_target, step); in tps6586x_adjust_sm0_sm1()
232 sm1 = calculate_next_voltage(sm1, sm1_target, step); in tps6586x_adjust_sm0_sm1()
/openbmc/u-boot/board/qemu-mips/
H A Dlowlevel_init.S15 * Step 2) Establish Status Register
22 * Step 3) Establish CP0 Config0
29 * Step 7) Establish Cause
/openbmc/u-boot/board/rockchip/evb_rk3399/
H A DREADME27 Here is the step-by-step to boot to U-Boot on rk3399.
52 Get bl31.elf in this step, copy it to U-Boot root dir:
71 Get spl/u-boot-spl.bin and u-boot.itb in this step.
76 Get rkdeveloptool installed on your Host in this step.
96 Get idbspl.img in this step.
105 Get trust.img and uboot.img in this step.
/openbmc/qemu/hw/audio/
H A Dfmopl.h23 uint32_t Incr; /* frequency step : */
29 int32_t evs; /* envelope counter step */
30 int32_t evsa; /* envelope step for AR :AR[ksr] */
31 int32_t evsd; /* envelope step for DR :DR[ksr] */
32 int32_t evsr; /* envelope step for RR :RR[ksr] */
52 uint32_t ksl_base; /* KeyScaleLevel Base step */
/openbmc/qemu/net/
H A Dannounce.c22 int64_t step; in qemu_announce_timer_step() local
24 step = timer->params.initial + in qemu_announce_timer_step()
26 timer->params.step; in qemu_announce_timer_step()
28 if (step < 0 || step > timer->params.max) { in qemu_announce_timer_step()
29 step = timer->params.max; in qemu_announce_timer_step()
31 timer_mod(timer->tm, qemu_clock_get_ms(timer->type) + step); in qemu_announce_timer_step()
33 return step; in qemu_announce_timer_step()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0001-cpuburn-a8.S-Remove-.func-.endfunc.patch42 #define STEP 16
49 subs lr, lr, #(STEP * 4)
59 #define STEP 64
66 subsne lr, lr, #(STEP * 4)
/openbmc/u-boot/drivers/power/regulator/
H A Dpfuze100.c58 #define PFUZE100_SW_REG(_name, base, step) \ argument
62 .uV_step = (step), \
69 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument
73 .uV_step = (step), \
88 #define PFUZE100_VGEN_REG(_name, base, step) \ argument
92 .uV_step = (step), \
99 #define PFUZE3000_VCC_REG(_name, base, step) \ argument
103 .uV_step = (step), \
110 #define PFUZE3000_SW1_REG(_name, base, step) \ argument
114 .uV_step = (step), \
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c216 * Reciprocal step and sqrt step. Note that unlike the A32/T32
1122 uint64_t stagesetsize, step; in do_setp() local
1143 step = stepfn(env, toaddr, stagesetsize, data, memidx, &mtedesc, ra); in do_setp()
1144 toaddr += step; in do_setp()
1145 setsize -= step; in do_setp()
1146 stagesetsize -= step; in do_setp()
1181 uint64_t step, stagesetsize; in do_setm() local
1212 step = stepfn(env, toaddr, stagesetsize, data, memidx, &mtedesc, ra); in do_setm()
1213 toaddr += step; in do_setm()
1214 setsize -= step; in do_setm()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DActivationProgress.interface.yaml2 Progress for current step of an associated
9 the current step in software update.
/openbmc/u-boot/board/freescale/common/
H A Dmc34vr500.c51 debug("%s: SW%d step point swxvolt = %u\n", __func__, sw + 1, swxvolt); in mc34vr500_get_sw_volt()
53 /* The base of SW volt is 625mV and increase by step 25mV */ in mc34vr500_get_sw_volt()
83 /* The base of SW volt is 625mV and increase by step 25mV */ in mc34vr500_set_sw_volt()
85 debug("%s: SW%d step point swxvolt = %u\n", __func__, sw + 1, swxvolt); in mc34vr500_set_sw_volt()
/openbmc/u-boot/doc/
H A DREADME.davinci.nand_spl76 step 1:
83 step 2:
97 step 3:
134 is possible to burn step 1 and step 2 in one step into the
141 one step ... that would be nice ...

12345678910>>...30