Home
last modified time | relevance | path

Searched refs:dma_set_seg_boundary (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/macintosh/
H A Dmacio_asic.c388 dma_set_seg_boundary(&dev->ofdev.dev, 0xffffffff); in macio_add_one_device()
/linux/drivers/s390/net/
H A Dism_drv.c621 dma_set_seg_boundary(&pdev->dev, SZ_1M - 1); in ism_probe()
/linux/include/linux/
H A Ddma-mapping.h699 static inline void dma_set_seg_boundary(struct device *dev, unsigned long mask) in dma_set_seg_boundary() function
/linux/drivers/nvme/host/
H A Dfc.c428 dma_set_seg_boundary(dev, template->dma_boundary); in nvme_fc_register_localport()