Home
last modified time | relevance | path

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

/trueos/sys/dev/fb/
HDmachfb.c392 regwb(sc, CLOCK_CNTL + 1, (index << 2) | PLL_WR_EN); in regwb_pll()
393 regwb(sc, CLOCK_CNTL + 2, data); in regwb_pll()
394 regwb(sc, CLOCK_CNTL + 1, (index << 2) & ~PLL_WR_EN); in regwb_pll()
596 regwb(sc, CLOCK_CNTL + 1, PLL_REF_DIV << 2); in machfb_init()
597 sc->sc_ref_div = regrb(sc, CLOCK_CNTL + 2); in machfb_init()
598 regwb(sc, CLOCK_CNTL + 1, MCLK_FB_DIV << 2); in machfb_init()
599 sc->sc_mclk_fb_div = regrb(sc, CLOCK_CNTL + 2); in machfb_init()
HDmachfbreg.h66 #define CLOCK_CNTL 0x0090 /* Dword offset 24 */ macro