Searched refs:START_BIST_F (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 158 if (csio_rd_reg32(hw, mc_bist_cmd_reg) & START_BIST_F) in csio_t5_mc_read() 163 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_mc_read() 165 i = csio_hw_wait_op_done_val(hw, mc_bist_cmd_reg, START_BIST_F, in csio_t5_mc_read() 213 if (csio_rd_reg32(hw, edc_bist_cmd_reg) & START_BIST_F) in csio_t5_edc_read() 218 csio_wr_reg32(hw, BIST_OPCODE_V(1) | START_BIST_F | BIST_CMD_GAP_V(1), in csio_t5_edc_read() 220 i = csio_hw_wait_op_done_val(hw, edc_bist_cmd_reg, START_BIST_F, in csio_t5_edc_read()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_regs.h | 934 #define START_BIST_F START_BIST_V(1U) macro
|