Home
last modified time | relevance | path

Searched refs:cpm_muram_alloc_fixed (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe_common.c199 s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) in cpm_muram_alloc_fixed() function
212 EXPORT_SYMBOL(cpm_muram_alloc_fixed);
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h97 s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size);
113 static inline s32 cpm_muram_alloc_fixed(unsigned long offset, in cpm_muram_alloc_fixed() function
236 #define qe_muram_alloc_fixed cpm_muram_alloc_fixed
/openbmc/linux/drivers/spi/
H A Dspi-fsl-cpm.c275 return cpm_muram_alloc_fixed(iprop[2], SPI_PRAM_SIZE); in fsl_spi_cpm_get_pram()