Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dirq.c18 static struct fwnode_handle *(*__get_intc_node)(void); variable
22 __get_intc_node = fn; in riscv_set_intc_hwnode_fn()
27 if (__get_intc_node) in riscv_get_intc_hwnode()
28 return __get_intc_node(); in riscv_get_intc_hwnode()