Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c148 #define PADS_PLL_CTL_RST_B4SM (0x1 << 1) macro
693 value &= ~PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
700 value |= PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
/openbmc/linux/drivers/pci/controller/
H A Dpci-tegra.c240 #define PADS_PLL_CTL_RST_B4SM (1 << 1) macro
936 value &= ~PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
943 value |= PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
983 value &= ~PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_disable()