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.
72 * @brief Reset the FPGA.
74 * @param dev FPGA device structure.
92 * @brief Load the bitstream and program the FPGA
94 * @param dev FPGA device structure.
115 * @brief Turns on the FPGA.
117 * @param dev FPGA device structure.
137 * @brief Returns information about the FPGA.
139 * @param dev FPGA device structure.
156 * @brief Turns off the FPGA.
158 * @param dev FPGA device structure.