Searched refs:cur_tagptr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/xtensa/ |
H A D | xtfpga.c | 322 uint32_t cur_tagptr; in xtfpga_init() local 351 cur_tagptr = put_tag(tagptr, BP_TAG_FIRST, 0, NULL); in xtfpga_init() 352 cur_tagptr = put_tag(cur_tagptr, BP_TAG_MEMORY, in xtfpga_init() 356 cur_tagptr = put_tag(cur_tagptr, BP_TAG_COMMAND_LINE, in xtfpga_init() 370 cur_tagptr = put_tag(cur_tagptr, BP_TAG_FDT, in xtfpga_init() 391 cur_tagptr = put_tag(cur_tagptr, BP_TAG_INITRD, in xtfpga_init() 395 cur_tagptr = put_tag(cur_tagptr, BP_TAG_LAST, 0, NULL); in xtfpga_init()
|