Home
last modified time | relevance | path

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

/drivers/net/ethernet/cadence/
Dmacb_main.c262 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument
266 if (native_io) in hw_is_gem()
2441 if (bp->native_io) in macb_configure_dma()
3559 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()
3585 bool native_io, in macb_probe_queues() argument
3598 if (!hw_is_gem(mem, native_io)) in macb_probe_queues()
4482 bool native_io; in macb_probe() local
4516 native_io = hw_is_native_io(mem); in macb_probe()
4518 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe()
4533 bp->native_io = native_io; in macb_probe()
[all …]
Dmacb.h1171 bool native_io; member