Searched refs:assert_clk (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/armadeus/apf27/ |
| H A D | fpga.c | 97 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument 100 assert_clk ? "high" : "low"); in fpga_clk_fn() 101 gpio_set_value(ACFG_FPGA_CLK, !assert_clk); in fpga_clk_fn() 102 return assert_clk; in fpga_clk_fn()
|
| H A D | fpga.h | 19 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
|
| /OK3568_Linux_fs/u-boot/board/teejet/mt_ventoux/ |
| H A D | mt_ventoux.c | 186 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument 188 gpio_set_value(FPGA_CCLK, assert_clk); in fpga_clk_fn() 190 return assert_clk; in fpga_clk_fn()
|
| /OK3568_Linux_fs/u-boot/board/spear/x600/ |
| H A D | fpga.c | 123 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument 129 return assert_clk; in fpga_clk_fn()
|
| /OK3568_Linux_fs/u-boot/board/astro/mcf5373l/ |
| H A D | fpga.c | 304 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn() argument 308 if (assert_clk) in xilinx_clk_config_fn() 312 return assert_clk; in xilinx_clk_config_fn()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | xilinx.h | 71 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
|
| H A D | altera.h | 94 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie );
|