afi_rst           375 drivers/pci/controller/pci-tegra.c 	struct reset_control *afi_rst;
afi_rst          1231 drivers/pci/controller/pci-tegra.c 	reset_control_assert(pcie->afi_rst);
afi_rst          1253 drivers/pci/controller/pci-tegra.c 	reset_control_assert(pcie->afi_rst);
afi_rst          1297 drivers/pci/controller/pci-tegra.c 	reset_control_deassert(pcie->afi_rst);
afi_rst          1360 drivers/pci/controller/pci-tegra.c 	pcie->afi_rst = devm_reset_control_get_exclusive(dev, "afi");
afi_rst          1361 drivers/pci/controller/pci-tegra.c 	if (IS_ERR(pcie->afi_rst))
afi_rst          1362 drivers/pci/controller/pci-tegra.c 		return PTR_ERR(pcie->afi_rst);