Home
last modified time | relevance | path

Searched refs:wdccommand (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ata/
H A Data_wdc.c351 wdccommand(chp, xfer->drive, cmd, cyl, in _wdc_ata_bio_start()
391 wdccommand(chp, xfer->drive, cmd, cyl, in _wdc_ata_bio_start()
649 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_ata_ctrl_intr()
666 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_ata_ctrl_intr()
669 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_ata_ctrl_intr()
690 wdccommand(chp, xfer->drive, WDCC_IDP, in wdc_ata_ctrl_intr()
710 wdccommand(chp, xfer->drive, WDCC_SETMULTI, 0, 0, 0, in wdc_ata_ctrl_intr()
/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c771 wdccommand(chp, xfer->drive, ATAPI_PKT_CMD, in wdc_atapi_send_packet()
1398 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_atapi_ctrl()
1416 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_atapi_ctrl()
1419 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_atapi_ctrl()
/openbsd/sys/dev/ic/
H A Dwdcvar.h282 void wdccommand(struct channel_softc *, u_int8_t, u_int8_t, u_int16_t,
H A Dwdc.c1696 wdccommand(chp, drive, wdc_c->r_command, wdc_c->r_cyl, wdc_c->r_head, in __wdccommand_start()
1827 wdccommand(struct channel_softc *chp, u_int8_t drive, u_int8_t command, in wdccommand() function