Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751reg.h409 #define HIFN_PLL_REF_SEL 0x00000001 /* REF/HBI clk selection */ macro
431 #define HIFN_PLL_CONFIG (HIFN_PLL_IS|HIFN_PLL_ND|HIFN_PLL_REF_SEL)
H A Dhifn7751.c321 pllconfig |= HIFN_PLL_REF_SEL; in hifn_getpllconfig()
560 sc->sc_pllconfig & HIFN_PLL_REF_SEL ? "ext" : "pci", in hifn_attach()