Lines Matching refs:native_io
146 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument
150 if (native_io) in hw_is_gem()
1659 if (bp->native_io) in macb_configure_dma()
2227 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()
2242 bool native_io, in macb_probe_queues() argument
2257 if (!hw_is_gem(mem, native_io)) in macb_probe_queues()
2824 bool native_io; in macb_probe() local
2853 native_io = hw_is_native_io(mem); in macb_probe()
2855 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe()
2870 bp->native_io = native_io; in macb_probe()
2871 if (native_io) { in macb_probe()