Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
H A Dcpm.c234 static int __init cpm_get_uint_property(struct device_node *np, in cpm_get_uint_property() function
288 if (cpm_get_uint_property(np, "er-offset") == 0) { in cpm_init()
300 cpm.unused = cpm_get_uint_property(np, "unused-units"); in cpm_init()
301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
302 cpm.standby = cpm_get_uint_property(np, "standby"); in cpm_init()
303 cpm.suspend = cpm_get_uint_property(np, "suspend"); in cpm_init()