Commit b6ec41f4 authored by Lucas Russo's avatar Lucas Russo

libs/libllio/*/ll_io_pcie.c: reset PCIe timeout on init

This is good, as if there is a timeout on the PCIe
side for some reason not detected (short reading),
on a next llio initialization, it will be reset.
parent 65b40cb2
...@@ -191,6 +191,8 @@ static int pcie_open (llio_t *self, llio_endpoint_t *endpoint) ...@@ -191,6 +191,8 @@ static int pcie_open (llio_t *self, llio_endpoint_t *endpoint)
/* Reset FPGA */ /* Reset FPGA */
_pcie_reset_fpga (self); _pcie_reset_fpga (self);
/* Reset PCIe Timeout */
_pcie_timeout_reset (self);
return err; return err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment