Home
last modified time | relevance | path

Searched refs:fill_pattern (Results 1 – 4 of 4) 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
/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()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c380 memcpy(&fill_data[i], &uof_image->fill_pattern, in qat_uclo_init_ustore()
2129 memcpy(&fill_pat, obj_handle->ae_uimage[0].img_ptr->fill_pattern, in qat_uclo_wr_uimage_raw_page()