Searched refs:reg_write (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/amd/display/dmub/src/ |
| H A D | dmub_reg.c | 86 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 D | dmub_reg.h | 54 ((CTX)->funcs.reg_write((CTX)->user_ctx, REG(reg), (val)))
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | atom.h | 120 void (*reg_write)(struct card_info *info, member
|
| H A D | amdgpu_atom.c | 128 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 D | amdgpu_atombios.c | 1847 atom_card_info->reg_write = cail_reg_write; in amdgpu_atombios_init()
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | atom.h | 115 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ member
|
| H A D | atom.c | 472 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 D | radeon_device.c | 992 atom_card_info->reg_write = cail_reg_write; in radeon_atombios_init()
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | selftest_workarounds.c | 405 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 D | dmub_srv.h | 318 void (*reg_write)(void *ctx, uint32_t address, uint32_t value); member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 2164 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write; in dm_dmub_sw_init()
|