Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsetup.h22 struct tag_header { struct
128 struct tag_header hdr;
152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/rk3399_rockchip-uboot/arch/arm/include/asm/
H 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)
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h215 struct tag_header { struct
222 struct tag_header hdr; argument
240 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/rk3399_rockchip-uboot/arch/nds32/lib/
H A Dbootm.c181 (sizeof(struct tag_header) + strlen(p) + 1 + 4) >> 2; in setup_commandline_tag()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_atags.c278 length = (t->hdr.size << 2) - sizeof(struct tag_header) - HASH_LEN; in atags_set_tag()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.c170 (sizeof (struct tag_header) + strlen (p) + 1 + 4) >> 2; in setup_commandline_tag()
/rk3399_rockchip-uboot/board/nokia/rx51/
H A Drx51.c252 total_size = sizeof(struct tag_header); in setup_board_tags()