Lines Matching defs:tp_ops
32 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
35 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
37 tp_ops->tf_read(drive, &cmd->tf, cmd->valid.in.tf);
40 tp_ops->write_devctl(hwif, ATA_HOB | ATA_DEVCTL_OBS);
42 tp_ops->tf_read(drive, &cmd->hob, cmd->valid.in.hob);
86 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
103 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
108 tp_ops->output_data(drive, cmd, data, 2);
120 tp_ops->tf_load(drive, &cmd->hob, cmd->valid.out.hob);
121 tp_ops->tf_load(drive, &cmd->tf, cmd->valid.out.tf);
127 tp_ops->exec_command(hwif, tf->command);
163 stat = hwif->tp_ops->read_status(hwif);
212 stat = hwif->tp_ops->read_status(hwif);
263 hwif->tp_ops->output_data(drive, cmd, buf, nr_bytes);
265 hwif->tp_ops->input_data(drive, cmd, buf, nr_bytes);
341 u8 stat = hwif->tp_ops->read_status(hwif);