Home
last modified time | relevance | path

Searched refs:reg_write (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_reg.c86 srv->funcs.reg_write(srv->user_ctx, addr, reg_val); in dmub_reg_update()
101 srv->funcs.reg_write(srv->user_ctx, addr, reg_val); in dmub_reg_set()
H A Ddmub_reg.h54 ((CTX)->funcs.reg_write((CTX)->user_ctx, REG(reg), (val)))
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Datom.h120 void (*reg_write)(struct card_info *info, member
H A Damdgpu_atom.c128 ctx->card->reg_write(ctx->card, CU16(base + 1), temp); in atom_iio_execute()
474 gctx->card->reg_write(gctx->card, idx, in atom_put_dst()
477 gctx->card->reg_write(gctx->card, idx, val); in atom_put_dst()
H A Damdgpu_atombios.c1847 atom_card_info->reg_write = cail_reg_write; in amdgpu_atombios_init()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Datom.h115 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ member
H A Datom.c472 gctx->card->reg_write(gctx->card, idx, in atom_put_dst()
475 gctx->card->reg_write(gctx->card, idx, val); in atom_put_dst()
H A Dradeon_device.c992 atom_card_info->reg_write = cail_reg_write; in radeon_atombios_init()
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dselftest_workarounds.c405 static u32 reg_write(u32 old, u32 new, u32 rsvd) in reg_write() function
675 expect = reg_write(expect, values[v], rsvd); in check_dirty_whitelist()
685 expect = reg_write(expect, ~values[v], rsvd); in check_dirty_whitelist()
710 expect = reg_write(expect, w, rsvd); in check_dirty_whitelist()
721 expect = reg_write(expect, w, rsvd); in check_dirty_whitelist()
/openbsd-src/sys/dev/pci/drm/amd/display/dmub/
H A Ddmub_srv.h318 void (*reg_write)(void *ctx, uint32_t address, uint32_t value); member
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2164 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write; in dm_dmub_sw_init()