/linux-4.4.14/arch/alpha/kernel/ |
D | core_apecs.c | 92 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 100 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 103 int device = device_fn >> 3; in mk_conf_addr() 114 addr = (device_fn << 8) | (where); in mk_conf_addr() 118 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
|
D | core_polaris.c | 66 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 72 *pci_addr = (bus << 16) | (device_fn << 8) | (where) | in mk_conf_addr() 77 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
|
D | core_t2.c | 140 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 148 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 151 int device = device_fn >> 3; in mk_conf_addr() 162 addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where); in mk_conf_addr() 166 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
|
D | core_lca.c | 101 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 108 int device = device_fn >> 3; in mk_conf_addr() 109 int func = device_fn & 0x7; in mk_conf_addr() 122 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
D | core_irongate.c | 81 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 89 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 93 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
D | core_tsunami.c | 91 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 100 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 106 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
D | core_wildfire.c | 355 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 364 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 370 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
D | core_titan.c | 115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 124 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 130 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
D | core_cia.c | 89 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr() argument 95 *pci_addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr() 99 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 91 u_char device_fn; /* PCI device/function number << 3*/ member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | pcic.c | 173 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… argument
|