Home
last modified time | relevance | path

Searched refs:S6_GREG1_PLLSEL_GMAC (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/xtensa/platforms/s6105/
Dsetup.c39 reg &= ~(S6_GREG1_PLLSEL_GMAC_MASK << S6_GREG1_PLLSEL_GMAC | in platform_setup()
41 reg |= S6_GREG1_PLLSEL_GMAC_125MHZ << S6_GREG1_PLLSEL_GMAC | in platform_setup()
/linux-2.6.39/arch/xtensa/variants/s6000/include/variant/
Dhardware.h80 #define S6_GREG1_PLLSEL_GMAC 16 macro
/linux-2.6.39/drivers/net/
Ds6gmac.c707 pllsel &= ~(S6_GREG1_PLLSEL_GMAC_MASK << S6_GREG1_PLLSEL_GMAC); in s6gmac_set_rgmii_txclock()
710 pllsel |= S6_GREG1_PLLSEL_GMAC_2500KHZ << S6_GREG1_PLLSEL_GMAC; in s6gmac_set_rgmii_txclock()
713 pllsel |= S6_GREG1_PLLSEL_GMAC_25MHZ << S6_GREG1_PLLSEL_GMAC; in s6gmac_set_rgmii_txclock()
716 pllsel |= S6_GREG1_PLLSEL_GMAC_125MHZ << S6_GREG1_PLLSEL_GMAC; in s6gmac_set_rgmii_txclock()