device_fn          93 arch/alpha/kernel/core_apecs.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn         101 arch/alpha/kernel/core_apecs.c 	      bus, device_fn, where, pci_addr, type1));
device_fn         104 arch/alpha/kernel/core_apecs.c 		int device = device_fn >> 3;
device_fn         115 arch/alpha/kernel/core_apecs.c 		addr = (device_fn << 8) | (where);
device_fn         119 arch/alpha/kernel/core_apecs.c 		addr = (bus << 16) | (device_fn << 8) | (where);
device_fn          90 arch/alpha/kernel/core_cia.c mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where,
device_fn          96 arch/alpha/kernel/core_cia.c 	*pci_addr = (bus << 16) | (device_fn << 8) | where;
device_fn         100 arch/alpha/kernel/core_cia.c 	      bus, device_fn, where, *pci_addr));
device_fn          82 arch/alpha/kernel/core_irongate.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn          90 arch/alpha/kernel/core_irongate.c 		 bus, device_fn, where, pci_addr, type1));
device_fn          94 arch/alpha/kernel/core_irongate.c 	addr = (bus << 16) | (device_fn << 8) | where;
device_fn         102 arch/alpha/kernel/core_lca.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn         109 arch/alpha/kernel/core_lca.c 		int device = device_fn >> 3;
device_fn         110 arch/alpha/kernel/core_lca.c 		int func = device_fn & 0x7;
device_fn         123 arch/alpha/kernel/core_lca.c 		addr = (bus << 16) | (device_fn << 8) | where;
device_fn          67 arch/alpha/kernel/core_polaris.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn          73 arch/alpha/kernel/core_polaris.c 	*pci_addr = (bus << 16) | (device_fn << 8) | (where) |
device_fn          78 arch/alpha/kernel/core_polaris.c                  bus, device_fn, where, *pci_addr));
device_fn         141 arch/alpha/kernel/core_t2.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn         149 arch/alpha/kernel/core_t2.c 	     bus, device_fn, where, pci_addr, type1));
device_fn         152 arch/alpha/kernel/core_t2.c 		int device = device_fn >> 3;
device_fn         163 arch/alpha/kernel/core_t2.c 		addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where);
device_fn         167 arch/alpha/kernel/core_t2.c 		addr = (bus << 16) | (device_fn << 8) | (where);
device_fn         116 arch/alpha/kernel/core_titan.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn         125 arch/alpha/kernel/core_titan.c 		 bus, device_fn, where, pci_addr, type1));
device_fn         131 arch/alpha/kernel/core_titan.c         addr = (bus << 16) | (device_fn << 8) | where;
device_fn          92 arch/alpha/kernel/core_tsunami.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn         101 arch/alpha/kernel/core_tsunami.c 		 bus, device_fn, where, pci_addr, type1));
device_fn         107 arch/alpha/kernel/core_tsunami.c 	addr = (bus << 16) | (device_fn << 8) | where;
device_fn         358 arch/alpha/kernel/core_wildfire.c mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
device_fn         367 arch/alpha/kernel/core_wildfire.c 		 bus, device_fn, where, pci_addr, type1));
device_fn         373 arch/alpha/kernel/core_wildfire.c 	addr = (bus << 16) | (device_fn << 8) | where;
device_fn         174 arch/sparc/kernel/pcic.c #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3))
device_fn          78 drivers/scsi/sym53c8xx_2/sym_nvram.h 		u_char	device_fn;	/* PCI device/function number << 3*/