Searched refs:TG3PCI_CLOCK_CTRL (Results 1 – 2 of 2) sorted by relevance
1091 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL); in tg3_switch_clocks()1101 tw32_wait_f(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks()1105 tw32_wait_f(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks()1109 tw32_wait_f(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks()1113 tw32_wait_f(TG3PCI_CLOCK_CTRL, clock_ctrl, 40); in tg3_switch_clocks()4194 tw32_wait_f(TG3PCI_CLOCK_CTRL, base_val | CLOCK_CTRL_ALTCLK | in tg3_power_down_prepare()4235 tw32_wait_f(TG3PCI_CLOCK_CTRL, in tg3_power_down_prepare()9364 tw32(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl); in tg3_chip_reset()10105 tw32_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl); in tg3_reset_hw()17416 u32 ccval = (tr32(TG3PCI_CLOCK_CTRL) & 0x1f); in tg3_test_dma()[all …]
268 #define TG3PCI_CLOCK_CTRL 0x00000074 macro