Lines Matching refs:map
24 const struct fw_map *map; in wil_fw_get_crash_dump_bounds() local
32 map = &fw_mapping[0]; in wil_fw_get_crash_dump_bounds()
33 host_min = map->host; in wil_fw_get_crash_dump_bounds()
34 host_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
37 map = &fw_mapping[i]; in wil_fw_get_crash_dump_bounds()
39 if (map->host < host_min) in wil_fw_get_crash_dump_bounds()
40 host_min = map->host; in wil_fw_get_crash_dump_bounds()
42 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
58 const struct fw_map *map; in wil_fw_copy_crash_dump() local
75 map = &fw_mapping[i]; in wil_fw_copy_crash_dump()
77 data = (void * __force)wil->csr + HOSTADDR(map->host); in wil_fw_copy_crash_dump()
78 len = map->to - map->from; in wil_fw_copy_crash_dump()
79 offset = map->host - host_min; in wil_fw_copy_crash_dump()