Home
last modified time | relevance | path

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

/trueos/sys/dev/hifn/
HDhifn7751var.h145 u_int32_t sc_pllconfig; /* 7954/7955/7956 PLL config */ member
HDhifn7751.c395 hifn_getpllconfig(dev, &sc->sc_pllconfig); in hifn_attach()
556 sc->sc_pllconfig, in hifn_attach()
557 sc->sc_pllconfig & HIFN_PLL_REF_SEL ? "ext" : "pci", in hifn_attach()
558 2 + 2*((sc->sc_pllconfig & HIFN_PLL_ND) >> 11)); in hifn_attach()
1192 pll = (pll &~ HIFN_PLL_CONFIG) | sc->sc_pllconfig; in hifn_init_pci_registers()