pram_addr         567 drivers/usb/host/fhci-hcd.c 	unsigned long pram_addr;
pram_addr         620 drivers/usb/host/fhci-hcd.c 	pram_addr = cpm_muram_alloc(FHCI_PRAM_SIZE, 64);
pram_addr         621 drivers/usb/host/fhci-hcd.c 	if (IS_ERR_VALUE(pram_addr)) {
pram_addr         628 drivers/usb/host/fhci-hcd.c 		     QE_CR_PROTOCOL_UNSPECIFIED, pram_addr);
pram_addr         629 drivers/usb/host/fhci-hcd.c 	fhci->pram = cpm_muram_addr(pram_addr);
pram_addr         773 drivers/usb/host/fhci-hcd.c 	cpm_muram_free(pram_addr);