Searched refs:cpm_muram_alloc (Results 1 – 6 of 6) sorted by relevance
148 s32 cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() function161 EXPORT_SYMBOL(cpm_muram_alloc);
279 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()290 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()352 bds_ofs = cpm_muram_alloc(sizeof(*mspi->tx_bd) + in fsl_spi_cpm_init()
472 cpm->i2c_addr = cpm_muram_alloc(sizeof(struct i2c_ram), 64); in cpm_i2c_setup()513 cpm->dp_addr = cpm_muram_alloc(sizeof(cbd_t) * 2 * CPM_MAXBD, 8); in cpm_i2c_setup()
169 ep_offset = cpm_muram_alloc(ep_mem_size, 32); in fhci_create_ep()
620 pram_addr = cpm_muram_alloc(FHCI_PRAM_SIZE, 64); in of_fhci_probe()
363 tmp_addr = cpm_muram_alloc(sizeof(struct qe_bd) * (bdring_len + in qe_ep_bd_init()2363 tmp_addr = cpm_muram_alloc((USB_MAX_ENDPOINTS * in qe_udc_config()