Home
last modified time | relevance | path

Searched refs:device_rev (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_device_id.robot65 ${device_rev}= Set Variable ${resp[1]}
66 ${device_rev}= Convert To Binary ${device_rev} base=16
67 ${device_rev}= Zfill Data ${device_rev} 8
69 Run Keyword And Continue On Failure Should Be Equal As Strings ${device_rev[1:4]} 000
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c262 u8 device_rev; in serdes_phy_config() local
299 device_rev = mv_ctrl_rev_get(); in serdes_phy_config()
301 if (device_rev == 2) { /* for B0 only */ in serdes_phy_config()
528 if (device_rev == 2) /* for B0 only */ in serdes_phy_config()