Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Diommu.c751 static int dma_4u_supported(struct device *dev, u64 device_mask) in dma_4u_supported() argument
755 if (ali_sound_dma_hack(dev, device_mask)) in dma_4u_supported()
758 if (device_mask < iommu->dma_addr_mask) in dma_4u_supported()
H A Dpci_sun4v.c684 static int dma_4v_supported(struct device *dev, u64 device_mask) in dma_4v_supported() argument
688 if (ali_sound_dma_hack(dev, device_mask)) in dma_4v_supported()
690 if (device_mask < iommu->dma_addr_mask) in dma_4v_supported()
H A Dpci.c822 int ali_sound_dma_hack(struct device *dev, u64 device_mask) in ali_sound_dma_hack() argument
833 device_mask != 0x7fffffff) in ali_sound_dma_hack()