Home
last modified time | relevance | path

Searched defs:MAX34451State (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/sensor/
H A Dmax34451.c137 typedef struct MAX34451State { struct
138 PMBusDevice parent;
140 uint16_t power_good_on[MAX34451_NUM_PWR_DEVICES];
141 uint16_t power_good_off[MAX34451_NUM_PWR_DEVICES];
142 uint16_t ton_delay[MAX34451_NUM_MARGINED_PSU];
143 uint16_t ton_max_fault_limit[MAX34451_NUM_MARGINED_PSU];
144 uint16_t toff_delay[MAX34451_NUM_MARGINED_PSU];
145 uint8_t status_mfr_specific[MAX34451_NUM_PWR_DEVICES];
147 uint64_t mfr_location;
171 } MAX34451State; argument