Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/sysdev/
Dppc4xx_ocm.c57 struct ocm_info { struct
72 static struct ocm_info *ocm_nodes; argument
75 static struct ocm_info *ocm_get_node(unsigned int index) in ocm_get_node()
109 struct ocm_info *ocm; in ocm_init_node()
239 struct ocm_info *ocm = ocm_get_node(i); in ocm_debugfs_show()
315 struct ocm_info *ocm; in ppc4xx_ocm_alloc()
374 struct ocm_info *ocm = ocm_get_node(i); in ppc4xx_ocm_free()
397 ocm_nodes = kzalloc((count * sizeof(struct ocm_info)), GFP_KERNEL); in ppc4xx_ocm_init()