Searched refs:BINDESC_MAGIC (Results 1 – 4 of 4) sorted by relevance
99 if (*(uint64_t *)address != BINDESC_MAGIC) { in bindesc_open_memory_mapped_flash()119 if (*(uint64_t *)address != BINDESC_MAGIC) { in bindesc_open_ram()137 retval = flash_read(flash_device, offset, handle->buffer, sizeof(BINDESC_MAGIC)); in bindesc_open_flash()143 if (*(uint64_t *)handle->buffer != BINDESC_MAGIC) { in bindesc_open_flash()162 address += sizeof(BINDESC_MAGIC); in bindesc_foreach()230 *result = sizeof(BINDESC_MAGIC); in bindesc_get_size()
10 SQUAD(BINDESC_MAGIC);
74 if (*(uint64_t *)(CONFIG_FLASH_BASE_ADDRESS + i) == BINDESC_MAGIC) { in main()
20 #define BINDESC_MAGIC 0xb9863e5a7ea46046 macro