Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-fsl-cpm.c262 unsigned long pram_ofs = -ENOMEM; in fsl_spi_cpm_get_pram() local
273 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()
275 QE_CR_PROTOCOL_UNSPECIFIED, pram_ofs); in fsl_spi_cpm_get_pram()
276 return pram_ofs; in fsl_spi_cpm_get_pram()
284 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()
285 out_be16(spi_base, pram_ofs); in fsl_spi_cpm_get_pram()
289 return pram_ofs; in fsl_spi_cpm_get_pram()
334 unsigned long pram_ofs = fsl_spi_cpm_get_pram(mspi); in fsl_spi_cpm_init() local
336 if (IS_ERR_VALUE(pram_ofs)) in fsl_spi_cpm_init()
339 mspi->pram = cpm_muram_addr(pram_ofs); in fsl_spi_cpm_init()