coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sar.h File Reference
#include <stdint.h>
Include dependency graph for sar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  geo_profile
 
struct  sar_profile
 
struct  gain_profile
 
struct  avg_profile
 
struct  dsm_profile
 
struct  sar_header
 
union  wifi_sar_limits
 

Macros

#define MAX_ANT_GAINS_REVISION   2
 
#define MAX_DENYLIST_ENTRY   16
 
#define MAX_DSAR_SET_COUNT   3
 
#define MAX_GEO_OFFSET_REVISION   3
 
#define MAX_PROFILE_COUNT   5
 
#define MAX_SAR_REVISION   2
 
#define REVISION_SIZE   1
 
#define SAR_REV0_CHAINS_COUNT   2
 
#define SAR_REV0_SUBBANDS_COUNT   5
 
#define SAR_FILE_REVISION   1
 
#define SAR_STR_PREFIX   "$SAR"
 
#define SAR_STR_PREFIX_SIZE   4
 
#define WIFI_SAR_CBFS_DEFAULT_FILENAME   "wifi_sar_defaults.hex"
 

Functions

int get_wifi_sar_limits (union wifi_sar_limits *sar_limits)
 
const char * get_wifi_sar_cbfs_filename (void)
 

Variables

struct geo_profile __packed
 

Macro Definition Documentation

◆ MAX_ANT_GAINS_REVISION

#define MAX_ANT_GAINS_REVISION   2

Definition at line 7 of file sar.h.

◆ MAX_DENYLIST_ENTRY

#define MAX_DENYLIST_ENTRY   16

Definition at line 8 of file sar.h.

◆ MAX_DSAR_SET_COUNT

#define MAX_DSAR_SET_COUNT   3

Definition at line 9 of file sar.h.

◆ MAX_GEO_OFFSET_REVISION

#define MAX_GEO_OFFSET_REVISION   3

Definition at line 10 of file sar.h.

◆ MAX_PROFILE_COUNT

#define MAX_PROFILE_COUNT   5

Definition at line 11 of file sar.h.

◆ MAX_SAR_REVISION

#define MAX_SAR_REVISION   2

Definition at line 12 of file sar.h.

◆ REVISION_SIZE

#define REVISION_SIZE   1

Definition at line 13 of file sar.h.

◆ SAR_FILE_REVISION

#define SAR_FILE_REVISION   1

Definition at line 16 of file sar.h.

◆ SAR_REV0_CHAINS_COUNT

#define SAR_REV0_CHAINS_COUNT   2

Definition at line 14 of file sar.h.

◆ SAR_REV0_SUBBANDS_COUNT

#define SAR_REV0_SUBBANDS_COUNT   5

Definition at line 15 of file sar.h.

◆ SAR_STR_PREFIX

#define SAR_STR_PREFIX   "$SAR"

Definition at line 17 of file sar.h.

◆ SAR_STR_PREFIX_SIZE

#define SAR_STR_PREFIX_SIZE   4

Definition at line 18 of file sar.h.

◆ WIFI_SAR_CBFS_DEFAULT_FILENAME

#define WIFI_SAR_CBFS_DEFAULT_FILENAME   "wifi_sar_defaults.hex"

Definition at line 87 of file sar.h.

Function Documentation

◆ get_wifi_sar_cbfs_filename()

◆ get_wifi_sar_limits()

int get_wifi_sar_limits ( union wifi_sar_limits sar_limits)

Definition at line 39 of file acpi.c.

Referenced by emit_sar_acpi_structures().

Here is the caller graph for this function:

Variable Documentation

◆ __packed