Home
last modified time | relevance | path

Searched defs:tag_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c509 int tag_size; in nand_rw_page() local
725 int tag_size; in nand_rw_oob() local
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h151 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h247 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2) macro