Searched refs:wdccommand (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ata/ |
H A D | ata_wdc.c | 351 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 D | atapiscsi.c | 771 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 D | wdcvar.h | 282 void wdccommand(struct channel_softc *, u_int8_t, u_int8_t, u_int16_t,
|
H A D | wdc.c | 1696 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
|