Home
last modified time | relevance | path

Searched refs:BIST_CMD_GAP (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_hw_t5.c191 csio_wr_reg32(hw, BIST_OPCODE(1) | START_BIST | BIST_CMD_GAP(1), in csio_t5_mc_read()
247 csio_wr_reg32(hw, BIST_OPCODE(1) | START_BIST | BIST_CMD_GAP(1), in csio_t5_edc_read()
Dcsio_hw_t4.c217 csio_wr_reg32(hw, BIST_OPCODE(1) | START_BIST | BIST_CMD_GAP(1), in csio_t4_mc_read()
258 csio_wr_reg32(hw, BIST_OPCODE(1) | BIST_CMD_GAP(1) | START_BIST, in csio_t4_edc_read()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h500 #define BIST_CMD_GAP(x) ((x) << BIST_CMD_GAP_SHIFT) macro
Dt4_hw.c371 BIST_CMD_GAP(1)); in t4_mc_read()
428 BIST_OPCODE(1) | BIST_CMD_GAP(1) | START_BIST); in t4_edc_read()