Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c154 clock_ctrl = tr32(TG3PCI_CLOCK_CTRL); in tg3_switch_clocks()
162 tw32_carefully(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks()
164 tw32_carefully(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks()
167 tw32_carefully(TG3PCI_CLOCK_CTRL, clock_ctrl); in tg3_switch_clocks()
1576 tw32(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl); in tg3_chip_reset()
1790 tw32_carefully(TG3PCI_CLOCK_CTRL, tp->pci_clock_ctrl); in tg3_setup_hw()
2862 tw32(TG3PCI_CLOCK_CTRL, 0); in tg3_setup_dma()
2893 uint32_t ccval = tr32(TG3PCI_CLOCK_CTRL) & 0x1f; in tg3_setup_dma()
H A Dtg3.h345 #define TG3PCI_CLOCK_CTRL 0x00000074 macro