Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c165 state->var_state = SPROM_OPCODE_VAR_STATE_NONE; in bhnd_sprom_opcode_reset()
655 if (state->var_state == SPROM_OPCODE_VAR_STATE_NONE) in bhnd_sprom_opcode_clear_var()
663 state->var_state = SPROM_OPCODE_VAR_STATE_NONE; in bhnd_sprom_opcode_clear_var()
743 BHND_NV_ASSERT(state->var_state == SPROM_OPCODE_VAR_STATE_NONE, in bhnd_sprom_opcode_set_var()
918 case SPROM_OPCODE_VAR_STATE_NONE: in bhnd_sprom_opcode_rewrite_opcode()
H A Dbhnd_nvram_data_spromvar.h116 SPROM_OPCODE_VAR_STATE_NONE = 1, /**< no variable entry available */ enumerator