Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c267 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument
271 if (native_io) in hw_is_gem()
2786 if (bp->native_io) in macb_configure_dma()
3952 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()
3983 bool native_io, in macb_probe_queues() argument
3996 if (!hw_is_gem(mem, native_io)) in macb_probe_queues()
5011 bool native_io; in macb_probe() local
5044 native_io = hw_is_native_io(mem); in macb_probe()
5046 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe()
5061 bp->native_io = native_io; in macb_probe()
[all …]
H A Dmacb.h1257 bool native_io; member