Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/
Dspi-test.h102 u32 fill_pattern; member
Dspi-loopback-test.c728 *tx_buf = test->fill_pattern; in spi_test_fill_pattern()
731 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
735 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
739 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
/linux-6.1.9/drivers/dma/
Dat_hdmac.c908 char fill_pattern; in atc_prep_dma_memset() local
932 fill_pattern = (char)value; in atc_prep_dma_memset()
934 *(u32*)vaddr = (fill_pattern << 24) | in atc_prep_dma_memset()
935 (fill_pattern << 16) | in atc_prep_dma_memset()
936 (fill_pattern << 8) | in atc_prep_dma_memset()
937 fill_pattern; in atc_prep_dma_memset()
/linux-6.1.9/drivers/dma/qcom/
Dhidma.c434 u64 byte_pattern, fill_pattern; in hidma_prep_dma_memset() local
448 fill_pattern = (byte_pattern << 56) | in hidma_prep_dma_memset()
459 fill_pattern, dest, len, flags, in hidma_prep_dma_memset()
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h356 unsigned int fill_pattern[2]; member
Dqat_uclo.c385 memcpy(&fill_data[i], &uof_image->fill_pattern, in qat_uclo_init_ustore()
1982 memcpy(&fill_pat, obj_handle->ae_uimage[0].img_ptr->fill_pattern, in qat_uclo_wr_uimage_raw_page()