/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
D | phy-rockchip-inno-hdmi.c | 24 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) macro 37 #define RK3228_AUTO_TERM_RES_CAL_SPEED_14_8(x) UPDATE(x, 6, 0) 39 #define RK3228_AUTO_TERM_RES_CAL_SPEED_7_0(x) UPDATE(x, 7, 0) 54 #define RK3228_PRE_PLL_FB_DIV_8(x) UPDATE((x) >> 8, 7, 7) 56 #define RK3228_PCLK_VCO_DIV_5(x) UPDATE(x, 5, 5) 58 #define RK3228_PRE_PLL_PRE_DIV(x) UPDATE(x, 4, 0) 60 #define RK3228_PRE_PLL_FB_DIV_7_0(x) UPDATE(x, 7, 0) 64 #define RK3228_PRE_PLL_PCLK_DIV_B(x) UPDATE(x, 6, 5) 66 #define RK3228_PRE_PLL_PCLK_DIV_A(x) UPDATE(x, 4, 0) 69 #define RK3228_PRE_PLL_PCLK_DIV_C(x) UPDATE(x, 6, 5) [all …]
|
D | phy-rockchip-inno-dsidphy.c | 25 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) macro 50 #define POWER_WORK_ENABLE UPDATE(1, 1, 0) 51 #define POWER_WORK_DISABLE UPDATE(2, 1, 0) 64 #define REG_FBDIV_HI(x) UPDATE((x >> 8), 5, 5) 66 #define REG_PREDIV(x) UPDATE(x, 4, 0) 69 #define REG_FBDIV_LO(x) UPDATE(x, 7, 0) 72 #define SAMPLE_CLOCK_PHASE(x) UPDATE(x, 6, 4) 74 #define CLOCK_LANE_SKEW_PHASE(x) UPDATE(x, 2, 0) 77 #define DATA_LANE_3_SKEW_PHASE(x) UPDATE(x, 6, 4) 79 #define DATA_LANE_2_SKEW_PHASE(x) UPDATE(x, 2, 0) [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
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()
|
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()
|
D | wimmc37b.c | 40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update() 41 NVVAL(NVC37B, UPDATE, INTERLOCK_WITH_WINDOW, in wimmc37b_update()
|
D | curs507a.c | 52 NVIF_WR32(user, NV507A, UPDATE, in curs507a_update() 53 NVDEF(NV507A, UPDATE, INTERLOCK_WITH_CORE, DISABLE)); in curs507a_update()
|
D | cursc37a.c | 33 NVIF_WR32(user, NVC37A, UPDATE, 0x00000001); in cursc37a_update()
|
D | wndwc37e.c | 286 PUSH_MTHD(push, NVC37E, UPDATE, 0x00000001 | in wndwc37e_update() 287 NVVAL(NVC37E, UPDATE, INTERLOCK_WITH_WIN_IMM, in wndwc37e_update()
|
D | base507c.c | 46 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 112 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore() 132 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore() 231 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore() 254 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
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. 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 …]
|
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
D | los_arch_timer.h | 60 UINT32 UPDATE; member
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | sstep.h | 69 #define UPDATE 0x40 /* matches bit in opcode 31 instructions */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 60 #define UPDATE PIN_OFFSET_FIXED macro 611 entry->offset = vma->node.start | UPDATE; in eb_reserve_vma() 903 entry->offset = vma->node.start | UPDATE; in eb_validate_vmas() 1572 return target->node.start | UPDATE; in relocate_entry() 1743 offset = gen8_canonical_addr(offset & ~UPDATE); in eb_relocate_vma() 3347 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer_ioctl() 3426 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer2_ioctl()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | sstep.c | 2118 u = (word >> 20) & UPDATE; in analyse_instr() 2123 u = word & UPDATE; in analyse_instr() 2704 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr() 2777 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr() 2912 if (OP_IS_LOAD_STORE(op->type) && (op->type & UPDATE)) { in analyse_instr() 3295 if ((op->type & UPDATE) && size == sizeof(long) && in emulate_loadstore() 3365 if (op->type & UPDATE) in emulate_loadstore()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 407 UPDATE, /* update pending */ enumerator
|
D | beacon.c | 486 if (sc->beacon.updateslot == UPDATE) { in ath9k_beacon_tasklet()
|
D | ath9k.h | 700 UPDATE, /* update pending */ enumerator
|
D | htc_drv_main.c | 1603 priv->beacon.updateslot = UPDATE; in ath9k_htc_bss_info_changed()
|
D | main.c | 1925 sc->beacon.updateslot = UPDATE; in ath9k_bss_info_changed()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | caamalg_qi2.c | 3040 UPDATE = 0, enumerator 3139 flc = &ctx->flc[UPDATE]; in ahash_set_sh_desc() 3144 dma_sync_single_for_device(ctx->dev, ctx->flc_dma[UPDATE], in ahash_set_sh_desc() 3606 req_ctx->flc = &ctx->flc[UPDATE]; in ahash_update_ctx() 3607 req_ctx->flc_dma = ctx->flc_dma[UPDATE]; in ahash_update_ctx()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 27430 +#define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) 27452 +#define LPTXCNT(x) UPDATE(x, 10, 0) 27460 +#define TXTAGOCNT(x) UPDATE(x, 26, 16) 27461 +#define TXTASURECNT(x) UPDATE(x, 10, 0) 27468 +#define D0S_CLRSIPOCOUNT(x) UPDATE(x, 5, 0) 27470 +#define D1S_CLRSIPOCOUNT(x) UPDATE(x, 5, 0) 27472 +#define D2S_CLRSIPOCOUNT(x) UPDATE(x, 5, 0) 27474 +#define D3S_CLRSIPOCOUNT(x) UPDATE(x, 5, 0) 27511 +#define VSDELAY(x) UPDATE(x, 29, 20) 27522 +#define HBPR(x) UPDATE(x, 24, 16) [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 697 UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 46187 #define DATA_LANE_0_SKEW_PHASE(x) UPDATE(x, 2, 0) 46196 +#define DATA_LANE_VOD_RANGE_SET(x) UPDATE(x, 3, 0) 46209 +#define CLOCK_LANE_VOD_RANGE_SET(x) UPDATE(x, 3, 0) 46219 #define T_LPX_CNT(x) UPDATE(x, 5, 0) 46222 +#define T_HS_ZERO_CNT_HI(x) UPDATE(x, 7, 7) 46224 #define T_HS_PREPARE_CNT(x) UPDATE(x, 6, 0) 46227 -#define T_HS_ZERO_CNT(x) UPDATE(x, 5, 0) 46229 +#define T_HS_ZERO_CNT_LO(x) UPDATE(x, 5, 0) 46232 #define T_HS_TRAIL_CNT(x) UPDATE(x, 6, 0) 46235 -#define T_HS_EXIT_CNT(x) UPDATE(x, 4, 0) [all …]
|