Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-hcd.c570 unsigned long pram_addr; in of_fhci_probe() local
623 pram_addr = cpm_muram_alloc_fixed(iprop[2], FHCI_PRAM_SIZE); in of_fhci_probe()
624 if (IS_ERR_VALUE(pram_addr)) { in of_fhci_probe()
629 fhci->pram = cpm_muram_addr(pram_addr); in of_fhci_probe()
771 cpm_muram_free(pram_addr); in of_fhci_probe()