Lines Matching +full:skip +full:- +full:config
1 // SPDX-License-Identifier: GPL-2.0+
104 int skip; variable
112 skip = 0; in trigger_fpga_config()
114 printf("PCIe FPGA config: skipped\n"); in trigger_fpga_config()
115 skip = 1; in trigger_fpga_config()
127 /* trigger the config start */ in trigger_fpga_config()
140 /* finally, raise INIT_B to remove the config delay */ in trigger_fpga_config()
163 if (skip) in wait_for_fpga_config()
171 printf("PCIe FPGA config:"); in wait_for_fpga_config()
179 if (timeout-- == 0) { in wait_for_fpga_config()
181 return -EFAULT; in wait_for_fpga_config()
231 resets = skip ? PCIE_RST : PCIE_RST | TRAFFIC_RST; in fpga_reset()