Home
last modified time | relevance | path

Searched refs:device_fn (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/alpha/kernel/
Dcore_apecs.c93 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument
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()
Dcore_polaris.c67 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()
78 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
Dcore_t2.c141 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()
Dcore_lca.c102 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()
Dcore_irongate.c82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument
90 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
94 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
Dcore_tsunami.c92 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument
101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
107 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
Dcore_wildfire.c358 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument
367 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
373 addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
Dcore_titan.c115 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()
Dcore_cia.c90 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()
100 bus, device_fn, where, *pci_addr)); in mk_conf_addr()
/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_nvram.h78 u_char device_fn; /* PCI device/function number << 3*/ member
/linux-6.1.9/arch/sparc/kernel/
Dpcic.c174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… argument