Home
last modified time | relevance | path

Searched refs:tag_header (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/nds32/include/asm/
A Dsetup.h21 struct tag_header { struct
127 struct tag_header hdr;
151 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/u-boot/arch/arm/include/asm/
A Dsetup.h86 struct tag_header { struct
209 struct tag_header hdr;
247 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/u-boot/arch/nds32/lib/
A Dbootm.c185 (sizeof(struct tag_header) + strlen(p) + 1 + 4) >> 2; in setup_commandline_tag()
/u-boot/arch/arm/lib/
A Dbootm.c178 (sizeof (struct tag_header) + strlen (p) + 1 + 4) >> 2; in setup_commandline_tag()
/u-boot/board/nokia/rx51/
A Drx51.c297 total_size = sizeof(struct tag_header); in setup_board_tags()

Completed in 19 milliseconds