Searched refs:cpm_muram_alloc (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/soc/fsl/qe/ |
| H A D | qe_common.c | 148 s32 cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() function 161 EXPORT_SYMBOL(cpm_muram_alloc); 222 info = cpm_muram_alloc(size, align); in devm_cpm_muram_alloc()
|
| /linux/drivers/spi/ |
| H A D | spi-fsl-cpm.c | 273 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram() 284 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64); in fsl_spi_cpm_get_pram() 346 bds_ofs = cpm_muram_alloc(sizeof(*mspi->tx_bd) + in fsl_spi_cpm_init()
|
| /linux/include/soc/fsl/qe/ |
| H A D | qe.h | 97 s32 cpm_muram_alloc(unsigned long size, unsigned long align); 109 static inline s32 cpm_muram_alloc(unsigned long size, in cpm_muram_alloc() function 253 #define qe_muram_alloc cpm_muram_alloc
|
| /linux/drivers/tty/serial/ |
| H A D | cpm_uart.c | 882 dp_offset = cpm_muram_alloc(dpmemsz, 8); in cpm_uart_allocbuf() 895 mem_addr = (u8 __force *)cpm_muram_addr(cpm_muram_alloc(memsz, 8)); in cpm_uart_allocbuf() 1240 offset = cpm_muram_alloc(64, 64); in cpm_uart_map_pram()
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-scc.c | 132 fpi->dpram_offset = cpm_muram_alloc((fpi->tx_ring + fpi->rx_ring) * in allocate_bd()
|
| H A D | mac-fcc.c | 103 fpi->dpram_offset = cpm_muram_alloc(128, 32); in do_pd_setup()
|
| /linux/drivers/usb/host/ |
| H A D | fhci-tds.c | 169 ep_offset = cpm_muram_alloc(ep_mem_size, 32); in fhci_create_ep()
|