Home
last modified time | relevance | path

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

/external/u-boot/drivers/sound/
Drt5677.c138 uint i, reg_word; in debug_dump_5677_regs() local
145 rt5677_i2c_read(priv, (u8)i, &reg_word); in debug_dump_5677_regs()
147 log_debug("%04x ", swap_bytes16(reg_word)); in debug_dump_5677_regs()
149 log_debug("%04x ", reg_word); in debug_dump_5677_regs()
159 rt5677_i2c_read(priv, RT5677_PRIV_DATA, &reg_word); in debug_dump_5677_regs()
161 log_debug("%04x ", swap_bytes16(reg_word)); in debug_dump_5677_regs()
163 log_debug("%04x ", reg_word); in debug_dump_5677_regs()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c759 uint16_t reg_word = 0; in emit_alu_bundle() local
770 memcpy(&reg_word, &registers, sizeof(uint16_t)); in emit_alu_bundle()
771 util_dynarray_append(emission, uint16_t, reg_word); in emit_alu_bundle()
Ddisassemble.c630 print_vector_field(FILE *fp, const char *name, uint16_t *words, uint16_t reg_word, in print_vector_field() argument
633 midgard_reg_info *reg_info = (midgard_reg_info *)&reg_word; in print_vector_field()
742 print_scalar_field(FILE *fp, const char *name, uint16_t *words, uint16_t reg_word, in print_scalar_field() argument
745 midgard_reg_info *reg_info = (midgard_reg_info *)&reg_word; in print_scalar_field()