Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw89/
HDpci.c2647 rtw89_write32_set(rtwdev, R_AX_PCIE_PS_CTRL_V1, B_AX_DMAC0_EXIT_L1_EN); in rtw89_pci_wd_exit_l1()
4367 B_AX_CMAC_EXIT_L1_EN | B_AX_DMAC0_EXIT_L1_EN); in rtw89_pci_suspend()
4413 B_AX_CMAC_EXIT_L1_EN | B_AX_DMAC0_EXIT_L1_EN); in rtw89_pci_resume()
HDpci.h73 #define B_AX_DMAC0_EXIT_L1_EN BIT(6) macro