Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c999 uint8_t op, rewrite, immd; in bhnd_sprom_opcode_step() local
1004 immd = SPROM_OPCODE_IMM(*opcode); in bhnd_sprom_opcode_step()
1032 if ((error = bhnd_sprom_opcode_set_var(state, immd))) in bhnd_sprom_opcode_step()
1038 state->vid + immd); in bhnd_sprom_opcode_step()
1044 error = bhnd_sprom_opcode_read_opval32(state, immd, in bhnd_sprom_opcode_step()
1060 immd = *state->input; in bhnd_sprom_opcode_step()
1061 if ((error = bhnd_sprom_opcode_set_nelem(state, immd))) in bhnd_sprom_opcode_step()
1073 skip_in = (immd & SPROM_OP_BIND_SKIP_IN_MASK) >> in bhnd_sprom_opcode_step()
1077 ((immd & SPROM_OP_BIND_SKIP_IN_SIGN) != 0); in bhnd_sprom_opcode_step()
1079 skip_out = (immd & SPROM_OP_BIND_SKIP_OUT_MASK) >> in bhnd_sprom_opcode_step()
[all …]