Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c145 tw32(TG3PCI_MISC_HOST_CTRL, in tg3_disable_ints()
503 pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl); in tg3_set_power_state_0()
1553 pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, in tg3_chip_reset()
1579 tw32(TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl); in tg3_chip_reset()
2664 pci_read_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, &misc_ctrl_reg); in tg3_get_invariants()
2671 pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, in tg3_get_invariants()
H A Dtg3.h248 #define TG3PCI_MISC_HOST_CTRL 0x00000068 macro