Home
last modified time | relevance | path

Searched refs:UPDATE (Results 1 – 25 of 25) sorted by relevance

/Linux-v6.6/drivers/phy/rockchip/
Dphy-rockchip-inno-hdmi.c23 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) macro
36 #define RK3228_AUTO_TERM_RES_CAL_SPEED_14_8(x) UPDATE(x, 6, 0)
38 #define RK3228_AUTO_TERM_RES_CAL_SPEED_7_0(x) UPDATE(x, 7, 0)
53 #define RK3228_PRE_PLL_FB_DIV_8(x) UPDATE((x) >> 8, 7, 7)
55 #define RK3228_PCLK_VCO_DIV_5(x) UPDATE(x, 5, 5)
57 #define RK3228_PRE_PLL_PRE_DIV(x) UPDATE(x, 4, 0)
59 #define RK3228_PRE_PLL_FB_DIV_7_0(x) UPDATE(x, 7, 0)
63 #define RK3228_PRE_PLL_PCLK_DIV_B(x) UPDATE(x, 6, 5)
65 #define RK3228_PRE_PLL_PCLK_DIV_A(x) UPDATE(x, 4, 0)
68 #define RK3228_PRE_PLL_PCLK_DIV_C(x) UPDATE(x, 6, 5)
[all …]
Dphy-rockchip-inno-dsidphy.c26 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) macro
51 #define POWER_WORK_ENABLE UPDATE(1, 1, 0)
52 #define POWER_WORK_DISABLE UPDATE(2, 1, 0)
65 #define REG_FBDIV_HI(x) UPDATE((x >> 8), 5, 5)
67 #define REG_PREDIV(x) UPDATE(x, 4, 0)
70 #define REG_FBDIV_LO(x) UPDATE(x, 7, 0)
73 #define SAMPLE_CLOCK_PHASE(x) UPDATE(x, 6, 4)
75 #define CLOCK_LANE_SKEW_PHASE(x) UPDATE(x, 2, 0)
78 #define DATA_LANE_3_SKEW_PHASE(x) UPDATE(x, 6, 4)
80 #define DATA_LANE_2_SKEW_PHASE(x) UPDATE(x, 2, 0)
[all …]
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv50/
Dcore507d.c49 PUSH_MTHD(push, NV507D, UPDATE, interlock[NV50_DISP_INTERLOCK_BASE] | in core507d_update()
51 NVDEF(NV507D, UPDATE, NOT_DRIVER_FRIENDLY, FALSE) | in core507d_update()
52 NVDEF(NV507D, UPDATE, NOT_DRIVER_UNFRIENDLY, FALSE) | in core507d_update()
53 NVDEF(NV507D, UPDATE, INHIBIT_INTERRUPTS, FALSE), in core507d_update()
Dcorec37d.c69 PUSH_MTHD(push, NVC37D, UPDATE, 0x00000001 | in corec37d_update()
70 NVDEF(NVC37D, UPDATE, SPECIAL_HANDLING, NONE) | in corec37d_update()
71 NVDEF(NVC37D, UPDATE, INHIBIT_INTERRUPTS, FALSE)); in corec37d_update()
Dwimmc37b.c40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update()
41 NVVAL(NVC37B, UPDATE, INTERLOCK_WITH_WINDOW, in wimmc37b_update()
Dcurs507a.c52 NVIF_WR32(user, NV507A, UPDATE, in curs507a_update()
53 NVDEF(NV507A, UPDATE, INTERLOCK_WITH_CORE, DISABLE)); in curs507a_update()
Dcursc37a.c33 NVIF_WR32(user, NVC37A, UPDATE, 0x00000001); in cursc37a_update()
Dwndwc37e.c281 PUSH_MTHD(push, NVC37E, UPDATE, 0x00000001 | in wndwc37e_update()
282 NVVAL(NVC37E, UPDATE, INTERLOCK_WITH_WIN_IMM, in wndwc37e_update()
Dbase507c.c44 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
/Linux-v6.6/arch/powerpc/kvm/
Demulate_loadstore.c113 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
133 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
232 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
255 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
/Linux-v6.6/Documentation/trace/
Dring-buffer-design.rst437 UPDATE
462 change the pointer to the UPDATE state::
481 "-U->" represents a pointer in the UPDATE state.
492 Note, the flags UPDATE and HEADER are never set at the same time.
599 flag to have the UPDATE flag set. Once this is done, the reader will
755 The write converts the head page pointer to UPDATE::
768 fact that it sees the UPDATE flag instead of a HEADER or NORMAL
782 that converted a pointer from HEAD to UPDATE will convert it back
794 the UPDATE pointer to NORMAL::
820 The write converts the head page pointer to UPDATE::
[all …]
/Linux-v6.6/lib/zlib_inflate/
Dinflate.c182 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) macro
712 UPDATE(state->check, put - out, out); in zlib_inflate()
755 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate()
805 UPDATE(state->check, z->next_in, z->avail_in); in zlib_inflateIncomp()
/Linux-v6.6/arch/powerpc/include/asm/
Dsstep.h68 #define UPDATE 0x40 /* matches bit in opcode 31 instructions */ macro
/Linux-v6.6/Documentation/ABI/removed/
Dsysfs-selinux-checkreqprot7 REMOVAL UPDATE: The SELinux checkreqprot functionality was removed in
Dsysfs-selinux-disable7 REMOVAL UPDATE: The SELinux runtime disable functionality was removed
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c70 #define UPDATE PIN_OFFSET_FIXED macro
676 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_reserve_vma()
1033 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_validate_vmas()
1418 return target->node.start | UPDATE; in relocate_entry()
1596 offset = gen8_canonical_addr(offset & ~UPDATE); in eb_relocate_vma()
3635 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer2_ioctl()
/Linux-v6.6/arch/powerpc/lib/
Dsstep.c2271 u = (word >> 20) & UPDATE; in analyse_instr()
2276 u = word & UPDATE; in analyse_instr()
2873 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2962 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr()
3111 if (OP_IS_LOAD_STORE(op->type) && (op->type & UPDATE)) { in analyse_instr()
3487 if ((op->type & UPDATE) && size == sizeof(long) && in emulate_loadstore()
3557 if (op->type & UPDATE) in emulate_loadstore()
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dhtc.h413 UPDATE, /* update pending */ enumerator
Dbeacon.c486 if (sc->beacon.updateslot == UPDATE) { in ath9k_beacon_tasklet()
Dath9k.h700 UPDATE, /* update pending */ enumerator
Dhtc_drv_main.c1603 priv->beacon.updateslot = UPDATE; in ath9k_htc_bss_info_changed()
Dmain.c1921 sc->beacon.updateslot = UPDATE; in ath9k_bss_info_changed()
/Linux-v6.6/drivers/crypto/caam/
Dcaamalg_qi2.c3047 UPDATE = 0, enumerator
3146 flc = &ctx->flc[UPDATE]; in ahash_set_sh_desc()
3151 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[UPDATE], in ahash_set_sh_desc()
3619 req_ctx->flc = &ctx->flc[UPDATE]; in ahash_update_ctx()
3620 req_ctx->flc_dma = ctx->flc_dma[UPDATE]; in ahash_update_ctx()
/Linux-v6.6/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst699 UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000
/Linux-v6.6/
DMAINTAINERS5813 DELL REMOTE BIOS UPDATE DRIVER
10870 INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
18067 READ-COPY UPDATE (RCU)
19737 SLEEPABLE READ-COPY UPDATE (SRCU)
23401 X86 MICROCODE UPDATE SUPPORT