Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c158 uint32_t orig_clock_ctrl, clock_ctrl; in tg3_switch_clocks() local
160 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL); in tg3_switch_clocks()
162 orig_clock_ctrl = clock_ctrl; in tg3_switch_clocks()
163 clock_ctrl &= (CLOCK_CTRL_FORCE_CLKRUN | CLOCK_CTRL_CLKRUN_OENABLE | 0x1f); in tg3_switch_clocks()
164 tp->pci_clock_ctrl = clock_ctrl; in tg3_switch_clocks()
171 clock_ctrl | (CLOCK_CTRL_44MHZ_CORE | CLOCK_CTRL_ALTCLK)); in tg3_switch_clocks()
173 clock_ctrl | (CLOCK_CTRL_ALTCLK)); in tg3_switch_clocks()
175 tw32_carefully(TG3PCI_CLOCK_CTRL, clock_ctrl); in tg3_switch_clocks()