Home
last modified time | relevance | path

Searched refs:R_AX_HCI_FUNC_EN (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/realtek/rtw89/
Dpci.c3409 val = rtw89_read32(rtwdev, R_AX_HCI_FUNC_EN); in rtw89_pci_lv1rst_stop_dma()
3410 rtw89_write32(rtwdev, R_AX_HCI_FUNC_EN, val & ~dma_rst); in rtw89_pci_lv1rst_stop_dma()
3411 rtw89_write32(rtwdev, R_AX_HCI_FUNC_EN, val | dma_rst); in rtw89_pci_lv1rst_stop_dma()
3428 rtw89_write32_set(rtwdev, R_AX_HCI_FUNC_EN, val32); in rtw89_pci_ctrl_hci_dma_en()
3431 rtw89_write32_clr(rtwdev, R_AX_HCI_FUNC_EN, val32); in rtw89_pci_ctrl_hci_dma_en()
Drtw8852a.c2156 .hci_func_en_addr = R_AX_HCI_FUNC_EN,
Dreg.h409 #define R_AX_HCI_FUNC_EN 0x8380 macro