/u-boot/board/armadeus/apf27/ |
A D | fpga.h | 14 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 D | fpga.c | 87 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 D | xilinx.h | 72 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 D | altera.h | 94 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 D | video.h | 223 void video_set_flush_dcache(struct udevice *dev, bool flush);
|
A D | lcd.h | 41 void lcd_set_flush_dcache(int flush);
|
/u-boot/lib/zlib/ |
A D | deflate.h | 319 # 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 D | deflate.c | 583 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 D | gzip.c | 53 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 D | fpga.c | 65 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 D | fpga.c | 42 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 D | ls1043aqds_pbi.cfg | 13 #flush PBI data
|
/u-boot/board/freescale/ls1043ardb/ |
A D | ls1043ardb_pbi.cfg | 13 #flush PBI data
|
/u-boot/tools/patman/ |
A D | tout.py | 52 _stdout.flush() 68 _stdout.flush()
|
A D | terminal.py | 159 print(text, end='', flush=True) 167 print('\r%s\r' % (' '* last_print_len), end='', flush=True)
|
/u-boot/board/theadorable/ |
A D | fpga.c | 47 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 D | efi_selftest_loadimage.c | 176 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 D | ls1046aqds_pbi.cfg | 16 #flush PBI data
|
/u-boot/board/freescale/ls1046ardb/ |
A D | ls1046ardb_pbi.cfg | 21 #flush PBI data
|
A D | ls1046ardb_qspi_pbi.cfg | 23 #flush PBI data
|
/u-boot/test/py/ |
A D | multiplexed_log.py | 70 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 D | pl022_spi.c | 110 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 D | spr_lowlevel_init.S | 51 b flush 53 flush: label
|
/u-boot/board/beckhoff/mx53cx9020/ |
A D | mx53cx9020.c | 185 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 D | samsung-i2s.c | 116 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()
|