| /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 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 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 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 | 169 void wdccommand(struct ata_channel *, u_int8_t, u_int8_t, u_int16_t,
|
| mvsata.c | 1183 wdccommand(chp, 0, cmd, cyl, 1515 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 1523 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 1526 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 1538 wdccommand(chp, 0, WDCC_IDP, drvp->lp->d_ncylinders, 1550 wdccommand(chp, 0, WDCC_SETMULTI, 0, 0, 0, drvp->multi, 0); 1663 wdccommand(chp, 0, ata_c->r_command, 2050 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 2074 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0, 2078 wdccommand(chp, 0, SET_FEATURES, 0, 0, 0 [all...] |
| wdc.c | 1516 wdccommand(chp, drive, ata_c->r_command, 1805 wdccommand(struct ata_channel *chp, u_int8_t drive, u_int8_t command, function 1812 ATADEBUG_PRINT(("wdccommand %s:%d:%d: command=0x%x cylin=%d head=%d " 1906 * Simplified version of wdccommand(). Unbusy/ready/drq must be
|
| /src/sys/dev/ata/ |
| ata_wdc.c | 242 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 253 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 258 wdccommand(chp, drvp->drive, SET_FEATURES, 0, 0, 0, 273 wdccommand(chp, xfer->c_drive, WDCC_IDP, 287 wdccommand(chp, xfer->c_drive, WDCC_SETMULTI, 0, 0, 0, 469 wdccommand(chp, xfer->c_drive, cmd, cyl, 539 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,
|