Home
last modified time | relevance | path

Searched refs:START_BIST_F (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw_t5.c186 if (csio_rd_reg32(hw, mc_bist_cmd_reg) & START_BIST_F) in csio_t5_mc_read()
191 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_mc_read()
193 i = csio_hw_wait_op_done_val(hw, mc_bist_cmd_reg, START_BIST_F, in csio_t5_mc_read()
242 if (csio_rd_reg32(hw, edc_bist_cmd_reg) & START_BIST_F) in csio_t5_edc_read()
247 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_edc_read()
249 i = csio_hw_wait_op_done_val(hw, edc_bist_cmd_reg, START_BIST_F, in csio_t5_edc_read()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c367 if (t4_read_reg(adap, mc_bist_cmd) & START_BIST_F) in t4_mc_read()
372 t4_write_reg(adap, mc_bist_cmd, BIST_OPCODE_V(1) | START_BIST_F | in t4_mc_read()
374 i = t4_wait_op_done(adap, mc_bist_cmd, START_BIST_F, 0, 10, 1); in t4_mc_read()
424 if (t4_read_reg(adap, edc_bist_cmd) & START_BIST_F) in t4_edc_read()
430 BIST_OPCODE_V(1) | BIST_CMD_GAP_V(1) | START_BIST_F); in t4_edc_read()
431 i = t4_wait_op_done(adap, edc_bist_cmd, START_BIST_F, 0, 10, 1); in t4_edc_read()
Dt4_regs.h827 #define START_BIST_F START_BIST_V(1U) macro