Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c149 switch (core->core_unit) { in bgmac_probe()
161 core->core_unit); in bgmac_probe()
177 switch (core->core_unit) { in bgmac_probe()
198 !(ci->id == BCMA_CHIP_ID_BCM53573 && core->core_unit == 1)) { in bgmac_probe()
256 if (core->core_unit == 0) { in bgmac_probe()
261 } else if (core->core_unit == 1) { in bgmac_probe()
H A Dbgmac-bcma-mdio.c226 core->core_unit); in bcma_mdio_mii_register()
/openbmc/linux/drivers/bcma/
H A Dscan.c507 core->core_unit = (other_core == NULL) ? 0 : other_core->core_unit + 1; in bcma_bus_scan()
H A Ddriver_pci_host.c456 if (pc->core->core_unit == 0) { in bcma_core_pci_hostmode_init()
465 } else if (pc->core->core_unit == 1) { in bcma_core_pci_hostmode_init()
H A Dmain.c93 if (core->id.id == coreid && core->core_unit == unit) in bcma_find_core_unit()
316 core->core_unit > 0) in bcma_register_devices()
/openbmc/linux/include/linux/bcma/
H A Dbcma.h278 u8 core_unit; member