Home
last modified time | relevance | path

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

/arch/loongarch/pci/
A Dpci.c21 struct pci_bus *bus_tmp = pci_find_bus(domain, bus); in raw_pci_read() local
23 if (bus_tmp) in raw_pci_read()
24 return bus_tmp->ops->read(bus_tmp, devfn, reg, len, val); in raw_pci_read()
31 struct pci_bus *bus_tmp = pci_find_bus(domain, bus); in raw_pci_write() local
33 if (bus_tmp) in raw_pci_write()
34 return bus_tmp->ops->write(bus_tmp, devfn, reg, len, val); in raw_pci_write()

Completed in 6 milliseconds