Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dcheck-i3c-hub59 check_bit=$(( (current_port >> (--slot)) & 1 ))
60 if [ $check_bit -eq 0 ]; then
/openbmc/linux/drivers/scsi/isci/
H A Dscu_remote_node_context.h105 u32 check_bit:1; member
H A Dremote_node_context.c139 rnc->ssp.check_bit = false; in sci_remote_node_context_construct_buffer()
H A Dport.c560 rnc->ssp.check_bit = false; in sci_port_construct_dummy_rnc()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.h9 int wx_check_flash_load(struct wx *wx, u32 check_bit);
H A Dwx_hw.c99 int wx_check_flash_load(struct wx *hw, u32 check_bit) in wx_check_flash_load() argument
108 err = read_poll_timeout(rd32, reg, !(reg & check_bit), 20000, 2000000, in wx_check_flash_load()