Searched refs:RomGap (Results 1 – 3 of 3) sorted by relevance
360 typedef struct RomGap { struct363 } RomGap; typedef372 RomGap rom_find_largest_gap_between(hwaddr base, size_t size);
159 RomGap gap = rom_find_largest_gap_between(info.rambase, info.ramsize); in common_semi_find_bases()
1451 RomGap rom_find_largest_gap_between(hwaddr base, size_t size) in rom_find_largest_gap_between()1455 RomGap res = {0, 0}; in rom_find_largest_gap_between()