Searched defs:clock_ctrl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c152 uint32_t orig_clock_ctrl, clock_ctrl; local
154 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL);
156 orig_clock_ctrl = clock_ctrl;
157 clock_ctrl &= (CLOCK_CTRL_FORCE_CLKRUN | CLOCK_CTRL_CLKRUN_OENABLE | 0x1f);
158 tp->pci_clock_ctrl = clock_ctrl;
163 clock_ctrl | (CLOCK_CTRL_44MHZ_CORE | CLOCK_CTRL_ALTCLK));
165 clock_ctrl | (CLOCK_CTRL_ALTCLK));
167 tw32_carefully(TG3PCI_CLOCK_CTRL, clock_ctrl);

Completed in 65 milliseconds