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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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, 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dcpm_common.c133 * cpm_muram_alloc - allocate the requested size worth of multi-user ram
141 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align) function
153 EXPORT_SYMBOL(cpm_muram_alloc); variable
157 * @offset: The beginning of the chunk as returned by cpm_muram_alloc().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_mpc8xxx.c836 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64);
851 pram_ofs = cpm_muram_alloc(SPI_PRAM_SIZE, 64);
911 bds_ofs = cpm_muram_alloc(sizeof(*mspi->tx_bd) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-cpm.c467 * Maybe should use cpm_muram_alloc instead of hardcoding
478 cpm->i2c_addr = cpm_muram_alloc(sizeof(struct i2c_ram), 64);
519 cpm->dp_addr = cpm_muram_alloc(sizeof(cbd_t) * 2 * CPM_MAXBD, 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-tds.c173 ep_offset = cpm_muram_alloc(ep_mem_size, 32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.c373 tmp_addr = cpm_muram_alloc(sizeof(struct qe_bd) * (bdring_len +
2428 tmp_addr = cpm_muram_alloc((USB_MAX_ENDPOINTS *

Completed in 134 milliseconds