Searched defs:bhnd_sprom_opcode_state (Results 1 – 1 of 1) sorted by relevance
48 typedef struct bhnd_sprom_opcode_state bhnd_sprom_opcode_state; typedef124 struct bhnd_sprom_opcode_state { struct125 const bhnd_sprom_layout *layout; /**< SPROM layout */127 bhnd_sprom_opcode_idx_entry *idx; /**< variable index (NULL during initialization) */128 size_t num_idx; /**< variable index entry count */133 const uint8_t *input; /**< opcode input position */136 uint32_t offset; /**< SPROM offset */137 size_t vid; /**< Variable ID */140 bhnd_sprom_opcode_var var; /**< variable record (if any) */141 bhnd_sprom_opcode_var_state var_state; /**< variable record state */