Home | History | Annotate | Download | only in nvram

Lines Matching refs:FWCfgState

49 struct FWCfgState {
55 static void fw_cfg_write(FWCfgState *s, uint8_t value)
71 static int fw_cfg_select(FWCfgState *s, uint16_t key)
89 static uint8_t fw_cfg_read(FWCfgState *s)
163 FWCfgState *s = opaque;
170 FWCfgState *s = opaque;
178 FWCfgState *s = opaque;
191 FWCfgState *s = opaque;
235 FWCfgState *s = opaque;
257 FWCfgState *s;
260 s = g_malloc0(sizeof(FWCfgState));