Home
last modified time | relevance | path

Searched refs:extra_bits (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dcik_sdma.c137 u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; in cik_sdma_ring_ib_execute() local
154 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_ib_execute()
173 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_hdp_flush_ring_emit() local
182 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_hdp_flush_ring_emit()
234 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit() local
236 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits)); in cik_sdma_semaphore_ring_emit()
950 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_dma_vm_flush() local
994 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_dma_vm_flush()
/Linux-v4.19/lib/
Dubsan.c92 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); in get_signed_val() local
93 return ((s_max)val) << extra_bits >> extra_bits; in get_signed_val()
/Linux-v4.19/drivers/acpi/acpica/
Ddbtest.c537 u8 extra_bits; in acpi_db_test_buffer_type() local
576 extra_bits = bit_length % 8; in acpi_db_test_buffer_type()
577 if (extra_bits) { in acpi_db_test_buffer_type()
578 buffer[byte_length - 1] = ACPI_MASK_BITS_ABOVE(extra_bits); in acpi_db_test_buffer_type()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dcik_sdma.c224 u32 extra_bits = vmid & 0xf; in cik_sdma_ring_emit_ib() local
229 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_emit_ib()
245 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_ring_emit_hdp_flush() local
254 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_hdp_flush()
876 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_sdma_ring_emit_vm_flush() local
881 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_vm_flush()
/Linux-v4.19/fs/btrfs/
Dextent_io.h368 u64 end, unsigned int extra_bits, in set_extent_delalloc() argument
372 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc()
Dfile.c526 unsigned int extra_bits = 0; in btrfs_dirty_pages() local
542 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_dirty_pages()
553 extra_bits, cached, 0); in btrfs_dirty_pages()
Dctree.h3161 unsigned int extra_bits,
Dinode.c2057 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument
2062 extra_bits, cached_state); in btrfs_set_extent_delalloc()
/Linux-v4.19/lib/zlib_deflate/
Ddeftree.c117 const int *extra_bits; /* extra bits for each code or NULL */ member
415 const int *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/Linux-v4.19/fs/ext4/
Dext4.h822 u64 extra_bits = le32_to_cpu(extra) & EXT4_EPOCH_MASK; in ext4_decode_extra_time() local
823 if (extra_bits == 3 && ((time->tv_sec) & 0x80000000) != 0) in ext4_decode_extra_time()
824 extra_bits = 0; in ext4_decode_extra_time()
825 time->tv_sec += extra_bits << 32; in ext4_decode_extra_time()