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

  /src/sys/arch/mips/cavium/dev/
octeon_xhci.c 90 u_int clock_freq, clock_sel; local in function:octxhci_attach
148 clock_sel = 0;
150 clock_sel |= 1;
152 clock_sel |= 2;
154 octxhci_uctl_init(osc, clock_freq, clock_sel);
189 uint64_t clock_sel)
243 if (clock_sel < 2)
254 val |= clock_sel << XCTL_CTL_REFCLK_SEL_SHIFT;
octeon_xhci.c 90 u_int clock_freq, clock_sel; local in function:octxhci_attach
148 clock_sel = 0;
150 clock_sel |= 1;
152 clock_sel |= 2;
154 octxhci_uctl_init(osc, clock_freq, clock_sel);
189 uint64_t clock_sel)
243 if (clock_sel < 2)
254 val |= clock_sel << XCTL_CTL_REFCLK_SEL_SHIFT;

Completed in 21 milliseconds