Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dcpm.h161 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
Dqe.h191 #define qe_muram_alloc cpm_muram_alloc
Dcpm1.h51 #define cpm_dpalloc cpm_muram_alloc
Dcpm2.h89 #define cpm_dpalloc cpm_muram_alloc
/linux-4.4.14/drivers/spi/
Dspi-fsl-cpm.c260 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()
/linux-4.4.14/arch/powerpc/sysdev/
Dcpm_common.c142 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() function
156 EXPORT_SYMBOL(cpm_muram_alloc);
/linux-4.4.14/drivers/i2c/busses/
Di2c-cpm.c480 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()
/linux-4.4.14/drivers/usb/host/
Dfhci-tds.c173 ep_offset = cpm_muram_alloc(ep_mem_size, 32); in fhci_create_ep()
Dfhci-hcd.c626 pram_addr = cpm_muram_alloc(FHCI_PRAM_SIZE, 64); in of_fhci_probe()
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.c367 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()