Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmacb.c129 static int macb_is_gem(struct macb_device *macb) in macb_is_gem() function
148 return macb_is_gem(macb) && !cpu_is_sama5d2() && !cpu_is_sama5d4(); in gem_is_gigabit_capable()
655 if (macb_is_gem(macb)) { in _macb_init()
839 if (macb_is_gem(macb)) { in _macb_eth_initialize()
914 if (macb_is_gem(macb)) in macb_eth_initialize()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c521 if (!macb_is_gem(bp) && in macb_validate()
580 } else if (macb_is_gem(bp)) { in macb_mac_config()
642 if (macb_is_gem(bp)) { in macb_mac_link_up()
1693 if (macb_is_gem(bp)) in macb_interrupt()
2116 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2380 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2402 if (!macb_is_gem(bp)) in macb_dbw()
2431 if (macb_is_gem(bp)) { in macb_configure_dma()
2485 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
2589 if (macb_is_gem(bp)) in macb_set_rx_mode()
[all …]
H A Dmacb.h717 if (macb_is_gem((__bp))) \
726 if (macb_is_gem((__bp))) \
1294 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function