Home
last modified time | relevance | path

Searched refs:bit_value (Results 1 – 13 of 13) 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/linux/net/llc/
H A Dllc_pdu.c35 void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value) in llc_pdu_set_pf_bit() argument
46 pdu->ctrl_2 = (pdu->ctrl_2 & 0xFE) | bit_value; in llc_pdu_set_pf_bit()
49 pdu->ctrl_1 |= (pdu->ctrl_1 & 0xEF) | (bit_value << 4); in llc_pdu_set_pf_bit()
/openbmc/linux/drivers/gpio/
H A Dgpio-exar.c102 unsigned int bit_value = value ? BIT(bit) : 0; in exar_set_value() local
108 regmap_write_bits(exar_gpio->regmap, addr, BIT(bit), bit_value); in exar_set_value()
/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/linux/include/net/
H A Dllc_pdu.h429 void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value);
/openbmc/linux/fs/reiserfs/
H A Dbitmap.c62 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value) in is_reusable() argument
106 if (bit_value == 0 && block == SB_ROOT_BLOCK(s)) { in is_reusable()
H A Ddo_balan.c1609 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value);
H A Dreiserfs.h3325 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value);
/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()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2155 __u8 bit_value; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4526 u32 bit_value = is_tx ? HNAE3_RING_TYPE_TX : HNAE3_RING_TYPE_RX; in hns3_create_ring_chain() local
4550 bit_value); in hns3_create_ring_chain()
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c4471 cp.bit_value = 1; in hci_le_set_host_feature_sync()