Home
last modified time | relevance | path

Searched refs:bi_bootflags (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Du-boot.h48 unsigned long bi_bootflags; /* boot / reboot flag (Unused) */ member
/openbmc/qemu/hw/ppc/
H A Damigaone.c213 uint32_t bi_bootflags; member
229 bd->bi_bootflags = cpu_to_be32(1); in create_bd_info()
/openbmc/u-boot/cmd/
H A Dbdinfo.c185 print_num("bootflags", bd->bi_bootflags); in do_bdinfo()