Searched refs:word_src (Results 1 – 1 of 1) sorted by relevance
336 uint32_t word_src = src_addr + word * 4; /* Read this offset from flash */ in bootloader_flash_read_allow_decrypt() local337 uint32_t map_at = word_src & MMU_FLASH_MASK; /* Map this 64KB block from flash */ in bootloader_flash_read_allow_decrypt()397 map_ptr = (uint32_t *)(FLASH_READ_VADDR + (word_src - map_at)); in bootloader_flash_read_allow_decrypt()