Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c115 uint8_t bi_s_version[4]; member
139 bd->bi_s_version[0] = 'Q'; in ppc405_set_default_bootinfo()
140 bd->bi_s_version[1] = 'M'; in ppc405_set_default_bootinfo()
141 bd->bi_s_version[2] = 'U'; in ppc405_set_default_bootinfo()
142 bd->bi_s_version[3] = '\0'; in ppc405_set_default_bootinfo()
183 stb_phys(cs->as, bdloc + 0x38 + i, bd->bi_s_version[i]); in __ppc405_set_bootinfo()
/openbmc/linux/arch/powerpc/boot/
H A Dppcboot.h56 unsigned char bi_s_version[4]; /* Version of this structure */ member
H A Dppcboot-hotfoot.h73 unsigned char bi_s_version[4]; /* Version of this structure */ member