Home
last modified time | relevance | path

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

/hal_xtensa-latest/src/hal/
Dstate.c226 int xthal_read_extra(void *base, unsigned reg, unsigned *value)
232 *value = ((unsigned *)base)[0];
235 *value = ((unsigned *)base)[1];
238 *value = ((unsigned *)base)[2];
241 *value = ((unsigned *)base)[3];
244 *value = ((unsigned *)base)[4];
247 *value = ((unsigned *)base)[5];
256 int xthal_write_extra(void *base, unsigned reg, unsigned value)
262 ((unsigned *)base)[0] = value;
265 ((unsigned *)base)[1] = value;
[all …]
/hal_xtensa-latest/include/xtensa/
Dtrax-proto.h51 int trax_write_register_eri (int regno, unsigned value);
73 int trax_write_memory_eri (int address, unsigned value);
85 unsigned value);
Dtrax-api.h59 extern int trax_read_register(tpack_channel *tchan, int regno, unsigned *value);
60 extern int trax_write_register(tpack_channel *tchan, int regno, unsigned value);
Dtrax.h189 int trax_set_ctistop (trax_context *context, unsigned value);
207 int trax_set_ptistop (trax_context *context, unsigned value);
Dcore-macros.h471 static inline void XTHAL_WER (unsigned reg, unsigned value) in XTHAL_WER() argument
475 : : "a" (value), "a" (reg) : "memory"); in XTHAL_WER()
/hal_xtensa-latest/
Daclocal.m4459 # simplest approach to changing $(DEPDIR) to its actual value in the
632 Please tell bug-automake@gnu.org about your system, including the value
931 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1066 # STRIPPROG with the value of the STRIP variable (set by the user).
1166 # Go ahead even if we have the value already cached. We do so because we
1205 # If the value was cached, stop now. We just wanted to have am__tar
Dconfigure1774 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1946 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2393 Please tell bug-automake@gnu.org about your system, including the value
5604 value = S[key]
5605 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5606 len += length(value) + length(field[++i])