Home
last modified time | relevance | path

Searched refs:fill_pattern (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/sound/cards/
H A Dpcmtest.rst51 * /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 Dspi-test.h102 u32 fill_pattern; member
H A Dspi-loopback-test.c737 *tx_buf = test->fill_pattern; in spi_test_fill_pattern()
740 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
744 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
748 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
/linux/drivers/dma/qcom/
H A Dhidma.c431 u64 byte_pattern, fill_pattern; in hidma_prep_dma_memset() local
445 fill_pattern = (byte_pattern << 56) | in hidma_prep_dma_memset()
456 fill_pattern, dest, len, flags, in hidma_prep_dma_memset()
/linux/drivers/dma/
H A Dat_hdmac.c1102 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()