Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c232 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() function
4430 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps()
4470 /* Use hw_is_gem() as MACB_CAPS_MACB_IS_GEM is not yet positioned. */ in macb_probe_queues()
4471 if (hw_is_gem(mem, native_io)) { in macb_probe_queues()
5610 if (!hw_is_gem(bp->regs, bp->native_io)) in macb_probe()