Searched refs:device_fn (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_polaris.c66 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
72 *pci_addr = (bus << 16) | (device_fn << 8) | (where) |
75 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x,"
77 bus, device_fn, where, *pci_addr));
H A Dcore_apecs.c91 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
97 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x,"
99 bus, device_fn, where, pci_addr, type1));
102 int device = device_fn >> 3;
113 addr = (device_fn << 8) | (where);
117 addr = (bus << 16) | (device_fn << 8) | (where);
H A Dcore_lca.c101 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
108 int device = device_fn >> 3;
109 int func = device_fn & 0x7;
122 addr = (bus << 16) | (device_fn << 8) | where;
H A Dcore_irongate.c82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
88 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
90 bus, device_fn, where, pci_addr, type1));
94 addr = (bus << 16) | (device_fn << 8) | where;
H A Dcore_t2.c139 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
147 bus, device_fn, where, pci_addr, type1));
150 int device = device_fn >> 3;
161 addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where);
165 addr = (bus << 16) | (device_fn << 8) | (where);
H A Dcore_tsunami.c90 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
97 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
99 bus, device_fn, where, pci_addr, type1));
105 addr = (bus << 16) | (device_fn << 8) | where;
H A Dcore_titan.c117 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
124 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
126 bus, device_fn, where, pci_addr, type1));
132 addr = (bus << 16) | (device_fn << 8) | where;
115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
H A Dcore_wildfire.c332 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
339 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
341 bus, device_fn, where, pci_addr, type1));
347 addr = (bus << 16) | (device_fn << 8) | where;
H A Dcore_cia.c88 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, argument
94 *pci_addr = (bus << 16) | (device_fn << 8) | where;
96 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x,"
98 bus, device_fn, where, *pci_addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dpci.h37 void (*conf_device) (unsigned char bus, unsigned char device_fn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h91 u_char device_fn; /* PCI device/function number << 3*/ member in struct:Symbios_nvram::Symbios_host
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c156 unsigned short index, unsigned char *bus, unsigned char *device_fn)
173 *device_fn = bx & 0xff;
155 pci_bios_find_device(unsigned short vendor, unsigned short device_id, unsigned short index, unsigned char *bus, unsigned char *device_fn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dpcic.c169 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c912 pcistr[*cnt].device_fn = pdev->devfn;
932 pcistr[*cnt].bus, PCI_SLOT(pcistr[*cnt].device_fn),
954 PCI_SLOT(pcistr[i].device_fn) >
955 PCI_SLOT(pcistr[i+1].device_fn))) {
964 PCI_SLOT(pcistr[i].device_fn) <
965 PCI_SLOT(pcistr[i+1].device_fn))) {
1186 ha->brd_phys = (pcistr->bus << 8) | (pcistr->device_fn & 0xf8);
4607 pcistr[ctr].bus,PCI_SLOT(pcistr[ctr].device_fn),ha->irq);
H A Dgdth.h852 unchar device_fn; /* PCI device/function no. */ member in struct:__anon6551

Completed in 117 milliseconds