Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/sn/
Dsn_cpuid.h95 #define get_subnode() (sn_nodepda->phys_cpuid[smp_processor_id()].subnode) macro
/Linux-v4.19/scripts/dtc/
Dlivetree.c502 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
801 an = get_subnode(dt, name); in build_root_node()
977 nwn = get_subnode(wn, compp[i]); in add_local_fixup_entry()
Ddtc.h230 struct node *get_subnode(struct node *node, const char *nodename);
Dchecks.c320 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()