Home
last modified time | relevance | path

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

/linux/arch/arm/mach-at91/
H A Dpm.c1423 struct device_node *pmc_np; in at91_pm_init() local
1430 pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id); in at91_pm_init()
1431 soc_pm.data.pmc = of_iomap(pmc_np, 0); in at91_pm_init()
1432 of_node_put(pmc_np); in at91_pm_init()