Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/board/armadeus/apf27/
H A Dfpga.c86 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
97 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
135 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
143 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn()
160 int fpga_wdata_fn(unsigned char data, int flush, int cookie) in fpga_wdata_fn()
/rk3399_rockchip-uboot/board/astro/mcf5373l/
H A Dfpga.c68 int altera_config_fn(int assert_config, int flush, int cookie) in altera_config_fn()
104 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn()
207 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn()
304 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn()
315 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn()
326 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn()
/rk3399_rockchip-uboot/board/spear/x600/
H A Dfpga.c41 static int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
123 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
132 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
/rk3399_rockchip-uboot/board/theadorable/
H A Dfpga.c47 static int fpga_config_fn(int assert, int flush, int cookie) in fpga_config_fn()
62 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dcache.S58 flush: label
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c582 int ZEXPORT deflate (strm, flush) in deflate() argument
1460 local block_state deflate_stored(s, flush) in deflate_stored() argument
1518 local block_state deflate_fast(s, flush) in deflate_fast() argument
1614 local block_state deflate_slow(s, flush) in deflate_slow() argument
1739 local block_state deflate_rle(s, flush) in deflate_rle() argument
1805 local block_state deflate_huff(s, flush) in deflate_huff() argument
H A Ddeflate.h319 # define _tr_tally_lit(s, c, flush) \ argument
326 # define _tr_tally_dist(s, distance, length, flush) \ argument
337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
H A Dinflate.c328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate()
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c179 int fpga_wr_fn(int nassert_write, int flush, int cookie) in fpga_wr_fn()
186 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dspr_lowlevel_init.S54 flush: label
/rk3399_rockchip-uboot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c287 static int ccat_config_fn(int assert_config, int flush, int cookie) in ccat_config_fn()
304 static int ccat_write_fn(const void *buf, size_t buf_len, int flush, int cookie) in ccat_write_fn()
/rk3399_rockchip-uboot/lib/
H A Dgzip.c53 int r, flush, orig, window; in zzip() local
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py70 def flush(self): member in LogfileStream
664 def flush(self): member in Logfile
/rk3399_rockchip-uboot/drivers/sound/
H A Dsamsung-i2s.c115 void i2s_fifo(struct i2s_reg *i2s_reg, unsigned int flush) in i2s_fifo()
/rk3399_rockchip-uboot/drivers/video/
H A Dvideo-uclass.c48 void video_set_flush_dcache(struct udevice *dev, bool flush) in video_set_flush_dcache()
H A Dcfb_console.c833 int flush = 0; in cfb_video_putc() local
1023 int flush = cfb_do_flush_cache; in cfb_video_puts() local
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h26 int flush; member
H A Dfsl_sata.h314 int flush; member
/rk3399_rockchip-uboot/common/
H A Dlcd.c74 void lcd_set_flush_dcache(int flush) in lcd_set_flush_dcache()