extra_bits 500 drivers/acpi/acpica/dbtest.c u8 extra_bits; extra_bits 540 drivers/acpi/acpica/dbtest.c extra_bits = bit_length % 8; extra_bits 541 drivers/acpi/acpica/dbtest.c if (extra_bits) { extra_bits 542 drivers/acpi/acpica/dbtest.c buffer[byte_length - 1] = ACPI_MASK_BITS_ABOVE(extra_bits); extra_bits 228 drivers/gpu/drm/amd/amdgpu/cik_sdma.c u32 extra_bits = vmid & 0xf; extra_bits 233 drivers/gpu/drm/amd/amdgpu/cik_sdma.c amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); extra_bits 249 drivers/gpu/drm/amd/amdgpu/cik_sdma.c u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | extra_bits 258 drivers/gpu/drm/amd/amdgpu/cik_sdma.c amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); extra_bits 861 drivers/gpu/drm/amd/amdgpu/cik_sdma.c u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | extra_bits 866 drivers/gpu/drm/amd/amdgpu/cik_sdma.c amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); extra_bits 137 drivers/gpu/drm/radeon/cik_sdma.c u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; extra_bits 154 drivers/gpu/drm/radeon/cik_sdma.c radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); extra_bits 173 drivers/gpu/drm/radeon/cik_sdma.c u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | extra_bits 182 drivers/gpu/drm/radeon/cik_sdma.c radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); extra_bits 234 drivers/gpu/drm/radeon/cik_sdma.c u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; extra_bits 236 drivers/gpu/drm/radeon/cik_sdma.c radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits)); extra_bits 950 drivers/gpu/drm/radeon/cik_sdma.c u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | extra_bits 994 drivers/gpu/drm/radeon/cik_sdma.c radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); extra_bits 2686 drivers/net/ethernet/broadcom/bnxt/bnxt.c u64 extra_bits = valid_bit; extra_bits 2698 drivers/net/ethernet/broadcom/bnxt/bnxt.c extra_bits |= PTU_PTE_NEXT_TO_LAST; extra_bits 2701 drivers/net/ethernet/broadcom/bnxt/bnxt.c extra_bits |= PTU_PTE_LAST; extra_bits 2703 drivers/net/ethernet/broadcom/bnxt/bnxt.c cpu_to_le64(rmem->dma_arr[i] | extra_bits); extra_bits 2843 fs/btrfs/ctree.h unsigned int extra_bits, extra_bits 371 fs/btrfs/extent_io.h u64 end, unsigned int extra_bits, extra_bits 375 fs/btrfs/extent_io.h EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, extra_bits 527 fs/btrfs/file.c unsigned int extra_bits = 0; extra_bits 551 fs/btrfs/file.c extra_bits |= EXTENT_DELALLOC_NEW; extra_bits 562 fs/btrfs/file.c extra_bits, cached); extra_bits 2160 fs/btrfs/inode.c unsigned int extra_bits, extra_bits 2165 fs/btrfs/inode.c extra_bits, cached_state); extra_bits 89 lib/ubsan.c unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); extra_bits 92 lib/ubsan.c return ((s_max)ulong_val) << extra_bits >> extra_bits; extra_bits 117 lib/zlib_deflate/deftree.c const int *extra_bits; /* extra bits for each code or NULL */ extra_bits 415 lib/zlib_deflate/deftree.c const int *extra = desc->stat_desc->extra_bits;