Searched refs:tp_ops (Results 1 - 24 of 24) sorted by relevance

/drivers/ide/
H A Dide-iops.c42 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_ERROR);
109 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
115 stat = tp_ops->read_status(hwif);
121 while ((stat = tp_ops->read_status(hwif)) & ATA_BUSY) {
128 stat = tp_ops->read_status(hwif);
148 stat = tp_ops->read_status(hwif);
345 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
368 tp_ops
[all...]
H A Dide-eh.c21 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS)
47 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ))
76 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ))
78 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE);
170 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
173 tp_ops->dev_select(drive);
175 stat = tp_ops->read_status(hwif);
239 tmp = hwif->tp_ops->read_status(hwif);
338 const struct ide_tp_ops *tp_ops local
[all...]
H A Dide-probe.c201 hwif->tp_ops->input_data(drive, NULL, id, SECTOR_SIZE);
254 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
264 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS);
274 a = tp_ops->read_altstatus(hwif);
275 s = tp_ops->read_status(hwif);
294 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE);
298 tp_ops->exec_command(hwif, cmd);
313 s = tp_ops->read_status(hwif);
322 (void)tp_ops
383 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
599 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
[all...]
H A Dide-io.c76 const struct ide_tp_ops *tp_ops = drive->hwif->tp_ops; local
87 tp_ops->input_data(drive, cmd, data, 2);
326 drive->hwif->tp_ops->dev_select(drive);
501 prev_port->tp_ops->write_devctl(prev_port,
586 stat = hwif->tp_ops->read_altstatus(hwif);
589 stat = hwif->tp_ops->read_status(hwif);
679 hwif->tp_ops->read_status(hwif));
729 u8 stat = hwif->tp_ops->read_status(hwif);
819 (void)hwif->tp_ops
[all...]
H A Dide-taskfile.c30 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
33 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
35 tp_ops->tf_read(drive, &cmd->tf, cmd->valid.in.tf);
38 tp_ops->write_devctl(hwif, ATA_HOB | ATA_DEVCTL_OBS);
40 tp_ops->tf_read(drive, &cmd->hob, cmd->valid.in.hob);
84 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
101 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
106 tp_ops
[all...]
H A Dide-pm.c228 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
238 tp_ops->dev_select(drive);
239 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
H A Dide-atapi.c327 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_NSECT |
364 (void)hwif->tp_ops->read_status(hwif);
395 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
407 stat = tp_ops->read_status(hwif);
546 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_NSECT);
576 drive->hwif->tp_ops->output_data(drive, NULL, drive->pc->c, 12);
653 hwif->tp_ops->output_data(drive, NULL, rq->cmd, cmd_len);
H A Dide-h8300.c79 .tp_ops = &h8300_tp_ops,
H A Dns87415.c255 stat = hwif->tp_ops->read_status(hwif);
299 .tp_ops = &ns87415_tp_ops,
313 d.tp_ops = &superio_tp_ops;
H A Dide-dma.c100 stat = hwif->tp_ops->read_status(hwif);
465 hwif->tp_ops->read_status(hwif));
473 hwif->tp_ops->read_status(hwif));
H A Dfalconide.c110 .tp_ops = &falconide_tp_ops,
H A Dq40ide.c115 .tp_ops = &q40ide_tp_ops,
H A Dht6560b.c347 .tp_ops = &ht6560b_tp_ops,
H A Dide-floppy_ioctl.c223 stat = hwif->tp_ops->read_status(hwif);
H A Dtrm290.c330 .tp_ops = &trm290_tp_ops,
H A Dtx4938ide.c123 .tp_ops = &tx4938ide_tp_ops,
H A Dpmac.c1013 .tp_ops = &pmac_tp_ops,
1042 d.tp_ops = &pmac_ata6_tp_ops;
1047 d.tp_ops = &pmac_ata6_tp_ops;
1052 d.tp_ops = &pmac_ata6_tp_ops;
H A Dqd65xx.c340 .tp_ops = &qd65xx_tp_ops,
H A Dau1xxx-ide.c485 .tp_ops = &au1xxx_tp_ops,
H A Dsgiioc4.c527 .tp_ops = &sgiioc4_tp_ops,
H A Dtx4939ide.c530 .tp_ops = &tx4939ide_tp_ops,
H A Dide-tape.c522 stat = hwif->tp_ops->read_status(hwif);
592 stat = hwif->tp_ops->read_status(hwif);
H A Dscc_pata.c819 .tp_ops = &scc_tp_ops,
H A Dide-cd.c551 stat = hwif->tp_ops->read_status(hwif);

Completed in 497 milliseconds