Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx_usb.c92 u8 dma_usb_agg; in halmac_cfg_rx_aggregation_88xx_usb() local
110 dma_usb_agg = HALMAC_REG_READ_8(pHalmac_adapter, REG_RXDMA_AGG_PG_TH + 3); in halmac_cfg_rx_aggregation_88xx_usb()
119 dma_usb_agg |= BIT(7); in halmac_cfg_rx_aggregation_88xx_usb()
124 dma_usb_agg &= ~BIT(7); in halmac_cfg_rx_aggregation_88xx_usb()
148 HALMAC_REG_WRITE_8(pHalmac_adapter, REG_RXDMA_AGG_PG_TH + 3, dma_usb_agg); in halmac_cfg_rx_aggregation_88xx_usb()
H A Dhalmac_api_88xx_sdio.c82 u8 value8, dma_usb_agg = 0; in halmac_cfg_rx_aggregation_88xx_sdio() local
100 dma_usb_agg = HALMAC_REG_READ_8(pHalmac_adapter, REG_RXDMA_AGG_PG_TH + 3); in halmac_cfg_rx_aggregation_88xx_sdio()
109 dma_usb_agg |= BIT(7); in halmac_cfg_rx_aggregation_88xx_sdio()
114 dma_usb_agg &= ~(BIT(7)); in halmac_cfg_rx_aggregation_88xx_sdio()
132 HALMAC_REG_WRITE_8(pHalmac_adapter, REG_RXDMA_AGG_PG_TH + 3, dma_usb_agg); in halmac_cfg_rx_aggregation_88xx_sdio()