Searched refs:dma_usb_agg (Results 1 – 2 of 2) sorted by relevance
92 u8 dma_usb_agg; in halmac_cfg_rx_aggregation_88xx_usb() local110 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()
82 u8 value8, dma_usb_agg = 0; in halmac_cfg_rx_aggregation_88xx_sdio() local100 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()