Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_hw_t4.c212 if (csio_rd_reg32(hw, MC_BIST_CMD) & START_BIST) in csio_t4_mc_read()
218 MC_BIST_CMD); in csio_t4_mc_read()
219 i = csio_hw_wait_op_done_val(hw, MC_BIST_CMD, START_BIST, in csio_t4_mc_read()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h444 #define MC_BIST_CMD 0x7600 macro
Dt4_hw.c300 mc_bist_cmd = MC_BIST_CMD; in t4_mc_read()