Searched refs:hwif (Results 76 - 82 of 82) sorted by relevance

1234

/drivers/ide/
H A Dali14xx.c112 static void ali14xx_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
135 driveNum = (drive->hwif->index << 1) + (drive->dn & 1);
H A Dcmd640.c576 static void cmd640_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
612 unsigned int i = drive->hwif->channel * 2 + (drive->dn & 1);
635 static int cmd640_test_irq(ide_hwif_t *hwif) argument
637 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
638 u8 irq_mask = hwif->channel ? ARTTIM23_IDE23INTR :
H A Dide-cd.c276 ide_hwif_t *hwif = drive->hwif; local
277 struct request *rq = hwif->rq;
401 hwif->rq = NULL;
523 ide_hwif_t *hwif = drive->hwif; local
524 struct ide_cmd *cmd = &hwif->cmd;
525 struct request *rq = hwif->rq;
541 dma_error = hwif->dma_ops->dma_end(drive);
551 stat = hwif
[all...]
H A Dide-tape.c272 struct request *rq = drive->hwif->rq;
330 struct request *rq = drive->hwif->rq;
383 drive->hwif->rq->cmd[0], tape->dsc_poll_freq);
444 struct request *rq = drive->hwif->rq;
517 ide_hwif_t *hwif = drive->hwif; local
522 stat = hwif->tp_ops->read_status(hwif);
569 ide_hwif_t *hwif = drive->hwif; local
[all...]
H A Dide-gd.c387 g = alloc_disk_node(IDE_DISK_MINORS, hwif_to_node(drive->hwif));
H A Dide-floppy.c136 unsigned int done = blk_rq_bytes(drive->hwif->rq);
/drivers/net/wan/
H A Dfarsync.c431 int hwif; /* Line hardware (lineInterface copy) */ member in struct:fst_port_info
1117 if (signals & (((port->hwif == X21) || (port->hwif == X21D))
1875 port->hwif = V35;
1880 port->hwif = V24;
1885 port->hwif = X21;
1890 port->hwif = X21D;
1895 port->hwif = T1;
1900 port->hwif = E1;
1937 switch (port->hwif) {
[all...]

Completed in 2379 milliseconds

1234