Lines Matching +full:0 +full:x90000000
23 FILE_MAGIC = 0xE463BE95
33 # SOCs, but it's always a <=1M region in 0x4xxxxxxx. Just use what we
35 sram_block = 0
40 if addr < 0x40000000 or addr >= 0x50000000:
42 block = addr & ~0xFFFFF
43 assert sram_block in (0, block)
47 assert off < 0x100000
51 # Similar heuristics: current platforms put DRAM either at 0x60000000
52 # or 0x90000000 with no more than 16M of range
54 if (addr >> 28 not in [6, 9]) or (addr & 0x0F000000 != 0):
56 return addr & 0xFFFFFF
67 if soff >= 0:
70 elif doff >= 0: