Searched refs:iobar (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/can/ |
D | can_kvaser_pci.c | 70 struct pcie_bar iobar; in can_kvaser_pci_init() local 84 if (!pcie_probe_iobar(kvaser_config->pcie->bdf, 0, &iobar)) { in can_kvaser_pci_init() 89 amcc_base = iobar.phys_addr; in can_kvaser_pci_init() 92 if (!pcie_probe_iobar(kvaser_config->pcie->bdf, 1, &iobar)) { in can_kvaser_pci_init() 97 kvaser_data->sja1000_base = iobar.phys_addr; in can_kvaser_pci_init() 100 if (!pcie_probe_iobar(kvaser_config->pcie->bdf, 2, &iobar)) { in can_kvaser_pci_init() 105 xlnx_base = iobar.phys_addr; in can_kvaser_pci_init()
|
/Zephyr-latest/drivers/pcie/host/ |
D | pcie.c | 270 struct pcie_bar *iobar) in pcie_get_iobar() argument 272 return pcie_get_bar(bdf, bar_index, iobar, true); in pcie_get_iobar() 277 struct pcie_bar *iobar) in pcie_probe_iobar() argument 279 return pcie_probe_bar(bdf, index, iobar, true); in pcie_probe_iobar()
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | pcie.h | 261 struct pcie_bar *iobar); 278 struct pcie_bar *iobar);
|