Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_tegra.c109 #define AFI_PCIE_CONFIG_PCIE_DISABLE(x) (1 << ((x) + 1)) macro
754 value &= ~AFI_PCIE_CONFIG_PCIE_DISABLE(port->index);
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-tegra.c152 #define AFI_PCIE_CONFIG_PCIE_DISABLE(x) (1 << ((x) + 1)) macro
728 value |= AFI_PCIE_CONFIG_PCIE_DISABLE(port->index); in tegra_pcie_port_disable()
1132 value &= ~AFI_PCIE_CONFIG_PCIE_DISABLE(port->index); in tegra_pcie_enable_controller()