Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/rtw89/
HDpci.c743 if (unlikely(isrs.halt_c2h_isrs & B_AX_HALT_C2H_INT_EN)) in rtw89_pci_interrupt_threadfn()
3196 rtwpci->halt_c2h_intrs = B_AX_HALT_C2H_INT_EN | 0; in rtw89_pci_config_intr_mask()
3221 rtwpci->halt_c2h_intrs = B_AX_HALT_C2H_INT_EN | B_AX_WDT_TIMEOUT_INT_EN; in rtw89_pci_recovery_intr_mask_v1()
3233 rtwpci->halt_c2h_intrs = B_AX_HALT_C2H_INT_EN | B_AX_WDT_TIMEOUT_INT_EN; in rtw89_pci_default_intr_mask_v1()
3250 rtwpci->halt_c2h_intrs = B_AX_HALT_C2H_INT_EN | B_AX_WDT_TIMEOUT_INT_EN; in rtw89_pci_low_power_intr_mask_v1()
HDpci.h125 #define B_AX_HALT_C2H_INT_EN BIT(21) macro