Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dif_arge.c628 sc->arge_pllcfg.pll_10 = val; in arge_fetch_pll_config()
635 sc->arge_pllcfg.pll_100 = val; in arge_fetch_pll_config()
642 sc->arge_pllcfg.pll_1000 = val; in arge_fetch_pll_config()
1347 if (if_speed == 10 && sc->arge_pllcfg.pll_10 != 0) in arge_set_pll()
1348 pll = sc->arge_pllcfg.pll_10; in arge_set_pll()
1349 else if (if_speed == 100 && sc->arge_pllcfg.pll_100 != 0) in arge_set_pll()
1350 pll = sc->arge_pllcfg.pll_100; in arge_set_pll()
1351 else if (if_speed == 1000 && sc->arge_pllcfg.pll_1000 != 0) in arge_set_pll()
1352 pll = sc->arge_pllcfg.pll_1000; in arge_set_pll()
H A Dif_argevar.h188 struct arge_pll_data arge_pllcfg; member