Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_xhci.c88 const char *clock_type_hs; in octxhci_attach() local
137 clock_type_hs = fdtbus_get_string(phandle, "refclk-type-hs"); in octxhci_attach()
138 if (clock_type_hs == NULL) { in octxhci_attach()
151 if (strcmp(clock_type_hs, "pll_ref_clk") == 0) in octxhci_attach()