Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.h16 int wx_check_flash_load(struct wx *wx, u32 check_bit);
H A Dwx_hw.c191 int wx_check_flash_load(struct wx *hw, u32 check_bit) in wx_check_flash_load() argument
200 err = read_poll_timeout(rd32, reg, !(reg & check_bit), 20000, 2000000, in wx_check_flash_load()