Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_tegra.c124 #define AFI_FUSE_PCIE_T0_GEN2_DIS (1 << 2) macro
761 value &= ~AFI_FUSE_PCIE_T0_GEN2_DIS;
763 value |= AFI_FUSE_PCIE_T0_GEN2_DIS;
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-tegra.c169 #define AFI_FUSE_PCIE_T0_GEN2_DIS (1 << 2) macro
1140 value &= ~AFI_FUSE_PCIE_T0_GEN2_DIS; in tegra_pcie_enable_controller()
1144 value |= AFI_FUSE_PCIE_T0_GEN2_DIS; in tegra_pcie_enable_controller()