Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/extres/syscon/
H A Dsyscon.h74 int syscon_get_by_ofw_node(device_t cdev, phandle_t node, struct syscon **syscon);
H A Dsyscon.c267 syscon_get_by_ofw_node(device_t cdev, phandle_t node, struct syscon **syscon) in syscon_get_by_ofw_node() function
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci_fsl_fdt.c656 if (syscon_get_by_ofw_node(dev, syscon_node, &syscon) != 0) { in sdhci_fsl_fdt_switch_syscon_voltage()