/openbmc/linux/crypto/ |
H A D | xor.c | 27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() argument 32 if (src_count == 1) { in xor_blocks() 38 if (src_count == 2) { in xor_blocks() 44 if (src_count == 3) { in xor_blocks()
|
/openbmc/libpldm/src/ |
H A D | msgbuf.h | 877 const void *src, size_t src_count) in pldm__msgbuf_insert_array_void() argument 879 if (!ctx->cursor || count > src_count) { in pldm__msgbuf_insert_array_void() 914 const char *src, size_t src_count) in pldm_msgbuf_insert_array_char() argument 916 return pldm__msgbuf_insert_array_void(ctx, count, src, src_count); in pldm_msgbuf_insert_array_char() 926 const uint8_t *src, size_t src_count) in pldm_msgbuf_insert_array_uint8() argument 928 return pldm__msgbuf_insert_array_void(ctx, count, src, src_count); in pldm_msgbuf_insert_array_uint8() 945 #define pldm_msgbuf_insert_array(dst, count, src, src_count) \ argument 949 src_count)
|
/openbmc/linux/drivers/dma/ |
H A D | mv_xor.c | 886 int src_count = MV_XOR_NUM_SRC_TEST; in mv_chan_xor_self_test() local 888 for (src_idx = 0; src_idx < src_count; src_idx++) { in mv_chan_xor_self_test() 905 for (src_idx = 0; src_idx < src_count; src_idx++) { in mv_chan_xor_self_test() 911 for (src_idx = 0; src_idx < src_count; src_idx++) in mv_chan_xor_self_test() 925 unmap = dmaengine_get_unmap_data(dma_chan->device->dev, src_count + 1, in mv_chan_xor_self_test() 933 for (i = 0; i < src_count; i++) { in mv_chan_xor_self_test() 945 unmap->addr[src_count] = dma_map_page(dma_chan->device->dev, dest, 0, PAGE_SIZE, in mv_chan_xor_self_test() 947 dest_dma = unmap->addr[src_count]; in mv_chan_xor_self_test() 948 ret = dma_mapping_error(dma_chan->device->dev, unmap->addr[src_count]); in mv_chan_xor_self_test() 957 src_count, PAGE_SIZE, 0); in mv_chan_xor_self_test() [all …]
|
/openbmc/linux/include/linux/ |
H A D | async_tx.h | 100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 120 int dst_count, struct page **src, int src_count, in async_tx_find_channel() argument
|
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-psil-priv.h | 32 int src_count; member
|
H A D | k3-psil-am64.c | 155 .src_count = ARRAY_SIZE(am64_src_ep_map),
|
H A D | k3-psil-am654.c | 172 .src_count = ARRAY_SIZE(am654_src_ep_map),
|
H A D | k3-psil-j721s2.c | 183 .src_count = ARRAY_SIZE(j721s2_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-am62.c | 183 .src_count = ARRAY_SIZE(am62_src_ep_map),
|
H A D | k3-psil-am62a.c | 193 .src_count = ARRAY_SIZE(am62a_src_ep_map),
|
H A D | k3-psil-j7200.c | 239 .src_count = ARRAY_SIZE(j7200_src_ep_map),
|
H A D | k3-psil-j784s4.c | 351 .src_count = ARRAY_SIZE(j784s4_src_ep_map),
|
H A D | k3-psil-j721e.c | 374 .src_count = ARRAY_SIZE(j721e_src_ep_map),
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | async_tx.h | 22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
|
/openbmc/linux/sound/core/ |
H A D | rawmidi.c | 1102 const unsigned char *buffer, int src_count, const struct timespec64 *tstamp) in receive_with_tstamp_framing() argument 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()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive.h | 122 u32 src_count; member
|
H A D | book3s_xive.c | 2256 if (xive->saved_src_count == xive->src_count) in xive_get_source() 2483 xive->src_count++; in xive_set_source()
|
H A D | book3s_xive_native.c | 405 xive->src_count++; in kvmppc_xive_native_set_source()
|