Searched refs:TG3PCI_CLOCK_CTRL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c461 * TG3PCI_CLOCK_CTRL is another example if the clock frequencies are changed.
789 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL);
799 tw32_wait_f(TG3PCI_CLOCK_CTRL,
803 tw32_wait_f(TG3PCI_CLOCK_CTRL,
807 tw32_wait_f(TG3PCI_CLOCK_CTRL,
811 tw32_wait_f(TG3PCI_CLOCK_CTRL, clock_ctrl, 40);
2694 tw32_wait_f(TG3PCI_CLOCK_CTRL, base_val | CLOCK_CTRL_ALTCLK |
2718 tw32_wait_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl | newbits1,
2721 tw32_wait_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl | newbits2,
2736 tw32_wait_f(TG3PCI_CLOCK_CTRL,
[all...]
H A Dtg3.h237 #define TG3PCI_CLOCK_CTRL 0x00000074 macro

Completed in 204 milliseconds