Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_hw_t5.c164 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_mc_read()
220 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_edc_read()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h919 #define BIST_CMD_GAP_V(x) ((x) << BIST_CMD_GAP_S) macro