#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
◆ CPLD_OFFSET_POWER_CLAMP
#define CPLD_OFFSET_POWER_CLAMP 0x25 |
◆ CPLD_OFFSET_USERCODE
#define CPLD_OFFSET_USERCODE 0x32 |
◆ CPLD_OFFSET_VR_VENDER_TYPE
#define CPLD_OFFSET_VR_VENDER_TYPE 0x15 |
◆ cpld_info
◆ check_cpld_polling_alert_status()
void check_cpld_polling_alert_status |
( |
void |
| ) |
|
◆ init_cpld_polling()
void init_cpld_polling |
( |
void |
| ) |
|
◆ plat_read_cpld()
bool plat_read_cpld |
( |
uint8_t |
offset, |
|
|
uint8_t * |
data, |
|
|
uint8_t |
len |
|
) |
| |
◆ plat_write_cpld()
bool plat_write_cpld |
( |
uint8_t |
offset, |
|
|
uint8_t * |
data |
|
) |
| |