Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Duefi.c335 memcpy(fwrt->sgom_table.offset_map, sgom_data->offset_map, in iwl_uefi_sgom_parse()
336 sizeof(fwrt->sgom_table.offset_map)); in iwl_uefi_sgom_parse()
343 u8 value = fwrt->sgom_table.offset_map[i][j]; in iwl_uefi_sgom_parse()
351 fwrt->sgom_table.offset_map[i][j] = (high << 4) | low; in iwl_uefi_sgom_parse()
387 memcpy(fwrt->uats_table.offset_map, uats_data->offset_map, in iwl_uefi_get_sgom_table()
388 sizeof(fwrt->uats_table.offset_map)); in iwl_uefi_get_sgom_table()
H A Duefi.h52 u8 offset_map[IWL_SGOM_MAP_SIZE - 1]; member
57 u8 offset_map[IWL_UATS_MAP_SIZE - 1]; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dpower.h602 * @offset_map: mapping a mcc to a geo sar group
606 u8 offset_map[MCC_TO_SAR_OFFSET_TABLE_ROW_SIZE]
538 u8 offset_map[MCC_TO_SAR_OFFSET_TABLE_ROW_SIZE] global() member