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

  /src/sys/arch/arm/imx/
imx51_ccm.c 491 uint32_t dp_mfn; local in function:imx51_get_pll_freq
509 dp_mfn = bus_space_read_4(iot, ioh, DPLL_DP_HFS_MFN);
513 dp_mfn = bus_space_read_4(iot, ioh, DPLL_DP_MFN);
519 if (dp_mfn & __BIT(26))
521 mfn = (int32_t)(__BITS(31,27) | dp_mfn);
523 mfn = dp_mfn;
imx51_ccm.c 491 uint32_t dp_mfn; local in function:imx51_get_pll_freq
509 dp_mfn = bus_space_read_4(iot, ioh, DPLL_DP_HFS_MFN);
513 dp_mfn = bus_space_read_4(iot, ioh, DPLL_DP_MFN);
519 if (dp_mfn & __BIT(26))
521 mfn = (int32_t)(__BITS(31,27) | dp_mfn);
523 mfn = dp_mfn;

Completed in 20 milliseconds