Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_rtc.c255 int nclocks; in aw_rtc_install_clocks() local
258 nclocks = ofw_bus_string_list_to_array(node, "clock-output-names", &clknames); in aw_rtc_install_clocks()
260 if (nclocks <= 0) in aw_rtc_install_clocks()
263 if (nclocks != 3) { in aw_rtc_install_clocks()
264 device_printf(dev, "Having only %d clocks instead of 3, aborting\n", nclocks); in aw_rtc_install_clocks()
/f-stack/freebsd/arm64/rockchip/
H A Drk_usb2phy.c263 int i, nclocks, ncells, error; in rk_usb2phy_export_clock() local
274 nclocks = ofw_bus_string_list_to_array(node, "clock-output-names", in rk_usb2phy_export_clock()
276 if (nclocks != 1) in rk_usb2phy_export_clock()