Lines Matching refs:prop
521 const u32 *prop; in get_stash_id() local
531 prop = of_get_property(node, "cache-stash-id", NULL); in get_stash_id()
532 if (!prop) { in get_stash_id()
539 return be32_to_cpup(prop); in get_stash_id()
545 prop = of_get_property(node, "reg", &len); in get_stash_id()
547 if (be32_to_cpup(&prop[i]) == vcpu) { in get_stash_id()
558 prop = of_get_property(node, "cache-stash-id", NULL); in get_stash_id()
559 if (!prop) { in get_stash_id()
566 return be32_to_cpup(prop); in get_stash_id()
569 prop = of_get_property(node, "next-level-cache", NULL); in get_stash_id()
570 if (!prop) { in get_stash_id()
579 node = of_find_node_by_phandle(*prop); in get_stash_id()
727 const u32 *prop; in setup_liodns() local
730 prop = of_get_property(node, "fsl,liodn", &len); in setup_liodns()
734 liodn = be32_to_cpup(&prop[i]); in setup_liodns()