OpenBIC
OpenSource Bridge-IC
|
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | BIC_UPDATE_MAX_OFFSET 0x50000 |
#define | IS_SECTOR_END_MASK 0x80 |
Enumerations | |
enum | E1S_CONTROL { DEVICE_POWER_OFF = 0x0 , DEVICE_POWER_ON , DEVICE_PRESENT , DEVICE_POWER_GOOD } |
enum | OL2_FIRMWARE_COMPONENT { OL2_COMPNT_BIC = 2 , OL2_COMPNT_RETIMER = 5 , OL2_COMPNT_RETIMER_RECOVERY = 6 } |
#define BIC_UPDATE_MAX_OFFSET 0x50000 |
#define IS_SECTOR_END_MASK 0x80 |
enum E1S_CONTROL |