Home
last modified time | relevance | path

Searched refs:revprop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/agp/
H A Duninorth-agp.c639 const int *revprop = of_get_property(uninorth_node, in agp_uninorth_probe() local
641 if (revprop != NULL) in agp_uninorth_probe()
642 uninorth_rev = *revprop & 0x3f; in agp_uninorth_probe()
/kernel/linux/linux-6.6/drivers/char/agp/
H A Duninorth-agp.c640 const int *revprop = of_get_property(uninorth_node, in agp_uninorth_probe() local
642 if (revprop != NULL) in agp_uninorth_probe()
643 uninorth_rev = *revprop & 0x3f; in agp_uninorth_probe()

Completed in 2 milliseconds