Searched refs:muram (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dcpm-serial.c203 void *parent, *muram; cpm_console_init() local
249 muram = finddevice("/soc/cpm/muram/data"); cpm_console_init()
250 if (!muram) cpm_console_init()
258 if (dt_get_virtual_reg(muram, &muram_addr, 1) < 1) cpm_console_init()
261 if (getprop(muram, "reg", reg, 8) < 8) cpm_console_init()
267 /* Store the buffer descriptors at the end of the first muram chunk. cpm_console_init()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dcpm_common.c96 np = of_find_compatible_node(NULL, NULL, "fsl,cpm-muram-data"); cpm_muram_init()
101 printk(KERN_ERR "Cannot find CPM muram data node"); cpm_muram_init()
109 printk(KERN_ERR "Cannot translate zero through CPM muram node"); cpm_muram_init()
124 printk(KERN_ERR "Cannot map CPM muram"); cpm_muram_init()
138 * This function returns an offset into the muram area.
177 * @offset: the offset into the muram area to reserve
199 * cpm_muram_addr - turn a muram offset into a virtual address
200 * @offset: muram offset to convert
215 * cpm_muram_dma - turn a muram virtual address into a DMA address
/linux-4.4.14/drivers/spi/
H A Dspi-fsl-cpm.c251 /* Can't use of_address_to_resource(), QE muram isn't at 0. */ fsl_spi_cpm_get_pram()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dimmap_qe.h463 u8 muram[0xC000]; /* 0x110000 - 0x11C000 member in struct:qe_immap
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c2401 /* Mode changed, now disable it, since muram isn't initialized yet. */ qe_udc_reg_init()
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth.c3843 /* configure muram FIFOs for gigabit operation */ ucc_geth_probe()

Completed in 249 milliseconds