Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/bebox/stand/boot/
Dwdc.c51 static int wdccommand(struct wdc_channel *, struct wdc_command *);
274 wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c) in wdccommand() function
364 if ((error = wdccommand(chp, &wd_c)) != 0) in _wdc_exec_identify()
473 error = wdccommand(chp, &wd_c); in wdc_exec_read()
/netbsd/src/sys/dev/ata/
Data_wdc.c241 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_ata_bio_start()
252 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_ata_bio_start()
257 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_ata_bio_start()
272 wdccommand(chp, xfer->c_drive, WDCC_IDP, in wdc_ata_bio_start()
286 wdccommand(chp, xfer->c_drive, WDCC_SETMULTI, 0, 0, 0, in wdc_ata_bio_start()
473 wdccommand(chp, xfer->c_drive, cmd, cyl, in _wdc_ata_bio_start()
543 wdccommand(chp, xfer->c_drive, cmd, cyl, in _wdc_ata_bio_start()
/netbsd/src/sys/arch/cobalt/stand/boot/
Dwdc.c220 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c) in wdccommand() function
314 if ((error = wdccommand(wd, &wd_c)) != 0) in wdc_exec_identify()
371 error = wdccommand(wd, &wd_c); in wdc_exec_read()
Dwdvar.h99 int wdccommand(struct wd_softc *, struct wdc_command *);
/netbsd/src/sys/arch/mmeye/stand/boot/
Dwdc.c257 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c) in wdccommand() function
351 if ((error = wdccommand(wd, &wd_c)) != 0) in wdc_exec_identify()
408 error = wdccommand(wd, &wd_c); in wdc_exec_read()
Dwdvar.h133 int wdccommand(struct wd_softc *, struct wdc_command *);
/netbsd/src/sys/dev/ic/
Dwdcvar.h168 void wdccommand(struct ata_channel *, u_int8_t, u_int8_t, u_int16_t,
Dmvsata.c1187 wdccommand(chp, 0, cmd, cyl, in mvsata_bio_start()
1519 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, in mvsata_bio_ready()
1527 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, in mvsata_bio_ready()
1530 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, in mvsata_bio_ready()
1542 wdccommand(chp, 0, WDCC_IDP, drvp->lp->d_ncylinders, in mvsata_bio_ready()
1554 wdccommand(chp, 0, WDCC_SETMULTI, 0, 0, 0, drvp->multi, 0); in mvsata_bio_ready()
1667 wdccommand(chp, 0, ata_c->r_command, in mvsata_wdc_cmd_start()
2054 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, in mvsata_atapi_start()
2078 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, in mvsata_atapi_start()
2082 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, in mvsata_atapi_start()
[all …]
Dwdc.c1465 wdccommand(chp, drive, ata_c->r_command, in __wdccommand_start()
1754 wdccommand(struct ata_channel *chp, u_int8_t drive, u_int8_t command, in wdccommand() function
/netbsd/src/sys/dev/scsipi/
Datapi_wdc.c524 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_atapi_start()
550 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_atapi_start()
555 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, in wdc_atapi_start()
624 wdccommand(chp, xfer->c_drive, ATAPI_PKT_CMD, in wdc_atapi_start()