Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c122 #define AFI_FUSE_PCIE_T0_GEN2_DIS (1 << 2) macro
757 value &= ~AFI_FUSE_PCIE_T0_GEN2_DIS;
759 value |= AFI_FUSE_PCIE_T0_GEN2_DIS;
/openbmc/linux/drivers/pci/controller/
H A Dpci-tegra.c155 #define AFI_FUSE_PCIE_T0_GEN2_DIS (1 << 2) macro
1121 value &= ~AFI_FUSE_PCIE_T0_GEN2_DIS; in tegra_pcie_enable_controller()
1125 value |= AFI_FUSE_PCIE_T0_GEN2_DIS; in tegra_pcie_enable_controller()