Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/octeon/dev/
H A Doctxctl.c104 char clock_type_hs[32]; in octxctl_attach() local
135 if (OF_getprop(faa->fa_node, "refclk-type-hs", clock_type_hs, in octxctl_attach()
136 sizeof(clock_type_hs)) < 0) in octxctl_attach()
144 if (strcmp(clock_type_hs, "pll_ref_clk") == 0) in octxctl_attach()