Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmxsimage.c109 uint32_t *prev_dcd_head; member
627 if (dctx->prev_dcd_head && (type != SB_DCD_NOOP) && in sb_build_dcd_block()
628 ((dctx->prev_dcd_head[0] & 0xff0000ff) == type)) { in sb_build_dcd_block()
639 dctx->prev_dcd_head = dctx->payload + in sb_build_dcd_block()
654 dctx->prev_dcd_head = dctx->payload + in sb_build_dcd_block()
702 ((dctx->prev_dcd_head - dctx->payload) * in sb_build_dcd_block()
704 dctx->prev_dcd_head[0] = htonl(type | (length << 8)); in sb_build_dcd_block()