Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/armadeus/apf27/
H A Dfpga.c97 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 Dfpga.h19 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
/OK3568_Linux_fs/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c186 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 Dfpga.c123 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 Dfpga.c304 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 Dxilinx.h71 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
H A Daltera.h94 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie );