Home
last modified time | relevance | path

Searched refs:exp_val (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/clemente/
H A Dpower-cmd165 local exp_val="$1"
175 if [ "$(host_power_status)" == "$exp_val" ]; then
186 local exp_val="$1"
192 if [ "$(host_power_status)" == "$exp_val" ]; then
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c97 u32 mask, u32 exp_val, u32 poll_interval_us, u32 timeout_us) in tegra_dc_poll_register() argument
109 } while ((reg_val & mask) != exp_val); in tegra_dc_poll_register()
111 if ((reg_val & mask) == exp_val) in tegra_dc_poll_register()
H A Dsor.c90 u32 mask, u32 exp_val, in tegra_dc_sor_poll_register() argument
99 if (((reg_val & mask) == exp_val)) in tegra_dc_sor_poll_register()
105 reg, reg_val, mask, exp_val); in tegra_dc_sor_poll_register()
H A Ddp.c53 u32 reg, u32 mask, u32 exp_val, in tegra_dc_dpaux_poll_register() argument
67 } while ((reg_val & mask) != exp_val); in tegra_dc_dpaux_poll_register()
69 if ((reg_val & mask) == exp_val) in tegra_dc_dpaux_poll_register()
72 reg, reg_val, mask, exp_val); in tegra_dc_dpaux_poll_register()
/openbmc/u-boot/drivers/pci/
H A Dpcie_imx.c98 static int pcie_phy_poll_ack(void __iomem *dbi_base, int exp_val) in pcie_phy_poll_ack() argument
109 if (val == exp_val) in pcie_phy_poll_ack()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c3314 static void do_strtosz(const char *str, int exp_ret, uint64_t exp_val, in do_strtosz() argument
3317 do_strtosz_full(str, qemu_strtosz, exp_ret, exp_val, exp_offset, in do_strtosz()
3318 exp_ret, exp_val); in do_strtosz()
3321 static void do_strtosz_MiB(const char *str, int exp_ret, uint64_t exp_val, in do_strtosz_MiB() argument
3324 do_strtosz_full(str, qemu_strtosz_MiB, exp_ret, exp_val, exp_offset, in do_strtosz_MiB()
3325 exp_ret, exp_val); in do_strtosz_MiB()
3328 static void do_strtosz_metric(const char *str, int exp_ret, uint64_t exp_val, in do_strtosz_metric() argument
3331 do_strtosz_full(str, qemu_strtosz_metric, exp_ret, exp_val, exp_offset, in do_strtosz_metric()
3332 exp_ret, exp_val); in do_strtosz_metric()