Searched refs:pci_clock_ctrl (Results 1 – 2 of 2) sorted by relevance
711 tp->pci_clock_ctrl = clock_ctrl; in tg3_switch_clocks()2347 base_val = tp->pci_clock_ctrl; in tg3_set_power_state()2375 tw32_wait_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl | newbits1, in tg3_set_power_state()2378 tw32_wait_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl | newbits2, in tg3_set_power_state()2394 tp->pci_clock_ctrl | newbits3, 40); in tg3_set_power_state()6125 tp->pci_clock_ctrl |= CLOCK_CTRL_CLKRUN_OENABLE; in tg3_chip_reset()6127 tp->pci_clock_ctrl |= CLOCK_CTRL_FORCE_CLKRUN; in tg3_chip_reset()6128 tw32(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl); in tg3_chip_reset()6577 tp->pci_clock_ctrl |= CLOCK_CTRL_DELAY_PCI_GRANT; in tg3_reset_hw()6578 tw32_f(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl); in tg3_reset_hw()
2709 u32 pci_clock_ctrl; member