Home
last modified time | relevance | path

Searched refs:index_value (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cipher.robot88 FOR ${index_value} IN @{list_index_value}
90 ${channel} ${type} ${index_value}
180 [Arguments] ${channel_num} ${payload_type} ${index_value}
185 # index_value 0x80 for list algorithm by cipher suite.
189 ... ${channel_num} ${payload_type} ${index_value}
200 Run Keyword If '${index_value}' == '0x80'
H A Dtest_ipmi_cold_reset.robot237 ${index_value}= Set Variable If
245 ${get_sensor_new_threshold_value}= Get From List ${new_sensor_details} ${index_value}
/openbmc/linux/drivers/usb/serial/
H A Dftdi_sio.c1361 u32 index_value; in change_speed() local
1364 index_value = get_ftdi_divisor(tty, port); in change_speed()
1365 value = (u16)index_value; in change_speed()
1366 index = (u16)(index_value >> 16); in change_speed()