Searched refs:native_io (Results 1 – 2 of 2) sorted by relevance
265 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument269 if (native_io) in hw_is_gem()2579 if (bp->native_io) in macb_configure_dma()3697 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()3728 bool native_io, in macb_probe_queues() argument3741 if (!hw_is_gem(mem, native_io)) in macb_probe_queues()4669 bool native_io; in macb_probe() local4701 native_io = hw_is_native_io(mem); in macb_probe()4703 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe()4718 bp->native_io = native_io; in macb_probe()[all …]
1241 bool native_io; member
Completed in 36 milliseconds