Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
Dif_snoc.c233 uint8_t addr_bits; in hif_set_dma_coherent_mask() local
240 addr_bits = DMA_COHERENT_MASK_BELOW_IPA_VER_3; in hif_set_dma_coherent_mask()
242 addr_bits = DMA_COHERENT_MASK_DEFAULT; in hif_set_dma_coherent_mask()
244 return qdf_set_dma_coherent_mask(osdev->dev, addr_bits); in hif_set_dma_coherent_mask()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_util.h401 int __qdf_set_dma_coherent_mask(struct device *dev, uint8_t addr_bits) in __qdf_set_dma_coherent_mask() argument
403 return dma_set_mask_and_coherent(dev, DMA_BIT_MASK(addr_bits)); in __qdf_set_dma_coherent_mask()
418 int __qdf_set_dma_coherent_mask(struct device *dev, uint8_t addr_bits) in __qdf_set_dma_coherent_mask() argument
420 return dma_set_coherent_mask(dev, DMA_BIT_MASK(addr_bits)); in __qdf_set_dma_coherent_mask()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h832 int qdf_set_dma_coherent_mask(struct device *dev, uint8_t addr_bits) in qdf_set_dma_coherent_mask() argument
834 return __qdf_set_dma_coherent_mask(dev, addr_bits); in qdf_set_dma_coherent_mask()