Home
last modified time | relevance | path

Searched refs:bit_value (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dset-uart-select-led14 bit_value=$(( (num >> i) & 1 ))
15 set_gpio "LED_POSTCODE_$i" $bit_value
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddeassert-uart-switch-button16 bit_value=$(( (num >> i) & 1 ))
17 set_gpio "led-postcode-$i" $bit_value
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/
H A Ddeassert-leak-handler51 local bit_value=$(( (decimal >> bit) & 1 ))
54 if [ $bit_value -eq 0 ]; then
/openbmc/u-boot/cmd/
H A Dotp.c610 int j, bit_value, prog_bit; in otp_prog_dw() local
616 bit_value = (value >> j) & 0x1; in otp_prog_dw()
618 if (bit_value) in otp_prog_dw()
625 if (bit_value) in otp_prog_dw()
739 char bit_value = ((OTPSTRAP_RAW[0] >> j) & 0x1); in otp_strap_status() local
741 if (bit_value == 0 && otpstrap[j].writeable_option == -1) in otp_strap_status()
743 if (bit_value == 1) in otp_strap_status()
745 otpstrap[j].value ^= bit_value; in otp_strap_status()
746 otpstrap[j].option_array[option] = bit_value; in otp_strap_status()
749 char bit_value = ((OTPSTRAP_RAW[1] >> (j - 32)) & 0x1); in otp_strap_status() local
[all …]
/openbmc/qemu/disas/
H A Dnanomips.c1541 uint64 bit_value = extract_bit_23_22_21(instruction); in ACLR() local
1548 bit_value, s_value, rs); in ACLR()
2439 uint64 bit_value = extract_bit_23_22_21(instruction); in ASET() local
2446 bit_value, s_value, rs); in ASET()
2525 uint64 bit_value = extract_bit_16_15_14_13_12_11(instruction); in BBEQZC() local
2531 return img_format("BBEQZC %s, 0x%" PRIx64 ", %s", rt, bit_value, s); in BBEQZC()
2548 uint64 bit_value = extract_bit_16_15_14_13_12_11(instruction); in BBNEZC() local
2554 return img_format("BBNEZC %s, 0x%" PRIx64 ", %s", rt, bit_value, s); in BBNEZC()