Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_tegra.c150 #define PADS_PLL_CTL_RST_B4SM (0x1 << 1) macro
697 value &= ~PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
704 value |= PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-tegra.c254 #define PADS_PLL_CTL_RST_B4SM (1 << 1) macro
955 value &= ~PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
962 value |= PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_enable()
1002 value &= ~PADS_PLL_CTL_RST_B4SM; in tegra_pcie_phy_disable()