Searched refs:misc_host_ctrl (Results 1 – 2 of 2) sorted by relevance
1002 (tp->misc_host_ctrl | MISC_HOST_CTRL_MASK_PCI_INT)); in tg3_disable_ints()1015 (tp->misc_host_ctrl & ~MISC_HOST_CTRL_MASK_PCI_INT)); in tg3_enable_ints()4000 TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl); in tg3_enable_register_access()4024 u32 misc_host_ctrl; in tg3_power_down_prepare() local4034 misc_host_ctrl = tr32(TG3PCI_MISC_HOST_CTRL); in tg3_power_down_prepare()4036 misc_host_ctrl | MISC_HOST_CTRL_MASK_PCI_INT); in tg3_power_down_prepare()8946 tp->misc_host_ctrl); in tg3_restore_pci_state()11293 u32 int_mbox, misc_host_ctrl; in tg3_test_interrupt() local11296 misc_host_ctrl = tr32(TG3PCI_MISC_HOST_CTRL); in tg3_test_interrupt()11299 (misc_host_ctrl & MISC_HOST_CTRL_MASK_PCI_INT)) { in tg3_test_interrupt()[all …]
3255 u32 misc_host_ctrl; member