Searched defs:FWCfgState (Results 1 - 2 of 2) sorted by path

/external/qemu/hw/nvram/
H A Dfw_cfg.c49 struct FWCfgState { struct
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 *
[all...]
/external/qemu/include/qemu/
H A Dtypedefs.h69 typedef struct FWCfgState FWCfgState; typedef in typeref:struct:FWCfgState

Completed in 246 milliseconds