Searched refs:ide_hwifs (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-generic.c17 if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET])
22 if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET])
H A Dsetup-pci.c47 hwif = &ide_hwifs[h];
59 hwif = &ide_hwifs[h];
80 hwif = &ide_hwifs[h];
86 hwif = ide_hwifs + h;
92 hwif = ide_hwifs + h;
402 return NULL; /* no room in ide_hwifs[] */
685 hwif = &ide_hwifs[index_list.b.low];
687 mate = &ide_hwifs[index_list.b.high];
723 probe_hwif_init(ide_hwifs + idx[j]);
733 ide_proc_register_port(ide_hwifs
[all...]
H A Dide.c192 ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */ variable
194 EXPORT_SYMBOL(ide_hwifs); variable
278 hwif = &ide_hwifs[index];
560 hwif = &ide_hwifs[index];
747 hwif = &ide_hwifs[index];
752 hwif = &ide_hwifs[index];
1367 hwif = &ide_hwifs[hw];
1454 hwif = &ide_hwifs[hw];
1514 ide_hwif_t *mate = &ide_hwifs[hw^1];
1546 hwif->mate = &ide_hwifs[h
[all...]
H A Dide-probe.c1022 ide_hwif_t *h = &ide_hwifs[index];
1389 probe[index] = !ide_hwifs[index].present;
1393 probe_hwif(&ide_hwifs[index], NULL);
1396 hwif_init(&ide_hwifs[index]);
1399 ide_hwif_t *hwif = &ide_hwifs[index];
1418 ide_proc_register_port(&ide_hwifs[index]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/arm/
H A Drapide.c27 hwif = ide_hwifs + index;
33 hwif = ide_hwifs + index;
96 ide_unregister(hwif - ide_hwifs);
H A Dicside.c511 hwif = &ide_hwifs[index];
517 hwif = &ide_hwifs[index];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/legacy/
H A Dumc8672.c111 ide_hwgroup_t *hwgroup = ide_hwifs[HWIF(drive)->index^1].hwgroup;
148 hwif = &ide_hwifs[0];
149 mate = &ide_hwifs[1];
H A Dqd65xx.c416 hwif = &ide_hwifs[unit];
453 hwif = &ide_hwifs[unit];
467 hwif = &ide_hwifs[0];
468 mate = &ide_hwifs[1];
504 if (ide_hwifs[0].chipset != ide_qd65xx &&
505 ide_hwifs[1].chipset != ide_qd65xx)
H A Ddtc2278.c100 hwif = &ide_hwifs[0];
101 mate = &ide_hwifs[1];
H A Dmacide.c128 ide_drive_t *drive = &ide_hwifs[index].drives[0];
H A Dali14xx.c211 hwif = &ide_hwifs[0];
212 mate = &ide_hwifs[1];
H A Dht6560b.c318 hwif = &ide_hwifs[0];
319 mate = &ide_hwifs[1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/mips/
H A Dswarm.c80 if (!ide_hwifs[i].io_ports[IDE_DATA_OFFSET])
87 hwif = ide_hwifs + i;
H A Dau1xxx-ide.c682 hwif = &ide_hwifs[pdev->id];
779 ide_unregister(hwif - ide_hwifs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/pci/
H A Dcs5520.c242 hwif = &ide_hwifs[index.b.low];
244 mate = &ide_hwifs[index.b.high];
H A Dcmd640.c418 cmd_hwif0 = &ide_hwifs[0]; /* default, if not found below */
419 cmd_hwif1 = &ide_hwifs[1]; /* default, if not found below */
421 ide_hwif_t *hwif = &ide_hwifs[i];
H A Dsc1200.c320 ide_hwif_t *hwif = &ide_hwifs[h];
H A Dscc_pata.c763 ide_hwif_t *hwif = &ide_hwifs[ports->hwif_id];
H A Dsgiioc4.c628 hwif = &ide_hwifs[h];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c307 ide_hwifs[data_port].tuneproc = m8xx_ide_tuneproc;
393 ide_hwifs[data_port].tuneproc = m8xx_ide_tuneproc;
H A Dpmac.c1296 while (i < MAX_HWIFS && (ide_hwifs[i].io_ports[IDE_DATA_OFFSET] != 0
1306 hwif = &ide_hwifs[i];
1415 while (i < MAX_HWIFS && (ide_hwifs[i].io_ports[IDE_DATA_OFFSET] != 0
1425 hwif = &ide_hwifs[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c791 /* first fill in some stuff in the ide_hwifs fields */
794 ide_hwif_t *hwif = &ide_hwifs[h];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dide.h1009 * ide_hwifs[] is the master data structure used to keep track
1017 extern ide_hwif_t ide_hwifs[]; /* master data repository */

Completed in 189 milliseconds