Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/kernel/
Ddrivers.c320 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path()
352 path.mod = dev->hw_path; in print_pa_hwpath()
407 sprintf(output, "%u", (unsigned char) padev->hw_path); in setup_bus_id()
417 dev->hw_path = id; in create_tree_node()
447 if (pdev->hw_path == d->id) { in match_by_id()
680 return (curr->hw_path == id); in match_parisc_device()
773 path->mod = padev->hw_path; in device_to_hwpath()
877 char hw_path[64]; in print_parisc_device() local
880 print_pa_hwpath(dev, hw_path); in print_parisc_device()
882 ++count, dev->name, (void*) dev->hpa.start, hw_path, dev->id.hw_type, in print_parisc_device()
/linux-2.6.39/drivers/parisc/
Dccio-dma.c254 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member
1145 static struct ioc * ccio_find_ioc(int hw_path) in ccio_find_ioc() argument
1152 if (ioc->hw_path == hw_path) in ccio_find_ioc()
1174 return ccio_find_ioc(dev->hw_path); in ccio_get_iommu()
1410 snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path); in ccio_init_resources()
1560 ioc->hw_path = dev->hw_path; in ccio_probe()
Dasp.c43 case 0x75: irq = (dev->hw_path == 4) ? 5 : 6; break; /* RS232 */ in asp_choose_irq()
Dlasi.c51 case 0x8D: irq = (dev->hw_path == 13) ? 16 : 17; break; in lasi_choose_irq()
Dsba_iommu.c2015 int iocnum = (pci_hba->hw_path >> 3); /* rope # */ in sba_get_iommu()
2037 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_directed_lmmio()
2080 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_distributed_lmmio()
/linux-2.6.39/arch/parisc/include/asm/
Dparisc-device.h14 char hw_path; /* The module number on this bus */ member