/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-psil-am64.c | 155 .src_count = ARRAY_SIZE(am64_src_ep_map),
|
H A D | k3-psil-j721s2.c | 183 .src_count = ARRAY_SIZE(j721s2_src_ep_map),
|
H A D | k3-psil-am654.c | 172 .src_count = ARRAY_SIZE(am654_src_ep_map),
|
H A D | k3-psil.c | 62 for (i = 0; i < soc_ep_map->src_count; i++) { in psil_get_ep_config()
|
H A D | k3-psil-am62a.c | 193 .src_count = ARRAY_SIZE(am62a_src_ep_map),
|
H A D | k3-psil-am62.c | 183 .src_count = ARRAY_SIZE(am62_src_ep_map),
|
H A D | k3-psil-j7200.c | 239 .src_count = ARRAY_SIZE(j7200_src_ep_map),
|
H A D | k3-psil-j721e.c | 374 .src_count = ARRAY_SIZE(j721e_src_ep_map),
|
H A D | k3-psil-j784s4.c | 351 .src_count = ARRAY_SIZE(j784s4_src_ep_map),
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_finalize.cpp | 584 unsigned src_count = 4; in finalize_fetch() local 589 src_count = 1; in finalize_fetch() 591 src_count = 2; in finalize_fetch() 598 for (unsigned chan = 0; chan < src_count; ++chan) { in finalize_fetch()
|
H A D | sb_gvn.cpp | 164 if (a->bc.op_ptr->src_count == 3 && !(a->bc.slot_flags & AF_V)) { in process_alu_src_constants()
|
H A D | sb_bc_dump.cpp | 240 if (alu.write_mask || (alu.op_ptr->src_count == 3 && alu.op < LDS_OP2_LDS_ADD)) { in print_dst() 393 for (int k = 0; k < n.bc.op_ptr->src_count; ++k) { in dump()
|
H A D | sb_expr.cpp | 282 switch (n.bc.op_ptr->src_count) { in fold() 352 unsigned src_count = b0.op_ptr->src_count; in ops_equal() local 360 for (unsigned s = 0; s < src_count; ++s) { in ops_equal() 623 if (n->bc.op_ptr->src_count != 2) in fold_assoc()
|
H A D | sb_sched.cpp | 146 unsigned nsrc = n->bc.op_ptr->src_count, i; in unreserve() 231 unsigned nsrc = n->bc.op_ptr->src_count, i; in unreserve() 259 unsigned nsrc = n->bc.op_ptr->src_count, i; in try_reserve() 440 unsigned nsrc = n->bc.op_ptr->src_count; in try_reserve()
|
H A D | sb_ir.cpp | 531 if (bc.op_ptr->src_count == 2) { in interp_param()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | rawmidi.c | 1102 const unsigned char *buffer, int src_count, const struct timespec64 *tstamp) in receive_with_tstamp_framing() 1107 int orig_count = src_count; in receive_with_tstamp_framing() 1115 while (src_count > align) { in receive_with_tstamp_framing() 1117 runtime->xruns += src_count; in receive_with_tstamp_framing() 1120 if (src_count >= SNDRV_RAWMIDI_FRAMING_DATA_LENGTH) in receive_with_tstamp_framing() 1123 frame.length = get_aligned_size(runtime, src_count); in receive_with_tstamp_framing() 1130 src_count -= frame.length; in receive_with_tstamp_framing() 1137 return orig_count - src_count; in receive_with_tstamp_framing() 1101 receive_with_tstamp_framing(struct snd_rawmidi_substream *substream, const unsigned char *buffer, int src_count, const struct timespec64 *tstamp) receive_with_tstamp_framing() argument
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-psil-j721e.c | 222 .src_count = ARRAY_SIZE(j721e_src_ep_map),
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_cp.c | 33 instr->src_count == 1; in is_mov()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_xive.h | 119 u32 src_count; member
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_xive.h | 122 u32 src_count; member
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 176 uint32_t src_count; in vn_queue_submission_filter_batch_wsi_semaphores() local 181 src_count = u.submit_batch->waitSemaphoreCount; in vn_queue_submission_filter_batch_wsi_semaphores() 186 src_count = u.bind_sparse_batch->waitSemaphoreCount; in vn_queue_submission_filter_batch_wsi_semaphores() 197 for (uint32_t i = 0; i < src_count; i++) { in vn_queue_submission_filter_batch_wsi_semaphores()
|
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/ |
H A D | altera.c | 1693 s32 src_count; in altera_execute() local 1718 src_count = 1 + copy_count - copy_index; in altera_execute() 1721 src_count = 1 + copy_index - copy_count; in altera_execute() 1735 copy_count = (src_count < dest_count) ? in altera_execute() 1736 src_count : dest_count; in altera_execute() 1739 (src_count != dest_count)) in altera_execute()
|
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/ |
H A D | altera.c | 1669 s32 src_count; in altera_execute() local 1694 src_count = 1 + copy_count - copy_index; in altera_execute() 1697 src_count = 1 + copy_index - copy_count; in altera_execute() 1711 copy_count = (src_count < dest_count) ? in altera_execute() 1712 src_count : dest_count; in altera_execute() 1715 (src_count != dest_count)) in altera_execute()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_isa.py | 345 def src_count(op): function
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_isa.h | 170 int src_count; member
|