Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/
Dtg3.c1000 (tp->misc_host_ctrl | MISC_HOST_CTRL_MASK_PCI_INT)); in tg3_disable_ints()
1013 (tp->misc_host_ctrl & ~MISC_HOST_CTRL_MASK_PCI_INT)); in tg3_enable_ints()
3998 TG3PCI_MISC_HOST_CTRL, tp->misc_host_ctrl); in tg3_enable_register_access()
4022 u32 misc_host_ctrl; in tg3_power_down_prepare() local
4032 misc_host_ctrl = tr32(TG3PCI_MISC_HOST_CTRL); in tg3_power_down_prepare()
4034 misc_host_ctrl | MISC_HOST_CTRL_MASK_PCI_INT); in tg3_power_down_prepare()
8951 tp->misc_host_ctrl); in tg3_restore_pci_state()
11303 u32 int_mbox, misc_host_ctrl; in tg3_test_interrupt() local
11306 misc_host_ctrl = tr32(TG3PCI_MISC_HOST_CTRL); in tg3_test_interrupt()
11309 (misc_host_ctrl & MISC_HOST_CTRL_MASK_PCI_INT)) { in tg3_test_interrupt()
[all …]
Dtg3.h3255 u32 misc_host_ctrl; member