HomeSort by: relevance | last modified time | path
    Searched defs:clock_type_hs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_xhci.c 88 const char *clock_type_hs; local in function:octxhci_attach
137 clock_type_hs = fdtbus_get_string(phandle, "refclk-type-hs");
138 if (clock_type_hs == NULL) {
151 if (strcmp(clock_type_hs, "pll_ref_clk") == 0)

Completed in 57 milliseconds