Lines Matching full:fpga
17 * FPGA program pin configuration on X600:
22 * FPGA.
28 * Set the active-low FPGA reset signal.
33 * On x600 we have no means to toggle the FPGA reset signal in fpga_reset()
39 * Set the FPGA's active-low SelectMap program line to the specified level
43 debug("%s:%d: FPGA PROG (%d)\n", __func__, __LINE__, assert); in fpga_pgm_fn()
51 * Test the state of the active-low FPGA INIT line. Return 1 on INIT
61 * On x600, the FPGA INIT signal is not connected to the SoC. in fpga_init_fn()
74 * Test the state of the active-high FPGA DONE pin
93 * FPGA pre-configuration function. Just make sure that
94 * FPGA reset is asserted to keep the FPGA from starting up after
99 debug("%s:%d: FPGA pre-configuration\n", __func__, __LINE__); in fpga_pre_config_fn()
106 * FPGA post configuration function. Blip the FPGA reset line and then see if
107 * the FPGA appears to be running.
113 debug("%s:%d: FPGA post configuration\n", __func__, __LINE__); in fpga_post_config_fn()
160 /* Send 16 bits to FPGA via SSP bus */ in fpga_wr_fn()
176 static xilinx_desc fpga[CONFIG_FPGA_COUNT] = { variable
227 * Initialize the fpga
260 debug("%s:%d: Adding fpga 0\n", __func__, __LINE__); in x600_init_fpga()
261 fpga_add(fpga_xilinx, &fpga[0]); in x600_init_fpga()