Searched refs:assert_write (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/spear/x600/ |
| H A D | fpga.c | 132 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() argument 142 if (assert_write) in fpga_wr_fn() 150 return assert_write; in fpga_wr_fn() 163 return assert_write; in fpga_wr_fn()
|
| /OK3568_Linux_fs/u-boot/board/armadeus/apf27/ |
| H A D | fpga.c | 135 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() argument 138 assert_write ? "high" : "low"); in fpga_wr_fn() 139 gpio_set_value(ACFG_FPGA_RW, !assert_write); in fpga_wr_fn() 140 return assert_write; in fpga_wr_fn()
|
| H A D | fpga.h | 20 extern int fpga_wr_fn(int assert_write, int flush, int cookie);
|
| /OK3568_Linux_fs/u-boot/board/astro/mcf5373l/ |
| H A D | fpga.c | 315 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn() argument 319 if (assert_write) in xilinx_wr_config_fn() 323 return assert_write; in xilinx_wr_config_fn()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | xilinx.h | 73 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie);
|