Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_hw_t4.c253 if (csio_rd_reg32(hw, EDC_BIST_CMD + idx) & START_BIST) in csio_t4_edc_read()
259 EDC_BIST_CMD + idx); in csio_t4_edc_read()
260 i = csio_hw_wait_op_done_val(hw, EDC_BIST_CMD + idx, START_BIST, in csio_t4_edc_read()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h495 #define EDC_BIST_CMD 0x7904 macro
Dt4_hw.c353 edc_bist_cmd = EDC_REG(EDC_BIST_CMD, idx); in t4_edc_read()