/linux-6.3-rc2/drivers/phy/rockchip/ |
A D | phy-rockchip-inno-hdmi.c | 56 #define RK3228_PCLK_VCO_DIV_5(x) UPDATE(x, 5, 5) 58 #define RK3228_PRE_PLL_PRE_DIV(x) UPDATE(x, 4, 0) 84 #define RK3228_POST_PLL_PRE_DIV(x) UPDATE(x, 4, 0) 96 #define RK3228_TMDS_CLK_CH_TA(x) UPDATE(x, 7, 6) 123 #define RK3328_INT_TMDS_CLK(x) UPDATE(x, 7, 4) 124 #define RK3328_INT_TMDS_D2(x) UPDATE(x, 3, 0) 126 #define RK3328_INT_TMDS_D1(x) UPDATE(x, 7, 4) 127 #define RK3328_INT_TMDS_D0(x) UPDATE(x, 3, 0) 135 #define RK3328_PCLK_VCO_DIV_5(x) UPDATE(x, 1, 1) 203 #define RK3328_TERM_RESISTOR_50 UPDATE(0, 2, 1) [all …]
|
A D | phy-rockchip-inno-dsidphy.c | 51 #define POWER_WORK_ENABLE UPDATE(1, 1, 0) 52 #define POWER_WORK_DISABLE UPDATE(2, 1, 0) 67 #define REG_PREDIV(x) UPDATE(x, 4, 0) 70 #define REG_FBDIV_LO(x) UPDATE(x, 7, 0) 119 #define T_LPX_CNT(x) UPDATE(x, 5, 0) 130 #define T_HS_TRAIL_CNT(x) UPDATE(x, 6, 0) 142 #define T_WAKEUP_CNT_HI(x) UPDATE(x, 1, 0) 148 #define T_CLK_PRE_CNT(x) UPDATE(x, 3, 0) 153 #define T_TA_GO_CNT(x) UPDATE(x, 5, 0) 158 #define T_TA_SURE_CNT(x) UPDATE(x, 5, 0) [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | core507d.c | 49 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()
|
A D | corec37d.c | 69 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()
|
A D | wimmc37b.c | 40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update() 41 NVVAL(NVC37B, UPDATE, INTERLOCK_WITH_WINDOW, in wimmc37b_update()
|
A D | curs507a.c | 51 NVIF_WR32(user, NV507A, UPDATE, in curs507a_update() 52 NVDEF(NV507A, UPDATE, INTERLOCK_WITH_CORE, DISABLE)); in curs507a_update()
|
A D | cursc37a.c | 33 NVIF_WR32(user, NVC37A, UPDATE, 0x00000001); in cursc37a_update()
|
A D | wndwc37e.c | 281 PUSH_MTHD(push, NVC37E, UPDATE, 0x00000001 | in wndwc37e_update() 282 NVVAL(NVC37E, UPDATE, INTERLOCK_WITH_WIN_IMM, in wndwc37e_update()
|
A D | base507c.c | 44 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 113 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-6.3-rc2/Documentation/trace/ |
A D | ring-buffer-design.rst | 437 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. 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:: 855 It changes it from HEAD to UPDATE:: [all …]
|
/linux-6.3-rc2/lib/zlib_inflate/ |
A D | inflate.c | 182 #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-6.3-rc2/arch/powerpc/include/asm/ |
A D | sstep.h | 68 #define UPDATE 0x40 /* matches bit in opcode 31 instructions */ macro
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_execbuffer.c | 70 #define UPDATE PIN_OFFSET_FIXED macro 670 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_reserve_vma() 1028 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_validate_vmas() 1410 return target->node.start | UPDATE; in relocate_entry() 1588 offset = gen8_canonical_addr(offset & ~UPDATE); in eb_relocate_vma() 3614 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer2_ioctl()
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | sstep.c | 2271 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-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | htc.h | 413 UPDATE, /* update pending */ enumerator
|
A D | beacon.c | 486 if (sc->beacon.updateslot == UPDATE) { in ath9k_beacon_tasklet()
|
A D | ath9k.h | 700 UPDATE, /* update pending */ enumerator
|
A D | htc_drv_main.c | 1604 priv->beacon.updateslot = UPDATE; in ath9k_htc_bss_info_changed()
|
A D | main.c | 1921 sc->beacon.updateslot = UPDATE; in ath9k_bss_info_changed()
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamalg_qi2.c | 3047 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-6.3-rc2/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 699 UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000
|
/linux-6.3-rc2/ |
A D | MAINTAINERS | 5762 DELL REMOTE BIOS UPDATE DRIVER 10618 INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER 17637 READ-COPY UPDATE (RCU) 19209 SLEEPABLE READ-COPY UPDATE (SRCU) 22666 X86 MICROCODE UPDATE SUPPORT
|