Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dcore_polaris.c66 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
89 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_read_config()
115 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_write_config()
Dcore_apecs.c91 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
281 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in apecs_read_config()
299 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.c101 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
208 if (mk_conf_addr(bus, devfn, where, &pci_addr)) in lca_read_config()
225 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.c90 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
120 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_read_config()
145 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_write_config()
Dcore_mcpcia.c169 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where, in mk_conf_addr() function
202 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_read_config()
229 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_write_config()
Dcore_wildfire.c355 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() function
385 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_read_config()
410 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.c88 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr() function
215 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in cia_read_config()
233 if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) in cia_write_config()
Dcore_marvel.c505 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where) in mk_conf_addr() function
539 if (0 == (addr = mk_conf_addr(bus, devfn, where))) in marvel_read_config()
565 if (0 == (addr = mk_conf_addr(bus, devfn, where))) in marvel_write_config()