Lines Matching full:fpga
16 * FPGA program pin configuration on X600:
21 * FPGA.
27 * Set the active-low FPGA reset signal.
32 * On x600 we have no means to toggle the FPGA reset signal in fpga_reset()
38 * Set the FPGA's active-low SelectMap program line to the specified level
42 debug("%s:%d: FPGA PROG (%d)\n", __func__, __LINE__, assert); in fpga_pgm_fn()
50 * Test the state of the active-low FPGA INIT line. Return 1 on INIT
60 * On x600, the FPGA INIT signal is not connected to the SoC. in fpga_init_fn()
73 * Test the state of the active-high FPGA DONE pin
92 * FPGA pre-configuration function. Just make sure that
93 * FPGA reset is asserted to keep the FPGA from starting up after
98 debug("%s:%d: FPGA pre-configuration\n", __func__, __LINE__); in fpga_pre_config_fn()
105 * FPGA post configuration function. Blip the FPGA reset line and then see if
106 * the FPGA appears to be running.
112 debug("%s:%d: FPGA post configuration\n", __func__, __LINE__); in fpga_post_config_fn()
159 /* Send 16 bits to FPGA via SSP bus */ in fpga_wr_fn()
175 static xilinx_desc fpga[CONFIG_FPGA_COUNT] = { variable
226 * Initialize the fpga
259 debug("%s:%d: Adding fpga 0\n", __func__, __LINE__); in x600_init_fpga()
260 fpga_add(fpga_xilinx, &fpga[0]); in x600_init_fpga()