Home
last modified time | relevance | path

Searched refs:FWCfgState (Results 1 – 1 of 1) sorted by relevance

/external/qemu/hw/
Dfw_cfg.c52 } FWCfgState; typedef
54 static void fw_cfg_write(FWCfgState *s, uint8_t value) in fw_cfg_write()
70 static int fw_cfg_select(FWCfgState *s, uint16_t key) in fw_cfg_select()
88 static uint8_t fw_cfg_read(FWCfgState *s) in fw_cfg_read()
162 FWCfgState *s = opaque; in fw_cfg_reset()
169 FWCfgState *s = opaque; in fw_cfg_save()
177 FWCfgState *s = opaque; in fw_cfg_load()
190 FWCfgState *s = opaque; in fw_cfg_add_bytes()
234 FWCfgState *s = opaque; in fw_cfg_add_callback()
256 FWCfgState *s; in fw_cfg_init()
[all …]