Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c163 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_mc_read()
218 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_edc_read()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h940 #define BIST_OPCODE_V(x) ((x) << BIST_OPCODE_S) macro