Symbol: reg_write
sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios.c
1912
atom_card_info->reg_write = cail_reg_write;
sys/dev/pci/drm/amd/amdgpu/atom.c
129
ctx->card->reg_write(ctx->card, CU16(base + 1), temp);
sys/dev/pci/drm/amd/amdgpu/atom.c
480
gctx->card->reg_write(gctx->card, idx,
sys/dev/pci/drm/amd/amdgpu/atom.c
483
gctx->card->reg_write(gctx->card, idx, val);
sys/dev/pci/drm/amd/amdgpu/atom.h
121
void (*reg_write)(struct card_info *info,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2548
create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write;
sys/dev/pci/drm/amd/display/dmub/dmub_srv.h
397
void (*reg_write)(void *ctx, uint32_t address, uint32_t value);
sys/dev/pci/drm/amd/display/dmub/src/dmub_reg.c
101
srv->funcs.reg_write(srv->user_ctx, addr, reg_val);
sys/dev/pci/drm/amd/display/dmub/src/dmub_reg.c
86
srv->funcs.reg_write(srv->user_ctx, addr, reg_val);
sys/dev/pci/drm/amd/display/dmub/src/dmub_reg.h
54
((CTX)->funcs.reg_write((CTX)->user_ctx, REG(reg), (val)))
sys/dev/pci/drm/i915/gt/selftest_workarounds.c
675
expect = reg_write(expect, values[v], rsvd);
sys/dev/pci/drm/i915/gt/selftest_workarounds.c
685
expect = reg_write(expect, ~values[v], rsvd);
sys/dev/pci/drm/i915/gt/selftest_workarounds.c
710
expect = reg_write(expect, w, rsvd);
sys/dev/pci/drm/i915/gt/selftest_workarounds.c
721
expect = reg_write(expect, w, rsvd);
sys/dev/pci/drm/radeon/atom.c
479
gctx->card->reg_write(gctx->card, idx,
sys/dev/pci/drm/radeon/atom.c
482
gctx->card->reg_write(gctx->card, idx, val);
sys/dev/pci/drm/radeon/atom.h
115
void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */
sys/dev/pci/drm/radeon/radeon_device.c
992
atom_card_info->reg_write = cail_reg_write;