OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FWCfgState
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/nvram/
fw_cfg.c
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
[
all
...]
/external/qemu/include/qemu/
typedefs.h
69
typedef struct
FWCfgState
FWCfgState
;
/external/qemu/include/hw/
loader.h
52
void rom_set_fw(
FWCfgState
*f);
Completed in 253 milliseconds