Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpci_tegra.h8 int tegra_pcie_port_index_of_port(struct tegra_pcie_port *port);
/openbmc/u-boot/board/toradex/apalis_t30/
H A Dapalis_t30.c127 int index = tegra_pcie_port_index_of_port(port); in tegra_pcie_board_port_reset()
/openbmc/u-boot/board/toradex/apalis-tk1/
H A Dapalis-tk1.c148 int index = tegra_pcie_port_index_of_port(port); in tegra_pcie_board_port_reset()
/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c909 int tegra_pcie_port_index_of_port(struct tegra_pcie_port *port) function