Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmacb.c144 static int macb_is_gem(struct macb_device *macb) in macb_is_gem() function
163 return macb_is_gem(macb) && !cpu_is_sama5d2() && !cpu_is_sama5d4(); in gem_is_gigabit_capable()
701 if (macb_is_gem(macb)) { in _macb_init()
886 if (macb_is_gem(macb)) { in _macb_eth_initialize()
961 if (macb_is_gem(macb)) in macb_eth_initialize()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c660 } else if (macb_is_gem(bp)) { in macb_mac_config()
686 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) { in macb_mac_config()
749 if (macb_is_gem(bp)) { in macb_mac_link_up()
887 if (macb_is_gem(bp) && (bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)) { in macb_mii_probe()
1996 if (macb_is_gem(bp)) in macb_interrupt()
2421 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2692 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2714 if (!macb_is_gem(bp)) in macb_dbw()
2743 if (macb_is_gem(bp)) { in macb_configure_dma()
2797 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
[all …]
H A Dmacb.h793 if (macb_is_gem((__bp))) \
802 if (macb_is_gem((__bp))) \
1378 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function