Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw_t5.c254 #define EDC_DATA(i) (EDC_BIST_STATUS_REG(EDC_BIST_STATUS_RDATA_A, i) + idx) in csio_t5_edc_read() macro
257 *data++ = htonl(csio_rd_reg32(hw, EDC_DATA(i))); in csio_t5_edc_read()
259 *ecc = csio_rd_reg64(hw, EDC_DATA(16)); in csio_t5_edc_read()
260 #undef EDC_DATA in csio_t5_edc_read()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c435 #define EDC_DATA(i) (EDC_BIST_STATUS_REG(edc_bist_status_rdata, i)) in t4_edc_read() macro
438 *data++ = htonl(t4_read_reg(adap, EDC_DATA(i))); in t4_edc_read()
440 *ecc = t4_read_reg64(adap, EDC_DATA(16)); in t4_edc_read()
441 #undef EDC_DATA in t4_edc_read()