Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw_t5.c191 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_mc_read()
247 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_edc_read()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c372 t4_write_reg(adap, mc_bist_cmd, BIST_OPCODE_V(1) | START_BIST_F | in t4_mc_read()
430 BIST_OPCODE_V(1) | BIST_CMD_GAP_V(1) | START_BIST_F); in t4_edc_read()
Dt4_regs.h833 #define BIST_OPCODE_V(x) ((x) << BIST_OPCODE_S) macro