TG3PCI_CLOCK_CTRL
tw32_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl);
clock_ctrl = tr32(TG3PCI_CLOCK_CTRL);
tw32_wait_f(TG3PCI_CLOCK_CTRL,
tw32_wait_f(TG3PCI_CLOCK_CTRL,
tw32_wait_f(TG3PCI_CLOCK_CTRL,
tw32_wait_f(TG3PCI_CLOCK_CTRL, clock_ctrl, 40);
u32 ccval = (tr32(TG3PCI_CLOCK_CTRL) & 0x1f);
u32 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL) & 0x1f;
tw32_wait_f(TG3PCI_CLOCK_CTRL, base_val | CLOCK_CTRL_ALTCLK |
tw32_wait_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl | newbits1,
tw32_wait_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl | newbits2,
tw32_wait_f(TG3PCI_CLOCK_CTRL,
tw32(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl);