Searched refs:cpm_muram_alloc_fixed (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/sysdev/
H A Dcpm_common.c175 * cpm_muram_alloc_fixed - reserve a specific region of multi-user ram
183 unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) cpm_muram_alloc_fixed() function
195 EXPORT_SYMBOL(cpm_muram_alloc_fixed); variable
/linux-4.1.27/arch/powerpc/include/asm/
H A Dcpm.h163 unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size);
179 static inline unsigned long cpm_muram_alloc_fixed(unsigned long offset, cpm_muram_alloc_fixed() function
H A Dqe.h192 #define qe_muram_alloc_fixed cpm_muram_alloc_fixed
/linux-4.1.27/drivers/spi/
H A Dspi-fsl-cpm.c256 return cpm_muram_alloc_fixed(iprop[2], SPI_PRAM_SIZE); fsl_spi_cpm_get_pram()

Completed in 151 milliseconds