Searched refs:base_node (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx.c | 464 struct device_node *base_node = dev->of_node; in nx_of_init() local 467 p = of_find_property(base_node, "status", NULL); in nx_of_init() 473 p = of_find_property(base_node, "ibm,max-sg-len", NULL); in nx_of_init() 480 p = of_find_property(base_node, "ibm,max-sync-cop", NULL); in nx_of_init()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx.c | 465 struct device_node *base_node = dev->of_node; in nx_of_init() local 468 p = of_find_property(base_node, "status", NULL); in nx_of_init() 474 p = of_find_property(base_node, "ibm,max-sg-len", NULL); in nx_of_init() 481 p = of_find_property(base_node, "ibm,max-sync-cop", NULL); in nx_of_init()
|
Completed in 3 milliseconds