Home
last modified time | relevance | path

Searched refs:terminator (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dgetline.c23 char terminator, size_t offset) in getstr() argument
75 if (c == terminator) in getstr()
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/
H A Dfsp_vpd.h34 u16 terminator; /* Offset 0x021F */ member
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h80 uint16_t terminator; /* Offset 0x0100 */ member
/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_support.c138 assert(fsp_upd->terminator == UPD_TERMINATOR); in fsp_init()