Searched refs:native_io (Results 1 – 2 of 2) sorted by relevance
264 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument268 if (native_io) in hw_is_gem()2777 if (bp->native_io) in macb_configure_dma()4121 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()4155 bool native_io, in macb_probe_queues() argument4168 if (!hw_is_gem(mem, native_io)) in macb_probe_queues()5184 bool native_io; in macb_probe() local5217 native_io = hw_is_native_io(mem); in macb_probe()5234 bp->native_io = native_io; in macb_probe()5235 if (native_io) { in macb_probe()[all …]
1255 bool native_io; member
Completed in 27 milliseconds