Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/lib/
Dubsan.c89 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); in get_signed_val() local
92 return ((s_max)ulong_val) << extra_bits >> extra_bits; in get_signed_val()
/Linux-v5.4/drivers/acpi/acpica/
Ddbtest.c500 u8 extra_bits; in acpi_db_test_buffer_type() local
540 extra_bits = bit_length % 8; in acpi_db_test_buffer_type()
541 if (extra_bits) { in acpi_db_test_buffer_type()
542 buffer[byte_length - 1] = ACPI_MASK_BITS_ABOVE(extra_bits); in acpi_db_test_buffer_type()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dcik_sdma.c228 u32 extra_bits = vmid & 0xf; in cik_sdma_ring_emit_ib() local
233 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_emit_ib()
249 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_ring_emit_hdp_flush() local
258 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_hdp_flush()
861 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_sdma_ring_emit_vm_flush() local
866 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_vm_flush()
/Linux-v5.4/fs/btrfs/
Dextent_io.h371 u64 end, unsigned int extra_bits, in set_extent_delalloc() argument
375 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc()
Dfile.c527 unsigned int extra_bits = 0; in btrfs_dirty_pages() local
551 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_dirty_pages()
562 extra_bits, cached); in btrfs_dirty_pages()
Dctree.h2845 unsigned int extra_bits,
Dinode.c2145 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument
2150 extra_bits, cached_state); in btrfs_set_extent_delalloc()
/Linux-v5.4/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-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2678 u64 extra_bits = valid_bit; in bnxt_alloc_ring() local
2690 extra_bits |= PTU_PTE_NEXT_TO_LAST; in bnxt_alloc_ring()
2693 extra_bits |= PTU_PTE_LAST; in bnxt_alloc_ring()
2695 cpu_to_le64(rmem->dma_arr[i] | extra_bits); in bnxt_alloc_ring()