Home | History | Annotate | Download | only in net

Lines Matching refs:clock_ctrl

158 	uint32_t orig_clock_ctrl, clock_ctrl;
160 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL);
162 orig_clock_ctrl = clock_ctrl;
163 clock_ctrl &= (CLOCK_CTRL_FORCE_CLKRUN | CLOCK_CTRL_CLKRUN_OENABLE | 0x1f);
164 tp->pci_clock_ctrl = clock_ctrl;
171 clock_ctrl | (CLOCK_CTRL_44MHZ_CORE | CLOCK_CTRL_ALTCLK));
173 clock_ctrl | (CLOCK_CTRL_ALTCLK));
175 tw32_carefully(TG3PCI_CLOCK_CTRL, clock_ctrl);