Searched refs:ch_error (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ata/ |
H A D | ata_wdc.c | 409 chp->ch_error); in _wdc_ata_bio_start() 443 chp->ch_status, WDCS_BITS, chp->ch_error); in _wdc_ata_bio_start() 761 printf("error (%x)\n", chp->ch_error); in wdc_ata_ctrl_intr() 762 ata_bio->r_error = chp->ch_error; in wdc_ata_ctrl_intr() 792 ata_bio->r_error = chp->ch_error; in wdc_ata_err()
|
/openbsd/sys/dev/atapiscsi/ |
H A D | atapiscsi.c | 677 chp->ch_error = CHP_READ_REG(chp, wdr_error); in wdc_atapi_update_status() 678 WDC_LOG_ERROR(chp, chp->ch_error); in wdc_atapi_update_status() 987 len, chp->ch_status, WDCS_BITS, chp->ch_error, ire), in wdc_atapi_intr_data() 1081 if (chp->ch_error & WDCE_ABRT) { in wdc_atapi_intr_complete() 1107 if (!atapi_to_scsi_sense(sc_xfer, chp->ch_error) && in wdc_atapi_intr_complete()
|
/openbsd/sys/dev/ic/ |
H A D | wdcvar.h | 75 u_int8_t ch_error; /* copy of error register */ member
|
H A D | wdc.c | 1095 chp->ch_error = 0; in wdc_wait_for_status() 1123 chp->ch_error = CHP_READ_REG(chp, wdr_error); in wdc_wait_for_status() 1124 WDC_LOG_ERROR(chp, chp->ch_error); in wdc_wait_for_status() 1126 WDCDEBUG_PRINT(("wdcwait: error %x\n", chp->ch_error), in wdc_wait_for_status() 1787 wdc_c->r_error = chp->ch_error; in __wdccommand_done()
|