Searched refs:riscv_of_parent_hartid (Results 1 – 4 of 4) sorted by relevance
122 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid);
146 rc = riscv_of_parent_hartid(node, &hartid); in riscv_intc_init()
486 error = riscv_of_parent_hartid(parent.np, &hartid); in __plic_init()
126 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) in riscv_of_parent_hartid() function