/drivers/ide/ |
H A D | ide-iops.c | 42 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 D | ide-eh.c | 21 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 D | ide-probe.c | 201 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 D | ide-io.c | 76 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 D | ide-taskfile.c | 30 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 D | ide-pm.c | 228 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 D | ide-atapi.c | 327 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 D | ide-h8300.c | 79 .tp_ops = &h8300_tp_ops,
|
H A D | ns87415.c | 255 stat = hwif->tp_ops->read_status(hwif); 299 .tp_ops = &ns87415_tp_ops, 313 d.tp_ops = &superio_tp_ops;
|
H A D | ide-dma.c | 100 stat = hwif->tp_ops->read_status(hwif); 465 hwif->tp_ops->read_status(hwif)); 473 hwif->tp_ops->read_status(hwif));
|
H A D | falconide.c | 110 .tp_ops = &falconide_tp_ops,
|
H A D | q40ide.c | 115 .tp_ops = &q40ide_tp_ops,
|
H A D | ht6560b.c | 347 .tp_ops = &ht6560b_tp_ops,
|
H A D | ide-floppy_ioctl.c | 223 stat = hwif->tp_ops->read_status(hwif);
|
H A D | trm290.c | 330 .tp_ops = &trm290_tp_ops,
|
H A D | tx4938ide.c | 123 .tp_ops = &tx4938ide_tp_ops,
|
H A D | pmac.c | 1013 .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 D | qd65xx.c | 340 .tp_ops = &qd65xx_tp_ops,
|
H A D | au1xxx-ide.c | 485 .tp_ops = &au1xxx_tp_ops,
|
H A D | sgiioc4.c | 527 .tp_ops = &sgiioc4_tp_ops,
|
H A D | tx4939ide.c | 530 .tp_ops = &tx4939ide_tp_ops,
|
H A D | ide-tape.c | 522 stat = hwif->tp_ops->read_status(hwif); 592 stat = hwif->tp_ops->read_status(hwif);
|
H A D | scc_pata.c | 819 .tp_ops = &scc_tp_ops,
|
H A D | ide-cd.c | 551 stat = hwif->tp_ops->read_status(hwif);
|