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

  /src/sys/dev/ic/
cyvar.h 52 int cy_clock; member in struct:cy_port
cy.c 184 int cy_clock; local in function:cy_attach
216 cy_clock = CY_CLOCK;
218 cy_clock = CY_CLOCK_60;
222 (cy_clock / CD1400_PPR_PRESCALER / 1000) + 1);
228 sc->sc_ports[port].cy_clock = cy_clock;
649 if (t->c_ospeed != 0 && cy_speed(t->c_ospeed, &o_clk_opt, &obpr, cy->cy_clock) < 0)
652 if (t->c_ispeed != 0 && cy_speed(t->c_ispeed, &i_clk_opt, &ibpr, cy->cy_clock) < 0)
744 if (cy->cy_clock == CY_CLOCK_60)
    [all...]

Completed in 23 milliseconds