Lines Matching defs:tp_ops
43 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_ERROR);
110 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
117 stat = tp_ops->read_status(hwif);
125 while ((stat = tp_ops->read_status(hwif)) & ATA_BUSY) {
132 stat = tp_ops->read_status(hwif);
154 stat = tp_ops->read_status(hwif);
351 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
374 tp_ops->dev_select(drive);
377 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS);
383 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE | IDE_VALID_NSECT);
385 tp_ops->exec_command(hwif, ATA_CMD_SET_FEATURES);
388 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
498 hwif->tp_ops->exec_command(hwif, cmd->tf.command);
523 stat = hwif->tp_ops->read_status(hwif);