Searched refs:reg_write (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
H A Damdgpu_dmub_reg.c91 srv->funcs.reg_write(srv->user_ctx, addr, reg_val);
106 srv->funcs.reg_write(srv->user_ctx, addr, reg_val);
H A Ddmub_reg.h56 ((CTX)->funcs.reg_write((CTX)->user_ctx, REG(reg), (val)))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Datom.h120 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ member in struct:card_info
H A Damdgpu_atom.c471 gctx->card->reg_write(gctx->card, idx,
474 gctx->card->reg_write(gctx->card, idx, val);
H A Damdgpu_atombios.c2012 atom_card_info->reg_write = cail_reg_write;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom.h117 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ member in struct:card_info
H A Dradeon_atom.c485 gctx->card->reg_write(gctx->card, idx,
488 gctx->card->reg_write(gctx->card, idx, val);
H A Dradeon_device.c1077 atom_card_info->reg_write = cail_reg_write;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
H A Ddmub_srv.h223 * @reg_write:
227 void (*reg_write)(void *ctx, uint32_t address, uint32_t value); member in struct:dmub_srv_base_funcs
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_workarounds.c394 static u32 reg_write(u32 old, u32 new, u32 rsvd) function
630 expect = reg_write(expect, values[v], rsvd);
640 expect = reg_write(expect, ~values[v], rsvd);
665 expect = reg_write(expect, w, rsvd);
676 expect = reg_write(expect, w, rsvd);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dbfin-sim.c1221 reg_write (SIM_CPU *cpu, int grp, int reg, bu32 value) function
2069 /* XXX: The valid register check is in reg_write(), so we might
2072 reg_write (cpu, grp, reg, value);
2203 reg_write (cpu, d, dst, reg_read (cpu, s, src));
2543 reg_write (cpu, gd, dst, reg_read (cpu, gs, src));
3404 reg_write (cpu, grp, reg, GET_LONG (ea));
3594 reg_write (cpu, grp, reg, val);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.c1223 reg_write (SIM_CPU *cpu, int grp, int reg, bu32 value) function
2071 /* XXX: The valid register check is in reg_write(), so we might
2074 reg_write (cpu, grp, reg, value);
2205 reg_write (cpu, d, dst, reg_read (cpu, s, src));
2545 reg_write (cpu, gd, dst, reg_read (cpu, gs, src));
3406 reg_write (cpu, grp, reg, GET_LONG (ea));
3596 reg_write (cpu, grp, reg, val);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1238 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write;

Completed in 379 milliseconds