Searched refs:ROM_LOAD_DCD (Results 1 – 2 of 2) sorted by relevance
815 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()
263 ROM_LOAD_DCD = (1 << 0) //!< Execute the DCD after loading completes. enumerator