Searched refs:hw_path (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dparisc-device.h14 char hw_path; /* The module number on this bus */ member in struct:parisc_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Ddrivers.c318 path->bc[i--] = to_parisc_device(dev)->hw_path;
350 path.mod = dev->hw_path;
405 sprintf(output, "%u", (unsigned char) padev->hw_path);
415 dev->hw_path = id;
445 if (pdev->hw_path == d->id) {
678 return (curr->hw_path == id);
771 path->mod = padev->hw_path;
875 char hw_path[64]; local
878 print_pa_hwpath(dev, hw_path);
880 ++count, dev->name, (void*) dev->hpa.start, hw_path, de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dasp.c43 case 0x75: irq = (dev->hw_path == 4) ? 5 : 6; break; /* RS232 */
H A Dccio-dma.c254 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member in struct:ioc
1042 * @hw_path: The hardware path of the ioc.
1047 static struct ioc * ccio_find_ioc(int hw_path) argument
1054 if (ioc->hw_path == hw_path)
1076 return ccio_find_ioc(dev->hw_path);
1289 snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path);
1439 ioc->hw_path = dev->hw_path;
H A Dlasi.c51 case 0x8D: irq = (dev->hw_path == 13) ? 16 : 17; break;
H A Dsba_iommu.c1912 int iocnum = (pci_hba->hw_path >> 3); /* rope # */
1934 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
1977 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */

Completed in 177 milliseconds