OpenBIC
OpenSource Bridge-IC
|
#include "plat_sdr_table.h"
#include <stdio.h>
#include <string.h>
#include "sdr.h"
#include "sensor.h"
#include "plat_class.h"
#include "plat_ipmb.h"
#include "plat_sensor_table.h"
Functions | |
uint8_t | pal_get_extend_sdr () |
void | pal_extend_full_sdr_table () |
void | load_sdr_table (void) |
Variables | |
SDR_Full_sensor | plat_sdr_table [] |
SDR_Full_sensor | plat_hsc_sdr_table [] |
SDR_Full_sensor | evt2_extand_sdr_table [] |
const int | SDR_TABLE_SIZE = ARRAY_SIZE(plat_sdr_table) |
const int | HSC_SDR_TABLE_SIZE = ARRAY_SIZE(plat_hsc_sdr_table) |
const int | EVT2_EXTAND_SDR_TABLE_SIZE = ARRAY_SIZE(evt2_extand_sdr_table) |
void load_sdr_table | ( | void | ) |
void pal_extend_full_sdr_table | ( | void | ) |
uint8_t pal_get_extend_sdr | ( | ) |
SDR_Full_sensor evt2_extand_sdr_table[] |
const int EVT2_EXTAND_SDR_TABLE_SIZE = ARRAY_SIZE(evt2_extand_sdr_table) |
const int HSC_SDR_TABLE_SIZE = ARRAY_SIZE(plat_hsc_sdr_table) |
SDR_Full_sensor plat_hsc_sdr_table[] |
SDR_Full_sensor plat_sdr_table[] |
const int SDR_TABLE_SIZE = ARRAY_SIZE(plat_sdr_table) |