Searched defs:bf (Results 1 – 5 of 5) sorted by relevance
/u-boot/tools/ |
A D | zynqmpbif.c | 110 static char *parse_dest_cpu(char *line, struct bif_entry *bf) in parse_dest_cpu() 135 static char *parse_el(char *line, struct bif_entry *bf) in parse_el() 150 static char *parse_load(char *line, struct bif_entry *bf) in parse_load() 159 static char *parse_entry(char *line, struct bif_entry *bf) in parse_entry() 168 static char *parse_offset(char *line, struct bif_entry *bf) in parse_offset() 177 static char *parse_partition_owner(char *line, struct bif_entry *bf) in parse_partition_owner() 457 static int bif_add_bit(struct bif_entry *bf) in bif_add_bit() 534 static int bif_add_bin(struct bif_entry *bf) in bif_add_bin() 643 static int bif_add_elf(struct bif_entry *bf) in bif_add_elf() 761 const struct bif_flags *bf; in find_flag() local [all …]
|
/u-boot/drivers/i2c/ |
A D | i2c-cortina.h | 39 } bf; member 53 } bf; member 63 } bf; member
|
/u-boot/drivers/gpio/ |
A D | mscc_sgpio.c | 46 #define __M(bf) GENMASK((bf).end, (bf).beg) argument 47 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg)) argument 48 #define __X(bf, x) (((x) >> (bf).beg) & GENMASK(((bf).end - (bf).beg), 0)) argument
|
/u-boot/lib/ |
A D | tiny-printf.c | 17 char *bf; /* Digit buffer */ member
|
/u-boot/drivers/mtd/nand/raw/ |
A D | pxa3xx_nand.c | 1269 int bf; in pxa3xx_nand_read_page_hwecc() local
|
Completed in 11 milliseconds