HomeSort by relevance Sort by last modified time
    Searched refs:FW_CFG_INVALID (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
fw_cfg.h 24 #define FW_CFG_INVALID 0xffff
fw_cfg.c 76 s->cur_entry = FW_CFG_INVALID;
94 if (s->cur_entry == FW_CFG_INVALID || !e->data || s->cur_offset >= e->len)

Completed in 57 milliseconds