Searched refs:cpm_muram_alloc_fixed (Results 1 - 5 of 5) 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.h163 unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size);
179 static inline unsigned long cpm_muram_alloc_fixed(unsigned long offset, function
H A Dqe.h192 #define qe_muram_alloc_fixed cpm_muram_alloc_fixed
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dcpm_common.c173 * cpm_muram_alloc_fixed - reserve a specific region of multi-user ram
181 unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) function
193 EXPORT_SYMBOL(cpm_muram_alloc_fixed); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_mpc8xxx.c832 return cpm_muram_alloc_fixed(iprop[2], SPI_PRAM_SIZE);
846 spi_base_ofs = cpm_muram_alloc_fixed(iprop[2], 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-hcd.c625 pram_addr = cpm_muram_alloc_fixed(iprop[2], FHCI_PRAM_SIZE);

Completed in 123 milliseconds