| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-dsidphy.c | 26 #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/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | wimmc37b.c | 40 PUSH_MTHD(push, NVC37B, UPDATE, 0x00000001 | in wimmc37b_update() 41 NVVAL(NVC37B, UPDATE, INTERLOCK_WITH_WINDOW, in wimmc37b_update()
|
| H A D | curs507a.c | 52 NVIF_WR32(user, NV507A, UPDATE, in curs507a_update() 53 NVDEF(NV507A, UPDATE, INTERLOCK_WITH_CORE, DISABLE)); in curs507a_update()
|
| H A D | cursc37a.c | 33 NVIF_WR32(user, NVC37A, UPDATE, 0x00000001); in cursc37a_update()
|
| H A D | base507c.c | 44 PUSH_MTHD(push, NV507C, UPDATE, interlock[NV50_DISP_INTERLOCK_CORE]); in base507c_update()
|
| /linux/arch/powerpc/kvm/ |
| H 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() 256 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
|
| /linux/Documentation/trace/ |
| H 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. 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/drivers/firmware/microchip/ |
| H A D | Kconfig | 4 tristate "Microchip PolarFire SoC AUTO UPDATE"
|
| /linux/lib/zlib_inflate/ |
| H 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/Documentation/ABI/removed/ |
| H A D | sysfs-selinux-checkreqprot | 7 REMOVAL UPDATE: The SELinux checkreqprot functionality was removed in
|
| H A D | sysfs-selinux-disable | 7 REMOVAL UPDATE: The SELinux runtime disable functionality was removed
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 69 #define UPDATE PIN_OFFSET_FIXED macro 677 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_reserve_vma() 1019 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_validate_vmas() 1405 return target->node.start | UPDATE; in relocate_entry() 1585 offset = gen8_canonical_addr(offset & ~UPDATE); in eb_relocate_vma() 3626 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer2_ioctl()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc.h | 412 UPDATE, /* update pending */ enumerator
|
| H A D | ath9k.h | 700 UPDATE, /* update pending */ enumerator
|
| H A D | htc_drv_main.c | 1605 priv->beacon.updateslot = UPDATE; in ath9k_htc_bss_info_changed()
|
| H A D | main.c | 1920 sc->beacon.updateslot = UPDATE; in ath9k_bss_info_changed()
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 709 UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000
|
| /linux/ |
| H A D | MAINTAINERS | 7037 DELL REMOTE BIOS UPDATE DRIVER 13122 INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER 14640 LIVE UPDATE 21909 READ-COPY UPDATE (RCU) 24089 SLEEPABLE READ-COPY UPDATE (SRCU) 28264 X86 MICROCODE UPDATE SUPPORT
|