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

  /src/sys/dev/pci/
machfbreg.h 308 #define VCLK_POST_DIV 0x06
machfb.c 138 int vclk_post_div; member in struct:mach64_softc
935 int ref_freq, ref_div, vclk_post_div, vclk_fb_div; local in function:mach64_get_mode
946 vclk_post_div = regrb_pll(sc, VCLK_POST_DIV);
969 switch ((vclk_post_div >> (clock * 2)) & 3) {
1036 { 0x06, "VCLK_POST_DIV" },
1296 xclks_per_qw = (sc->mclk_fb_div * sc->vclk_post_div * 64 << 11) /
1360 "mclk_post_div = %d, vclk_post_div = %d\n",
1363 sc->mclk_post_div, sc->vclk_post_div);
1388 sc->vclk_post_div = 1
    [all...]

Completed in 53 milliseconds