Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c231 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument
235 if (native_io) in hw_is_gem()
2753 if (bp->native_io) in macb_configure_dma()
4326 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()
4361 static int macb_probe_queues(struct device *dev, void __iomem *mem, bool native_io) in macb_probe_queues() argument
4367 if (hw_is_gem(mem, native_io)) { in macb_probe_queues()
4368 if (native_io) in macb_probe_queues()
5445 bool native_io; in macb_probe() local
5469 native_io = hw_is_native_io(mem); in macb_probe()
5471 num_queues = macb_probe_queues(&pdev->dev, mem, native_io); in macb_probe()
[all …]