Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-fsl-cpm.c245 unsigned long pram_ofs = -ENOMEM; in fsl_spi_cpm_get_pram() local
256 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()
258 QE_CR_PROTOCOL_UNSPECIFIED, pram_ofs); in fsl_spi_cpm_get_pram()
259 return pram_ofs; in fsl_spi_cpm_get_pram()
267 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()
268 out_be16(spi_base, pram_ofs); in fsl_spi_cpm_get_pram()
272 return pram_ofs; in fsl_spi_cpm_get_pram()
317 unsigned long pram_ofs = fsl_spi_cpm_get_pram(mspi); in fsl_spi_cpm_init() local
319 if (IS_ERR_VALUE(pram_ofs)) in fsl_spi_cpm_init()
322 mspi->pram = cpm_muram_addr(pram_ofs); in fsl_spi_cpm_init()