Home
last modified time | relevance | path

Searched refs:assert_clk (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/armadeus/apf27/
H A Dfpga.c96 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 Dfpga.h18 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c185 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 Dfpga.c122 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 Dfpga.c301 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 Dxilinx.h74 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
H A Daltera.h97 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie );