HomeSort by relevance Sort by last modified time
    Searched refs:reg_desc (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/ram/stm32mp1/
stm32mp1_ddr.c 26 struct reg_desc { struct
45 static const struct reg_desc ddr_reg[] = {
74 static const struct reg_desc ddr_timing[] = {
90 static const struct reg_desc ddr_map[] = {
103 static const struct reg_desc ddr_perf[] = {
124 static const struct reg_desc ddrphy_reg[] = {
139 static const struct reg_desc ddrphy_timing[] = {
153 static const struct reg_desc ddrphy_cal[] = {
187 const struct reg_desc *desc;
232 const struct reg_desc *desc = ddr_registers[type].desc
    [all...]
  /external/elfutils/libdwfl/
linux-core-attach.c 248 const char *reg_desc = desc + regloc->offset; local
265 uint32_t val32 = read_4ubyte_unaligned_noncvt (reg_desc);
266 reg_desc += sizeof val32;
273 uint64_t val64 = read_8ubyte_unaligned_noncvt (reg_desc);
274 reg_desc += sizeof val64;
288 reg_desc += regloc->pad;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 586 struct etna_reg_desc *reg_desc = &c->file[inst->Dst[idx].Register.File].reg[inst->Dst[idx].Register.Index]; local
588 if (reg_desc->first_use == -1)
589 reg_desc->first_use = inst_idx;
591 reg_desc->last_use = inst_idx;
592 reg_desc->active = true;
597 struct etna_reg_desc *reg_desc = &c->file[inst->Src[idx].Register.File].reg[inst->Src[idx].Register.Index]; local
599 if (reg_desc->first_use == -1)
600 reg_desc->first_use = inst_idx;
602 reg_desc->last_use = inst_idx;
603 reg_desc->active = true
    [all...]

Completed in 198 milliseconds