Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/
H A Dcpm2_pic.c50 static struct irq_domain *cpm2_pic_host; variable
210 return irq_find_mapping(cpm2_pic_host, irq); in cpm2_get_irq()
262 cpm2_pic_host = irq_domain_create_linear(of_fwnode_handle(node), 64, in cpm2_pic_init()
264 if (cpm2_pic_host == NULL) { in cpm2_pic_init()