Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 56) sorted by relevance

123

/u-boot/board/armadeus/apf27/
A Dfpga.h14 extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie);
15 extern int fpga_cs_fn(int assert_cs, int flush, int cookie);
18 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
19 extern int fpga_wr_fn(int assert_write, int flush, int cookie);
21 extern int fpga_wdata_fn(unsigned char data, int flush, int cookie);
A Dfpga.c87 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn() argument
98 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument
136 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() argument
144 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn() argument
161 int fpga_wdata_fn(unsigned char data, int flush, int cookie) in fpga_wdata_fn() argument
/u-boot/include/
A Dxilinx.h72 typedef int (*xilinx_pgm_fn)(int assert_pgm, int flush, int cookie);
76 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
77 typedef int (*xilinx_cs_fn)(int assert_cs, int flush, int cookie);
78 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie);
80 typedef int (*xilinx_wdata_fn)(unsigned char data, int flush, int cookie);
85 typedef int (*xilinx_bwr_fn)(void *buf, size_t len, int flush, int cookie);
A Daltera.h94 typedef int (*Altera_config_fn)( int assert_config, int flush, int cookie );
97 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie );
98 typedef int (*Altera_data_fn)( int assert_data, int flush, int cookie );
99 typedef int(*Altera_write_fn)(const void *buf, size_t len, int flush, int cookie);
A Dvideo.h223 void video_set_flush_dcache(struct udevice *dev, bool flush);
A Dlcd.h41 void lcd_set_flush_dcache(int flush);
/u-boot/lib/zlib/
A Ddeflate.h319 # define _tr_tally_lit(s, c, flush) \ argument
324 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_dist(s, distance, length, flush) \ argument
334 flush = (s->last_lit == s->lit_bufsize-1); \
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
339 flush = _tr_tally(s, distance, length)
A Ddeflate.c583 int ZEXPORT deflate (strm, flush) in deflate() argument
585 int flush;
591 flush > Z_BLOCK || flush < 0) {
603 s->last_flush = flush;
804 flush != Z_FINISH) {
1463 int flush;
1508 FLUSH_BLOCK(s, flush == Z_FINISH);
1521 int flush;
1617 int flush;
1742 int flush;
[all …]
/u-boot/lib/
A Dgzip.c53 int r, flush, orig, window; in zzip() local
83 flush = (srclen > CONFIG_GZIP_COMPRESS_DEF_SZ)? in zzip()
91 r = deflate(&s, flush); in zzip()
/u-boot/board/astro/mcf5373l/
A Dfpga.c65 int altera_config_fn(int assert_config, int flush, int cookie) in altera_config_fn() argument
101 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn() argument
204 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn() argument
301 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn() argument
312 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn() argument
323 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn() argument
/u-boot/board/spear/x600/
A Dfpga.c42 static int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn() argument
124 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument
133 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() argument
/u-boot/board/freescale/ls1043aqds/
A Dls1043aqds_pbi.cfg13 #flush PBI data
/u-boot/board/freescale/ls1043ardb/
A Dls1043ardb_pbi.cfg13 #flush PBI data
/u-boot/tools/patman/
A Dtout.py52 _stdout.flush()
68 _stdout.flush()
A Dterminal.py159 print(text, end='', flush=True)
167 print('\r%s\r' % (' '* last_print_len), end='', flush=True)
/u-boot/board/theadorable/
A Dfpga.c47 static int fpga_config_fn(int assert, int flush, int cookie) in fpga_config_fn() argument
62 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn() argument
/u-boot/lib/efi_selftest/
A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/u-boot/board/freescale/ls1046aqds/
A Dls1046aqds_pbi.cfg16 #flush PBI data
/u-boot/board/freescale/ls1046ardb/
A Dls1046ardb_pbi.cfg21 #flush PBI data
A Dls1046ardb_qspi_pbi.cfg23 #flush PBI data
/u-boot/test/py/
A Dmultiplexed_log.py70 def flush(self): member in LogfileStream
80 self.logfile.flush()
82 self.chained_file.flush()
699 def flush(self): member in Logfile
709 self.f.flush()
/u-boot/drivers/spi/
A Dpl022_spi.c110 static void flush(struct pl022_spi_slave *ps) in flush() function
129 flush(ps); in pl022_spi_claim_bus()
140 flush(ps); in pl022_spi_release_bus()
/u-boot/arch/arm/cpu/arm926ejs/spear/
A Dspr_lowlevel_init.S51 b flush
53 flush: label
/u-boot/board/beckhoff/mx53cx9020/
A Dmx53cx9020.c185 static int ccat_config_fn(int assert_config, int flush, int cookie) in ccat_config_fn() argument
202 static int ccat_write_fn(const void *buf, size_t buf_len, int flush, int cookie) in ccat_write_fn() argument
/u-boot/drivers/sound/
A Dsamsung-i2s.c116 static void i2s_fifo(struct i2s_reg *i2s_reg, unsigned int flush) in i2s_fifo() argument
119 setbits_le32(&i2s_reg->fic, flush); in i2s_fifo()
120 clrbits_le32(&i2s_reg->fic, flush); in i2s_fifo()

Completed in 43 milliseconds

123