Searched refs:dma_stop2 (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852ae.c | 42 .dma_stop2 = {R_AX_PCIE_DMA_STOP2, B_AX_TX_STOP2_ALL},
|
| H A D | rtw8851be.c | 42 .dma_stop2 = {0},
|
| H A D | rtw8852be.c | 42 .dma_stop2 = {0},
|
| H A D | rtw8852bte.c | 48 .dma_stop2 = {0},
|
| H A D | rtw8852ce.c | 51 .dma_stop2 = {R_AX_HAXI_DMA_STOP2, B_AX_TX_STOP2_ALL},
|
| H A D | rtw8922ae.c | 48 .dma_stop2 = {0},
|
| H A D | pci.c | 253 const struct rtw89_reg_def *dma_stop2 = &info->dma_stop2; in rtw89_pci_ctrl_txdma_ch_ax() local 257 if (dma_stop2->addr) in rtw89_pci_ctrl_txdma_ch_ax() 258 rtw89_write32_clr(rtwdev, dma_stop2->addr, dma_stop2->mask); in rtw89_pci_ctrl_txdma_ch_ax() 261 if (dma_stop2->addr) in rtw89_pci_ctrl_txdma_ch_ax() 262 rtw89_write32_set(rtwdev, dma_stop2->addr, dma_stop2->mask); in rtw89_pci_ctrl_txdma_ch_ax()
|
| H A D | pci.h | 1342 struct rtw89_reg_def dma_stop2; member
|