Home
last modified time | relevance | path

Searched refs:WDCS_ERR (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/ata/
H A Data_wdc.c635 if (chp->ch_status & (WDCS_ERR | WDCS_DWF)) in wdc_ata_ctrl_intr()
660 if (chp->ch_status & (WDCS_ERR | WDCS_DWF)) in wdc_ata_ctrl_intr()
682 if (chp->ch_status & (WDCS_ERR | WDCS_DWF)) in wdc_ata_ctrl_intr()
702 if (chp->ch_status & (WDCS_ERR | WDCS_DWF)) in wdc_ata_ctrl_intr()
721 if (chp->ch_status & (WDCS_ERR | WDCS_DWF)) in wdc_ata_ctrl_intr()
790 if (chp->ch_status & WDCS_ERR) { in wdc_ata_err()
/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c676 if ((chp->ch_status & (WDCS_BSY | WDCS_ERR)) == WDCS_ERR) { in wdc_atapi_update_status()
1080 if (chp->ch_status & WDCS_ERR) { in wdc_atapi_intr_complete()
1106 if (chp->ch_status & WDCS_ERR) { in wdc_atapi_intr_complete()
1293 (chp->ch_status & (WDCS_DRQ | WDCS_ERR))) in wdc_atapi_ctrl()
1407 if (chp->ch_status & WDCS_ERR) { in wdc_atapi_ctrl()
1433 if (chp->ch_status & WDCS_ERR) in wdc_atapi_ctrl()
/openbsd/sys/dev/ic/
H A Dwdcreg.h58 #define WDCS_ERR 0x01 /* error */ macro
H A Dwdc.c462 #define BAD_BIT_COMBO (WDCS_DRDY | WDCS_DSC | WDCS_DRQ | WDCS_ERR) in wdc_floating_bus()
1122 if (status & WDCS_ERR) { in wdc_wait_for_status()
1705 if ((chp->ch_status & (WDCS_DRQ | WDCS_ERR)) == WDCS_ERR) { in __wdccommand_start()
1785 if (chp->ch_status & WDCS_ERR) { in __wdccommand_done()
/openbsd/sbin/atactl/
H A Datactl.c570 if (buf[p] & WDCS_ERR) in device_dump()