Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c359 memcpy(fwrt->sgom_table.offset_map, sgom_data->offset_map, in iwl_uefi_sgom_parse()
360 sizeof(fwrt->sgom_table.offset_map)); in iwl_uefi_sgom_parse()
367 u8 value = fwrt->sgom_table.offset_map[i][j]; in iwl_uefi_sgom_parse()
375 fwrt->sgom_table.offset_map[i][j] = (high << 4) | low; in iwl_uefi_sgom_parse()
H A Duefi.h54 u8 offset_map[IWL_SGOM_MAP_SIZE - 1]; member