Searched refs:fill_pattern (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/sound/cards/ |
H A D | pcmtest.rst | 51 * /sys/kernel/debug/pcmtest/fill_pattern[0-3] 52 * /sys/kernel/debug/pcmtest/fill_pattern[0-3]_len 105 buffer for containing the looped pattern (which is specified in the fill_pattern
|
/linux/drivers/spi/ |
H A D | spi-test.h | 102 u32 fill_pattern; member
|
H A D | spi-loopback-test.c | 738 *tx_buf = test->fill_pattern; in spi_test_fill_pattern() 741 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 745 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 749 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
|
/linux/drivers/dma/ |
H A D | at_hdmac.c | 1102 char fill_pattern; in atc_prep_dma_memset() local 1127 fill_pattern = (char)value; in atc_prep_dma_memset() 1129 *(u32*)vaddr = (fill_pattern << 24) | in atc_prep_dma_memset() 1130 (fill_pattern << 16) | in atc_prep_dma_memset() 1131 (fill_pattern << 8) | in atc_prep_dma_memset() 1132 fill_pattern; in atc_prep_dma_memset()
|
/linux/drivers/dma/qcom/ |
H A D | hidma.c | 432 u64 byte_pattern, fill_pattern; in hidma_prep_dma_memset() local 446 fill_pattern = (byte_pattern << 56) | in hidma_prep_dma_memset() 457 fill_pattern, dest, len, flags, in hidma_prep_dma_memset()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 356 unsigned int fill_pattern[2]; member
|
H A D | qat_uclo.c | 385 memcpy(&fill_data[i], &uof_image->fill_pattern, in qat_uclo_init_ustore() 1984 memcpy(&fill_pat, obj_handle->ae_uimage[0].img_ptr->fill_pattern, in qat_uclo_wr_uimage_raw_page()
|