Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dcore_cia.c90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, in mk_conf_addr() function
98 DBGC(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x," in mk_conf_addr()
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()
H A Dcore_marvel.c509 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where)
533 DBG_CFG(("mk_conf_addr: returning pci_addr 0x%lx\n", addr)); in mk_conf_addr()
543 if (0 == (addr = mk_conf_addr(bus, devfn, where))) in marvel_read_config()
569 if (0 == (addr = mk_conf_addr(bus, devfn, where))) in marvel_write_config()
510 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where) mk_conf_addr() function