Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c245 ops = pci_get_ops(bus); in pci_bus_write_config()
325 ops = pci_get_ops(bus); in pci_bus_read_config()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h869 #define pci_get_ops(dev) ((struct dm_pci_ops *)(dev)->driver->ops) macro