Searched refs:cpm_muram_alloc (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/powerpc/sysdev/
H A Dcpm_common.c134 * cpm_muram_alloc - allocate the requested size worth of multi-user ram
142 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align) cpm_muram_alloc() function
155 EXPORT_SYMBOL(cpm_muram_alloc); variable
159 * @offset: The beginning of the chunk as returned by cpm_muram_alloc().
/linux-4.1.27/drivers/spi/
H A Dspi-fsl-cpm.c260 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); fsl_spi_cpm_get_pram()
271 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); fsl_spi_cpm_get_pram()
335 bds_ofs = cpm_muram_alloc(sizeof(*mspi->tx_bd) + fsl_spi_cpm_init()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dcpm.h161 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align);
168 static inline unsigned long cpm_muram_alloc(unsigned long size, cpm_muram_alloc() function
H A Dcpm1.h51 #define cpm_dpalloc cpm_muram_alloc
H A Dqe.h191 #define qe_muram_alloc cpm_muram_alloc
H A Dcpm2.h89 #define cpm_dpalloc cpm_muram_alloc
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-cpm.c469 * Maybe should use cpm_muram_alloc instead of hardcoding cpm_i2c_setup()
480 cpm->i2c_addr = cpm_muram_alloc(sizeof(struct i2c_ram), 64); cpm_i2c_setup()
521 cpm->dp_addr = cpm_muram_alloc(sizeof(cbd_t) * 2 * CPM_MAXBD, 8); cpm_i2c_setup()
/linux-4.1.27/drivers/usb/host/
H A Dfhci-hcd.c626 pram_addr = cpm_muram_alloc(FHCI_PRAM_SIZE, 64); of_fhci_probe()
H A Dfhci-tds.c173 ep_offset = cpm_muram_alloc(ep_mem_size, 32); fhci_create_ep()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c367 tmp_addr = cpm_muram_alloc(sizeof(struct qe_bd) * (bdring_len + qe_ep_bd_init()
2366 tmp_addr = cpm_muram_alloc((USB_MAX_ENDPOINTS * qe_udc_config()

Completed in 347 milliseconds