Searched refs:bf (Results 1 - 14 of 14) sorted by relevance

/u-boot/tools/
H A Dzynqmpbif.c55 char *(*parse)(char *line, struct bif_entry *bf);
61 int (*add)(struct bif_entry *bf);
110 static char *parse_dest_cpu(char *line, struct bif_entry *bf) argument
116 bf->dest_cpu = i << PART_ATTR_DEST_CPU_SHIFT;
126 bf->dest_cpu = i << PART_ATTR_DEST_CPU_SHIFT;
135 static char *parse_el(char *line, struct bif_entry *bf) argument
142 bf->exp_lvl = i;
150 static char *parse_load(char *line, struct bif_entry *bf) argument
154 bf->load = strtoll(line, &endptr, 0);
159 static char *parse_entry(char *line, struct bif_entry *bf) argument
168 parse_offset(char *line, struct bif_entry *bf) argument
177 parse_partition_owner(char *line, struct bif_entry *bf) argument
298 bif_add_pmufw(struct bif_entry *bf, const char *data, size_t len) argument
319 bif_add_part(struct bif_entry *bf, const char *data, size_t len) argument
457 bif_add_bit(struct bif_entry *bf) argument
534 bif_add_bin(struct bif_entry *bf) argument
643 bif_add_elf(struct bif_entry *bf) argument
761 const struct bif_flags *bf; local
870 const struct bif_flags *bf; local
[all...]
/u-boot/drivers/i2c/
H A Di2c-cortina.h39 } bf; member in union:ca_biw_cfg
53 } bf; member in union:ca_biw_ctrl
63 } bf; member in union:ca_biw_ack
H A Di2c-cortina.c20 i2c_cfg.bf.core_en = 0;
25 i2c_cfg.bf.prer = CORTINA_PER_IO_FREQ /
30 i2c_cfg.bf.prer = CORTINA_PER_IO_FREQ /
36 i2c_cfg.bf.prer = CORTINA_PER_IO_FREQ /
41 i2c_cfg.bf.core_en = 1;
78 i2c_cfg.bf.core_en = 0;
79 i2c_cfg.bf.biw_soft_reset = 1;
82 i2c_cfg.bf.biw_soft_reset = 0;
88 i2c_cfg.bf.core_en = 1;
99 while (i2c_ctrl.bf
[all...]
/u-boot/drivers/gpio/
H A Dmscc_sgpio.c46 #define __M(bf) GENMASK((bf).end, (bf).beg)
47 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg))
48 #define __X(bf, x) (((x) >> (bf).beg) & GENMASK(((bf).end - (bf)
[all...]
/u-boot/arch/sh/include/asm/
H A Dmacro.h33 bf/s 1b
/u-boot/arch/sh/lib/
H A Dstart.S41 bf 2b
51 bf 3b
H A Dudiv_qrnnd.S56 bf/s 1b
H A Dudivsi3_i4i-Os.S33 bf/s large_divisor
120 bf/s sdiv_large_divisor
H A Dudivsi3.S30 bf/s large_divisor
H A Dudivsi3_i4i.S47 bf udiv_le128
49 bf udiv_ge64k
174 bf div_le128
178 bf/s div_ge64k
239 bf div_le128_neg
243 bf/s div_ge64k_neg
H A Dmovmem.S203 bf/s L_movmem_loop
/u-boot/lib/
H A Dtiny-printf.c17 char *bf; /* Digit buffer */ member in struct:printf_info
27 *info->bf++ = c;
236 info->bf = buf;
237 p = info->bf;
312 *info->bf = 0;
313 info->bf = p;
314 while (*info->bf++ && width > 0)
/u-boot/board/renesas/r2dplus/
H A Dlowlevel_init.S59 bf 1b
/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1235 int bf; local
1251 bf = nand_check_erased_ecc_chunk(buf, mtd->writesize,
1254 if (bf < 0) {
1256 } else if (bf) {
1257 mtd->ecc_stats.corrected += bf;
1259 info->max_bitflips, bf);

Completed in 185 milliseconds