| /linux/arch/mips/include/asm/mach-ip32/ |
| H A D | kmalloc.h | 7 #define ARCH_DMA_MINALIGN 32 macro 9 #define ARCH_DMA_MINALIGN 128 macro
|
| /linux/arch/riscv/mm/ |
| H A D | dma-noncoherent.c | 15 int dma_cache_alignment __ro_after_init = ARCH_DMA_MINALIGN; 133 WARN_TAINT(!coherent && riscv_cbom_block_size > ARCH_DMA_MINALIGN, in arch_setup_dma_ops() 137 ARCH_DMA_MINALIGN, riscv_cbom_block_size); in arch_setup_dma_ops()
|
| /linux/drivers/usb/core/ |
| H A D | buffer.c | 39 if (ARCH_DMA_MINALIGN <= 32) in usb_init_pool_max() 41 else if (ARCH_DMA_MINALIGN <= 64) in usb_init_pool_max() 43 else if (ARCH_DMA_MINALIGN <= 128) in usb_init_pool_max()
|
| /linux/arch/parisc/include/asm/ |
| H A D | cache.h | 24 #define ARCH_DMA_MINALIGN 128 macro 26 #define ARCH_DMA_MINALIGN 32 macro
|
| /linux/arch/mips/include/asm/mach-n64/ |
| H A D | kmalloc.h | 6 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/mips/include/asm/mach-generic/ |
| H A D | kmalloc.h | 10 #define ARCH_DMA_MINALIGN 128 macro
|
| /linux/arch/mips/include/asm/mach-tx49xx/ |
| H A D | kmalloc.h | 5 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | cache.h | 12 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cache.h | 22 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | cache.h | 15 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | cache.h | 15 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | cache.h | 21 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/sh/include/asm/ |
| H A D | cache.h | 21 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | cache.h | 32 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/csky/include/asm/ |
| H A D | cache.h | 11 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/include/crypto/ |
| H A D | algapi.h | 28 #ifdef ARCH_DMA_MINALIGN 29 #define CRYPTO_DMA_ALIGN ARCH_DMA_MINALIGN
|
| /linux/arch/arc/include/asm/ |
| H A D | cache.h | 52 #define ARCH_DMA_MINALIGN SMP_CACHE_BYTES macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cache.h | 37 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/drivers/counter/ |
| H A D | counter-core.c | 38 unsigned long privdata[] __aligned(ARCH_DMA_MINALIGN);
|
| /linux/include/linux/ |
| H A D | slab.h | 534 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN) 535 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN
|
| H A D | dma-mapping.h | 725 return ARCH_DMA_MINALIGN; in dma_get_cache_alignment() 732 #define ____dma_from_device_aligned __aligned(ARCH_DMA_MINALIGN)
|
| /linux/include/linux/iio/ |
| H A D | iio.h | 901 #define IIO_DMA_MINALIGN MAX(ARCH_DMA_MINALIGN, sizeof(s64))
|
| /linux/drivers/spi/ |
| H A D | spidev.c | 236 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_DMA_MINALIGN); in spidev_message()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_ucode.c | 1527 len = LOADFVC_RLEN + ARCH_DMA_MINALIGN + in otx2_cpt_discover_eng_capabilities() 1536 rptr = PTR_ALIGN(base, ARCH_DMA_MINALIGN); in otx2_cpt_discover_eng_capabilities()
|
| /linux/drivers/pwm/ |
| H A D | core.c | 1597 #define PWMCHIP_ALIGN ARCH_DMA_MINALIGN
|