Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-fsl-cpm.c249 unsigned long pram_ofs = -ENOMEM; in fsl_spi_cpm_get_pram() local
260 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()
262 QE_CR_PROTOCOL_UNSPECIFIED, pram_ofs); in fsl_spi_cpm_get_pram()
263 return pram_ofs; in fsl_spi_cpm_get_pram()
271 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()
272 out_be16(spi_base, pram_ofs); in fsl_spi_cpm_get_pram()
276 return pram_ofs; in fsl_spi_cpm_get_pram()
323 unsigned long pram_ofs = fsl_spi_cpm_get_pram(mspi); in fsl_spi_cpm_init() local
325 if (IS_ERR_VALUE(pram_ofs)) in fsl_spi_cpm_init()
328 mspi->pram = cpm_muram_addr(pram_ofs); in fsl_spi_cpm_init()