Lines Matching full:fpga
21 /* Inactive is when the FPGA cannot accept the bitstream
25 /* Active is when the FPGA can accept the bitstream and
49 * @brief Read the status of FPGA.
51 * @param dev FPGA device structure.
53 * @retval 0 if the FPGA is in INACTIVE state.
54 * @retval 1 if the FPGA is in ACTIVE state.
65 * @brief Reset the FPGA.
67 * @param dev FPGA device structure.
81 * @brief Load the bitstream and program the FPGA
83 * @param dev FPGA device structure.
100 * @brief Turns on the FPGA.
102 * @param dev FPGA device structure.
120 * @brief Returns information about the FPGA.
122 * @param dev FPGA device structure.
135 * @brief Turns off the FPGA.
137 * @param dev FPGA device structure.