Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c151 tw32(TG3PCI_MISC_HOST_CTRL, in tg3_disable_ints()
522 pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl); in tg3_set_power_state_0()
1605 pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, in tg3_chip_reset()
1631 tw32(TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl); in tg3_chip_reset()
2749 pci_read_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, &misc_ctrl_reg); in tg3_get_invariants()
2756 pci_write_config_dword(tp->pdev, TG3PCI_MISC_HOST_CTRL, in tg3_get_invariants()
Dtg3.h156 #define TG3PCI_MISC_HOST_CTRL 0x00000068 macro