/src/sys/arch/cobalt/stand/boot/ |
wdvar.h | 99 int wdccommand(struct wd_softc *, struct wdc_command *);
|
wdc.c | 220 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c) function in typeref:typename:int 225 DPRINTF(("wdccommand(%d, %d, %d, %d, %d, %d, %d)\n", 314 if ((error = wdccommand(wd, &wd_c)) != 0) 371 error = wdccommand(wd, &wd_c);
|
/src/sys/arch/mmeye/stand/boot/ |
wdc.c | 257 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c) function in typeref:typename:int 262 DPRINTF(("wdccommand(%d, %d, %d, %d, %d, %d, %d)\n", 351 if ((error = wdccommand(wd, &wd_c)) != 0) 408 error = wdccommand(wd, &wd_c);
|
wdvar.h | 133 int wdccommand(struct wd_softc *, struct wdc_command *);
|
/src/sys/arch/bebox/stand/boot/ |
wdc.c | 51 static int wdccommand(struct wdc_channel *, struct wdc_command *); 274 wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c) function in typeref:typename:int 278 DPRINTF(("wdccommand(%d, %d, %d, %d, %d, %d)\n", 364 if ((error = wdccommand(chp, &wd_c)) != 0) 473 error = wdccommand(chp, &wd_c);
|
/src/sys/dev/ic/ |
wdcvar.h | 168 void wdccommand(struct ata_channel *, u_int8_t, u_int8_t, u_int16_t,
|
mvsata.c | 1187 wdccommand(chp, 0, cmd, cyl, 1519 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 1527 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 1530 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 1542 wdccommand(chp, 0, WDCC_IDP, drvp->lp->d_ncylinders, 1554 wdccommand(chp, 0, WDCC_SETMULTI, 0, 0, 0, drvp->multi, 0); 1667 wdccommand(chp, 0, ata_c->r_command, 2054 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 2078 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 2082 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0 [all...] |
wdc.c | 1465 wdccommand(chp, drive, ata_c->r_command, 1754 wdccommand(struct ata_channel *chp, u_int8_t drive, u_int8_t command, function in typeref:typename:void 1761 ATADEBUG_PRINT(("wdccommand %s:%d:%d: command=0x%x cylin=%d head=%d " 1855 * Simplified version of wdccommand(). Unbusy/ready/drq must be
|
/src/sys/dev/ata/ |
ata_wdc.c | 241 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 252 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 257 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 272 wdccommand(chp, xfer->c_drive, WDCC_IDP, 286 wdccommand(chp, xfer->c_drive, WDCC_SETMULTI, 0, 0, 0, 473 wdccommand(chp, xfer->c_drive, cmd, cyl, 543 wdccommand(chp, xfer->c_drive, cmd, cyl,
|
/src/sys/dev/scsipi/ |
atapi_wdc.c | 524 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 550 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 555 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 624 wdccommand(chp, xfer->c_drive, ATAPI_PKT_CMD,
|