Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/ !
Dcore_polaris.c67 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
90 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_read_config()
116 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_write_config()
Dcore_apecs.c93 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
283 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in apecs_read_config()
301 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in apecs_write_config()
Dcore_irongate.c82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
109 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in irongate_read_config()
134 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in irongate_write_config()
Dcore_lca.c102 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
209 if (mk_conf_addr(bus, devfn, where, &pci_addr)) in lca_read_config()
226 if (mk_conf_addr(bus, devfn, where, &pci_addr)) in lca_write_config()
Dcore_t2.c141 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
292 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in t2_read_config()
310 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in t2_write_config()
Dcore_tsunami.c92 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
122 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_read_config()
147 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_write_config()
Dcore_mcpcia.c170 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where, in mk_conf_addr() function
203 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_read_config()
230 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_write_config()
Dcore_wildfire.c358 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
388 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_read_config()
413 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_write_config()
Dcore_titan.c115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
145 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in titan_read_config()
170 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in titan_write_config()
Dcore_cia.c90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr() function
217 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in cia_read_config()
235 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in cia_write_config()
Dcore_marvel.c510 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where) in mk_conf_addr() function
544 if (0 == (addr = mk_conf_addr(bus, devfn, where))) in marvel_read_config()
570 if (0 == (addr = mk_conf_addr(bus, devfn, where))) in marvel_write_config()