Home
last modified time | relevance | path

Searched refs:map_flash_region (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/flashrom/flashrom-v1.2/
H A Dflashrom.c68 .map_flash_region = physmap,
81 .map_flash_region = dummy_map,
93 .map_flash_region = fallback_map,
106 .map_flash_region = fallback_map,
118 .map_flash_region = fallback_map,
130 .map_flash_region = fallback_map,
142 .map_flash_region = fallback_map,
154 .map_flash_region = fallback_map,
166 .map_flash_region = fallback_map,
178 .map_flash_region = atavia_map,
[all …]
H A Dprogrammer.h157 void *(*map_flash_region) (const char *descr, uintptr_t phys_addr, size_t len); member