Searched refs:cpm_muram_alloc (Results 1 – 10 of 10) sorted by relevance
161 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align);168 static inline unsigned long cpm_muram_alloc(unsigned long size, in cpm_muram_alloc() function
191 #define qe_muram_alloc cpm_muram_alloc
51 #define cpm_dpalloc cpm_muram_alloc
89 #define cpm_dpalloc cpm_muram_alloc
260 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()271 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram()335 bds_ofs = cpm_muram_alloc(sizeof(*mspi->tx_bd) + in fsl_spi_cpm_init()
142 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() function155 EXPORT_SYMBOL(cpm_muram_alloc);
480 cpm->i2c_addr = cpm_muram_alloc(sizeof(struct i2c_ram), 64); in cpm_i2c_setup()521 cpm->dp_addr = cpm_muram_alloc(sizeof(cbd_t) * 2 * CPM_MAXBD, 8); in cpm_i2c_setup()
173 ep_offset = cpm_muram_alloc(ep_mem_size, 32); in fhci_create_ep()
626 pram_addr = cpm_muram_alloc(FHCI_PRAM_SIZE, 64); in of_fhci_probe()
367 tmp_addr = cpm_muram_alloc(sizeof(struct qe_bd) * (bdring_len + in qe_ep_bd_init()2366 tmp_addr = cpm_muram_alloc((USB_MAX_ENDPOINTS * in qe_udc_config()