Searched refs:halt_c2h_isrs (Results 1 – 2 of 2) sorted by relevance
648 isrs->halt_c2h_isrs = rtw89_read32(rtwdev, R_AX_HISR0) & rtwpci->halt_c2h_intrs; in rtw89_pci_recognize_intrs()652 rtw89_write32(rtwdev, R_AX_HISR0, isrs->halt_c2h_isrs); in rtw89_pci_recognize_intrs()663 isrs->halt_c2h_isrs = isrs->ind_isrs & B_AX_HS0ISR_IND_INT_EN ? in rtw89_pci_recognize_intrs_v1()670 if (isrs->halt_c2h_isrs) in rtw89_pci_recognize_intrs_v1()671 rtw89_write32(rtwdev, R_AX_HISR0, isrs->halt_c2h_isrs); in rtw89_pci_recognize_intrs_v1()766 if (unlikely(isrs.halt_c2h_isrs & B_AX_HALT_C2H_INT_EN)) in rtw89_pci_interrupt_threadfn()769 if (unlikely(isrs.halt_c2h_isrs & B_AX_WDT_TIMEOUT_INT_EN)) in rtw89_pci_interrupt_threadfn()
948 u32 halt_c2h_isrs; member