OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <logging/log.h>
#include "libutil.h"
#include "plat_i2c.h"
#include "plat_class.h"
#include "plat_pldm_sensor.h"
#include "hal_i3c.h"
#include "plat_i3c.h"
#include <drivers/flash.h>
Macros | |
#define | I2C_BUS_TMP I2C_BUS1 |
#define | TMP_EMC1413_SMSC_ID_DEFAULT 0x5D |
#define | INVALID_SLOT_ID 0xFF |
Functions | |
LOG_MODULE_REGISTER (plat_class) | |
void | init_vr_vendor_type (void) |
void | init_tmp_type () |
uint8_t | get_vr_type () |
uint8_t | get_tmp_type () |
void | init_platform_config () |
void | plat_i3c_set_pid () |
uint8_t | get_slot_id () |
Variables | |
uint16_t | BIC_PID = PLAT_DEFAULT_PID |
const mmc_info_t | mmc_info_table [MAX_SLOT] |
#define I2C_BUS_TMP I2C_BUS1 |
#define INVALID_SLOT_ID 0xFF |
#define TMP_EMC1413_SMSC_ID_DEFAULT 0x5D |
uint8_t get_slot_id | ( | ) |
uint8_t get_tmp_type | ( | ) |
uint8_t get_vr_type | ( | ) |
void init_platform_config | ( | ) |
void init_tmp_type | ( | ) |
void init_vr_vendor_type | ( | void | ) |
LOG_MODULE_REGISTER | ( | plat_class | ) |
void plat_i3c_set_pid | ( | void | ) |
uint16_t BIC_PID = PLAT_DEFAULT_PID |
const mmc_info_t mmc_info_table[MAX_SLOT] |