Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/Documentation/gpu/
H A Dkms-properties.csv7 ,,“left margin”,RANGE,"Min=0, Max=100",Connector,TBD
8 ,,“right margin”,RANGE,"Min=0, Max=100",Connector,TBD
9 ,,“top margin”,RANGE,"Min=0, Max=100",Connector,TBD
11 ,,“brightness”,RANGE,"Min=0, Max=100",Connector,TBD
12 ,,“contrast”,RANGE,"Min=0, Max=100",Connector,TBD
14 ,,“overscan”,RANGE,"Min=0, Max=100",Connector,TBD
15 ,,“saturation”,RANGE,"Min=0, Max=100",Connector,TBD
16 ,,“hue”,RANGE,"Min=0, Max=100",Connector,TBD
38 ,,“dot_crawl”,RANGE,"Min=0, Max=1",Connector,TBD
78 ,,“hue”,RANGE,"Min=0, Max=359",Plane,TBD
[all …]
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c22 #define RANGE(_min, _max, _step) { \ macro
44 RANGE(OUT_BUCK1_UV_MIN, OUT_BUCK1_UV_MAX, OUT_BUCK1_UV_STEP),
45 RANGE(OUT_BUCK2_UV_MIN, OUT_BUCK2_UV_MAX, OUT_BUCK2_UV_STEP),
50 RANGE(OUT_BUCK1_UA_MIN, OUT_BUCK1_UA_MAX, OUT_BUCK1_UA_STEP),
62 RANGE(OUT_LDO1_UV_MIN, OUT_LDO1_UV_MAX, OUT_LDO1_UV_STEP),
63 RANGE(OUT_LDO2_UV_MIN, OUT_LDO2_UV_MAX, OUT_LDO2_UV_STEP),
68 RANGE(OUT_LDO1_UA_MIN, OUT_LDO1_UA_MAX, OUT_LDO1_UA_STEP),
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot154 FOR ${i} IN RANGE ${5}
168 FOR ${i} IN RANGE ${5}
183 FOR ${i} IN RANGE ${5}
199 FOR ${i} IN RANGE ${5}
216 FOR ${i} IN RANGE ${5}
232 FOR ${i} IN RANGE ${5}
246 FOR ${i} IN RANGE ${5}
263 FOR ${i} IN RANGE ${5}
277 FOR ${i} IN RANGE ${5}
292 FOR ${i} IN RANGE ${5}
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot59 FOR ${iter} IN RANGE ${1} ${iterations} + 1
85 FOR ${iter} IN RANGE ${0} ${MAX_UNAUTH_PER_IP}
115 FOR ${iter} IN RANGE ${1} ${iterations} + 1
141 FOR ${iter} IN RANGE ${1} ${loop_iteration} + 1
173 FOR ${iter} IN RANGE ${1} ${iterations} + 1
203 FOR ${iter} IN RANGE ${iterations}
246 FOR ${iter} IN RANGE ${iterations}
270 FOR ${iter} IN RANGE ${1} ${iterations}
359 FOR ${iter} IN RANGE ${iterations}
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c462 #define RANGE(reg, a) ((reg)[(a) + 1] - (reg)[(a)] + 1) macro
483 int count = RANGE(dbgahb->registers, j); in a6xx_get_dbgahb_cluster()
566 int count = RANGE(cluster->registers, j); in a6xx_get_cluster()
678 u32 count = RANGE(regs->registers, i); in a6xx_get_crashdumper_hlsq_registers()
723 u32 count = RANGE(regs->registers, i); in a6xx_get_crashdumper_registers()
758 regcount += RANGE(regs->registers, i); in a6xx_get_ahb_gpu_registers()
766 u32 count = RANGE(regs->registers, i); in a6xx_get_ahb_gpu_registers()
788 regcount += RANGE(regs->registers, i); in _a6xx_get_gmu_registers()
796 u32 count = RANGE(regs->registers, i); in _a6xx_get_gmu_registers()
1133 u32 count = RANGE(registers, i); in a6xx_show_registers()
[all …]
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_base.robot21 FOR ${i} IN RANGE ${count}
114 FOR ${i} IN RANGE ${count}
H A Dtest_pldm_fru.robot62 FOR ${i} IN RANGE ${fru_rec_id+1}
H A Dtest_pldm_platform.robot25 FOR ${i} IN RANGE 100
H A Dtest_firmware_boot_side.robot61 FOR ${count} IN RANGE 0 ${iteration}
H A Dtest_pldm_bios.robot85 FOR ${i} IN RANGE ${count}
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersubsystem_settings.robot72 FOR ${entry} IN RANGE 0 ${total_num_supplies}
102 FOR ${entry} IN RANGE 0 ${total_num_supplies}
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot35 FOR ${count} IN RANGE 0 ${MPIPL_LOOP_COUNT}
47 FOR ${count} IN RANGE 0 ${MPIPL_LOOP_COUNT}
/openbmc/openbmc-test-automation/lib/ras/
H A Dhost_utils.robot126 FOR ${count} IN RANGE ${threshold_limit}
151 FOR ${count} IN RANGE ${no_of_states}
198 FOR ${count} IN RANGE ${threshold_limit}
/openbmc/openbmc-test-automation/systest/
H A Dhtx_softbootme_test.robot84 FOR ${index} IN RANGE 999999
91 FOR ${waitindex} IN RANGE 40
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ldap_utils.robot56 FOR ${i} IN RANGE ${num_list_entries}
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot69 FOR ${count} IN RANGE 1 ${temp_update_loop_count}
119 FOR ${count} IN RANGE 1 ${temp_update_loop_count}
315 FOR ${index} IN RANGE ${count}
327 FOR ${index} IN RANGE ${count}
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot166 FOR ${interface} IN RANGE ${number_of_interfaces}
188 FOR ${i} IN RANGE ${number_of_interfaces}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_fru.robot53 FOR ${sub_component_index} IN RANGE 0 ${sub_component_count}
H A Dtest_ipmi_cold_reset.robot144 FOR ${RANGE} IN RANGE 0 ${sensor_count}
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx88-devel.rst44 3: RANGE = 1
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst105 .. _LIRC-CAN-SET-REC-CARRIER-RANGE:
/openbmc/linux/drivers/comedi/drivers/
H A Dni_pcimio.c119 RANGE(-5, 15),
121 RANGE(3, 7),
122 RANGE(4, 6),
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ipmi_redfish_user.robot232 FOR ${INDEX} IN RANGE ${current_user_count} ${max_num_users}
326 FOR ${jj} IN RANGE 300
/openbmc/openbmc-test-automation/lib/pdu/
H A Dcyber.robot172 FOR ${try} IN RANGE ${retry_count}
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml73 Must be the device tree identifier of the RANGE pin. The polarity on

123