/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | core_apecs.c | 93 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 99 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr() 101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 104 int device = device_fn >> 3; in mk_conf_addr() 115 addr = (device_fn << 8) | (where); in mk_conf_addr() 119 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
|
H A D | core_polaris.c | 67 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 73 *pci_addr = (bus << 16) | (device_fn << 8) | (where) | in mk_conf_addr() 76 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr() 78 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
|
H A D | core_lca.c | 102 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 109 int device = device_fn >> 3; in mk_conf_addr() 110 int func = device_fn & 0x7; in mk_conf_addr() 123 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_t2.c | 141 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 149 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 152 int device = device_fn >> 3; in mk_conf_addr() 163 addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where); in mk_conf_addr() 167 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
|
H A D | core_irongate.c | 82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 88 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 90 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 94 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_tsunami.c | 92 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 99 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 107 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_titan.c | 117 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() 124 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 126 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 132 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr() 115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) mk_conf_addr() argument
|
H A D | core_wildfire.c | 358 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 365 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 367 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 373 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_cia.c | 90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr() argument 96 *pci_addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr() 98 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr() 100 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | core_apecs.c | 93 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 99 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr() 101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 104 int device = device_fn >> 3; in mk_conf_addr() 115 addr = (device_fn << 8) | (where); in mk_conf_addr() 119 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
|
H A D | core_polaris.c | 67 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 73 *pci_addr = (bus << 16) | (device_fn << 8) | (where) | in mk_conf_addr() 76 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr() 78 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
|
H A D | core_lca.c | 102 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 109 int device = device_fn >> 3; in mk_conf_addr() 110 int func = device_fn & 0x7; in mk_conf_addr() 123 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_t2.c | 141 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 149 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 152 int device = device_fn >> 3; in mk_conf_addr() 163 addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where); in mk_conf_addr() 167 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
|
H A D | core_irongate.c | 82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 88 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 90 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 94 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_tsunami.c | 92 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 99 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 107 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_titan.c | 117 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() 124 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 126 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 132 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr() 115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) mk_conf_addr() argument
|
H A D | core_wildfire.c | 358 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument 365 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, " in mk_conf_addr() 367 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr() 373 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
|
H A D | core_cia.c | 90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr() argument 96 *pci_addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr() 98 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr() 100 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.h | 78 u_char device_fn; /* PCI device/function number << 3*/ member
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.h | 78 u_char device_fn; /* PCI device/function number << 3*/ member
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | pcic.c | 174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3))
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | pcic.c | 174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3))
|