Searched refs:assert_clk (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/board/armadeus/apf27/ |
H A D | fpga.c | 96 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument 99 assert_clk ? "high" : "low"); in fpga_clk_fn() 100 gpio_set_value(ACFG_FPGA_CLK, !assert_clk); in fpga_clk_fn() 101 return assert_clk; in fpga_clk_fn()
|
H A D | fpga.h | 18 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
|
/openbmc/u-boot/board/teejet/mt_ventoux/ |
H A D | mt_ventoux.c | 185 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument 187 gpio_set_value(FPGA_CCLK, assert_clk); in fpga_clk_fn() 189 return assert_clk; in fpga_clk_fn()
|
/openbmc/u-boot/board/spear/x600/ |
H A D | fpga.c | 122 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument 128 return assert_clk; in fpga_clk_fn()
|
/openbmc/u-boot/board/astro/mcf5373l/ |
H A D | fpga.c | 301 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn() argument 305 if (assert_clk) in xilinx_clk_config_fn() 309 return assert_clk; in xilinx_clk_config_fn()
|
/openbmc/u-boot/include/ |
H A D | xilinx.h | 74 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
|
H A D | altera.h | 97 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie );
|