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

  /src/sys/arch/arm/imx/
imx23_ssp.c 703 uint32_t newclk, found, reg; local in function:issp_set_sck
710 newclk = SSP_CLK / (d * (1 + r));
711 if (newclk == target) {
712 found = newclk;
717 if (newclk < target && newclk > found) {
718 found = newclk;
imx23_ssp.c 703 uint32_t newclk, found, reg; local in function:issp_set_sck
710 newclk = SSP_CLK / (d * (1 + r));
711 if (newclk == target) {
712 found = newclk;
717 if (newclk < target && newclk > found) {
718 found = newclk;

Completed in 28 milliseconds