Searched refs:cpm_muram_alloc (Results 1 – 9 of 9) sorted by relevance
149 s32 cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() function162 EXPORT_SYMBOL(cpm_muram_alloc);
256 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()267 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()329 bds_ofs = cpm_muram_alloc(sizeof(*mspi->tx_bd) + in fsl_spi_cpm_init()
101 s32 cpm_muram_alloc(unsigned long size, unsigned long align);108 static inline s32 cpm_muram_alloc(unsigned long size, in cpm_muram_alloc() function236 #define qe_muram_alloc cpm_muram_alloc
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()
52 #define cpm_dpalloc cpm_muram_alloc
90 #define cpm_dpalloc cpm_muram_alloc
169 ep_offset = cpm_muram_alloc(ep_mem_size, 32); in fhci_create_ep()
621 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()2351 tmp_addr = cpm_muram_alloc((USB_MAX_ENDPOINTS * in qe_udc_config()