Home
last modified time | relevance | path

Searched defs:bhnd_sprom_opcode_state (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h48 typedef struct bhnd_sprom_opcode_state bhnd_sprom_opcode_state; typedef
124 struct bhnd_sprom_opcode_state { struct
125 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 */