Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c23 BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_4706_MAC_GBIT, BCMA_ANY_REV, BCMA_ANY_CLASS),
754 if (bgmac->core->id.id == BCMA_CORE_4706_MAC_GBIT) { in bgmac_phy_read()
791 if (bgmac->core->id.id == BCMA_CORE_4706_MAC_GBIT) { in bgmac_phy_write()
924 if (bgmac->core->id.id != BCMA_CORE_4706_MAC_GBIT) {
943 if (bgmac->core->id.id == BCMA_CORE_4706_MAC_GBIT) in bgmac_clear_mib()
1127 if (core->id.id == BCMA_CORE_4706_MAC_GBIT) in bgmac_chip_reset()
1583 if (core->id.id == BCMA_CORE_4706_MAC_GBIT && in bgmac_probe()
/linux-4.1.27/drivers/bcma/
Ddriver_mips.c419 bcma_core_mips_set_irq_name(bus, 2, BCMA_CORE_4706_MAC_GBIT, in bcma_core_mips_init()
Dscan.c34 { BCMA_CORE_4706_MAC_GBIT, "BCM4706 GBit MAC" },
Dmain.c321 if (core->id.id == BCMA_CORE_4706_MAC_GBIT && in bcma_register_devices()
/linux-4.1.27/include/linux/bcma/
Dbcma.h89 #define BCMA_CORE_4706_MAC_GBIT 0x52D macro