Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp815 m_loadDCD = (ENDIAN_LITTLE_TO_HOST_U16(header->m_flags) & ROM_LOAD_DCD) != 0; in initFromData()
849 header.m_flags = ENDIAN_HOST_TO_LITTLE_U16(m_loadDCD ? ROM_LOAD_DCD : 0); in fillCommandHeader()
979 …x | crc=0x%08x | flg=0x%08x\n", m_address, m_length, calculateCRC(), m_loadDCD ? ROM_LOAD_DCD : 0); in debugPrint()
H A DEncoreBootImage.h263 ROM_LOAD_DCD = (1 << 0) //!< Execute the DCD after loading completes. enumerator